Struct SolidSyslogMessage¶
ClassList > SolidSyslogMessage
#include <SolidSyslog.h>
struct SolidSyslogMessage
{
enum SolidSyslogFacility Facility;
enum SolidSyslogSeverity Severity;
const char* MessageId;
const char* Msg;
};
Detailed Description¶
One event to log.
The strings are read (formatted into the message) during the Log call and need not outlive it.
Public Attributes Documentation¶
Facility¶
MessageId¶
RFC 5424 MSGID: a short event-type tag (e.g.
"BOOT"), not a unique id.
Msg¶
RFC 5424 MSG: the free-form event text.
Severity¶
The documentation for this class was generated from the following file Core/Interface/SolidSyslog.h