EOS_ELogLevel

EOS API reference page for EOS_ELogLevel

1 min to read

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 ValueMeaning
EOS_LOG_OffLogging 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