Remarks
A structure representing a log message
Properties
EOS_LogMessage
Property | Value |
---|---|
const char* Category | A 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* Message | The 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 Level | The log level associated with the message |