| SyslogMessage Constructor |
| Name | Description | |
|---|---|---|
| SyslogMessage(Severity, String, String) | Obsolete.
Initializes a new instance of the SyslogMessage class
for sending a local syslog message with the default facility.
| |
| SyslogMessage(Facility, Severity, String, String) | Obsolete.
Initializes a new instance of the SyslogMessage class
for sending a local syslog message.
| |
| SyslogMessage(NullableDateTimeOffset, Facility, Severity, String, String, String) |
Initializes a new instance of the SyslogMessage class
for sending a RFC 3164 message.
| |
| SyslogMessage(NullableDateTimeOffset, Facility, Severity, String, String, String, String, String, StructuredDataElement) |
Initializes a new instance of the SyslogMessage class
for sending a RFC 5424 message.
|