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 Name | Usage Information |
---|---|
EOS_ELogCategory LogCategory | the specific log category to configure. Use EOS_LC_ALL_CATEGORIES to configure all categories simultaneously to the same log level. |
EOS_ELogLevel LogLevel | the log level to use for the log category |