EOS_LogMessage

EOS API reference page for EOS_LogMessage

Under 1 min to read

Remarks

A structure representing a log message

Properties

EOS_LogMessage

PropertyValue
const char* CategoryA string representation of the log message category, encoded in UTF-8. Only valid during the life of the callback, so copy the string if you need it later.
const char* MessageThe log message, encoded in UTF-8. Only valid during the life of the callback, so copy the string if you need it later.
EOS_ELogLevel LevelThe log level associated with the message