EOS_Logging_SetCallback

EOS API reference page for EOS_Logging_SetCallback

Under 1 min to read

Remarks

Set the callback function to use for SDK log messages. Any previously set callback will no longer be called.

Return Value

  • EOS_Success is returned if the callback will be used for future log messages.

  • EOS_NotConfigured is returned if the SDK has not yet been initialized, or if it has been shut down

See Also

EOS_Initialize

Parameters

EOS_Logging_SetCallback

Parameter Type And NameUsage Information
EOS_LogMessageFunc Callbackthe function to call when the SDK logs messages