SyslogMessageFormat Enum
Namespace: Rebex.Net
Assembly: Rebex.Syslog.dll (version 7.0.9083)
Specifies syslog message format.
Syntax
public enum SyslogMessageFormat
Fields
Name | Description |
---|---|
AutoDetect | Automatically detects the format of the syslog message. |
Bsd | The format as defined in RFC 3164. |
Legacy | The legacy format with only the "<" PRI ">" as the syslog message header. |
Modern | The format as defined in RFC 5424. |
Plain | No syslog message header is used. Whole message corresponds to the content of the Text property. |