Logging levels. When a log message is output, it has an associated log level.
Messages will only be sent to the callback function if the message's associated log level is less than or equal to the configured log level for that category.
See Also
EOS_Logging_SetCallback, EOS_Logging_SetLogLevel
Values
EOS_ELogLevel
Enumerated Value
|
Meaning
|
EOS_LOG_Off
|
Logging levels. When a log message is output, it has an associated log level.
Messages will only be sent to the callback function if the message's associated log level is less than or equal to the configured log level for that category.
|
EOS_LOG_Fatal
|
|
EOS_LOG_Error
|
|
EOS_LOG_Warning
|
|
EOS_LOG_Info
|
|
EOS_LOG_Verbose
|
|
EOS_LOG_VeryVerbose
|
|
Logging levels. When a log message is output, it has an associated log level.
Messages will only be sent to the callback function if the message's associated log level is less than or equal to the configured log level for that category.
See Also
EOS_Logging_SetCallback, EOS_Logging_SetLogLevel
Values
Logging.LogLevel
Enumerated Value
|
Meaning
|
Off
|
Logging levels. When a log message is output, it has an associated log level.
Messages will only be sent to the callback function if the message's associated log level is less than or equal to the configured log level for that category.
|
Fatal
|
|
Error
|
|
Warning
|
|
Info
|
|
Verbose
|
|
VeryVerbose
|
|
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