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
|
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
Logging.LoggingInterface.SetLogLevel
Parameter Type And Name
|
Usage Information
|
LogCategory logCategory
|
the specific log category to configure. Use EOS_LC_ALL_CATEGORIES to configure all categories simultaneously to the same log level.
|
LogLevel logLevel
|
the log level to use for the log category
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no