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