Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

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.

szFeatureName
[in] Feature name.

szMessage
[in] The message to send.

Return values

On success, this function returns the status code LMX_SUCCESS.

On failure, this function returns an error code in the format described in Return codes.

Remarks

This function will send a message to the server from which a feature was checked out.