Remarks
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 |