Click or drag to resize

SyslogLayout Properties

The SyslogLayout type exposes the following members.

Properties
  NameDescription
Public propertyDisableThreadAgnostic
Disables ThreadAgnosticAttribute to capture volatile LogEvent-properties from active thread context
Public propertyIncludeEventProperties
Gets or sets a value indicating whether LogEvent Properties should be included for StructuredData when Rfc5424 =
Public propertyLayouts
Gets the inner layouts.
(Inherited from CompoundLayout.)
Protected propertyLoggingConfiguration
Gets the logging configuration this target is part of.
(Inherited from Layout.)
Public propertyRfc3164
Gets or sets a value indicating whether to use RFC 3164 for Syslog Format
Public propertyRfc5424
Gets or sets a value indicating whether to use RFC 5424 for Syslog Format
Public propertyStructuredDataId
Gets or sets the prefix for StructuredData when Rfc5424 =
Public propertyStructuredDataParams
List of StructuredData Parameters to include when Rfc5424 =
Public propertySyslogAppName
Name of the device / application / process sending the Syslog-message (Optional)
Public propertySyslogFacility
Device Facility
Public propertySyslogHostName
The FQDN or IPv4 address or IPv6 address or hostname of the sender machine (Optional)
Public propertySyslogLevel
Message Severity
Public propertySyslogMessage
Mesage Payload
Public propertySyslogMessageId
The type of message that should be the same for events with the same semantics. Ex ${event-properties:EventId} (Optional)
Public propertySyslogProcessId
Process Id or Process Name or Logger Name (Optional)
Public propertySyslogTimestamp
Gets or sets a value indicating what DateTime format should be used when Rfc5424 =
Top
See Also