Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The LMX_ServerLog function will log a message in the license server's log for a checked out feature.

Prototype

Code Block
languagecpp
LMX_STATUS LMX_ServerLog

...


(
   LMX_HANDLE LmxHandle,

...


   const char *szFeatureName,

...


   const char *szMessage

...


);

Parameters

LmxHandle
[in/out] LM-X handle.

...