Choose your implementation method:
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
|
A structure representing a log message
Properties
Logging.LogMessage
Property
|
Value
|
string 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.
|
string 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.
|
LogLevel Level
|
The log level associated with the message
|
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