EOS_Logging_SetLogLevel

EOS API reference page for EOS_Logging_SetLogLevel

1 min to read

Remarks

Set the logging level for the specified logging category. By default all log categories will callback for Warnings, Errors, and Fatals.

Return Value

  • EOS_Success is returned if the log levels are now in use.

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

Parameters

EOS_Logging_SetLogLevel

Parameter Type And NameUsage Information
EOS_ELogCategory LogCategorythe specific log category to configure. Use EOS_LC_ALL_CATEGORIES to configure all categories simultaneously to the same log level.
EOS_ELogLevel LogLevelthe log level to use for the log category