NLog.Layouts Namespace |
| Class | Description | |
|---|---|---|
| CompoundLayout |
A layout containing one or more nested layouts.
| |
| CsvColumn |
A column in the CSV.
| |
| CsvLayout |
A specialized layout that renders CSV-formatted events.
| |
| GelfLayout |
GELF (Graylog Extended Log Format) is a JSON-based, structured log format for Graylog Log Management.
| |
| JsonArrayLayout |
A specialized layout that renders LogEvent as JSON-Array
| |
| JsonAttribute |
JSON attribute.
| |
| JsonLayout |
A specialized layout that renders JSON-formatted events.
| |
| Layout |
Abstract interface that layouts must implement.
| |
| LayoutT |
Typed Layout for easy conversion from NLog Layout logic to a simple value (ex. integer or enum)
| |
| LayoutAttribute |
Marks class as Layout and attaches a type-alias name for use in NLog configuration.
| |
| LayoutWithHeaderAndFooter |
A specialized layout that supports header and footer.
| |
| Log4JXmlEventLayout |
A specialized layout that renders Log4j-compatible XML events.
| |
| Log4JXmlEventParameter |
Represents a parameter for the Log4JXmlEventLayout | |
| SimpleLayout |
Represents a string with embedded placeholders that can render contextual information.
| |
| SplunkLayout |
Splunk JSON-based, structured log format for Splunk Log Management.
| |
| SyslogLayout |
A specialized layout that renders Syslog-formatted events in format Rfc3164 / Rfc5424
| |
| ValueTypeLayoutInfo |
Typed Value that is easily configured from NLog.config file
| |
| XmlAttribute |
XML attribute.
| |
| XmlElement |
A XML Element
| |
| XmlElementBase |
A specialized layout that renders XML-formatted events.
| |
| XmlLayout |
A specialized layout that renders XML-formatted events.
|
| Enumeration | Description | |
|---|---|---|
| CsvColumnDelimiterMode |
Specifies allowed column delimiters.
| |
| CsvQuotingMode |
Specifies CSV quoting modes.
| |
| LayoutRenderOptions |
Options available for FromMethod(FuncLogEventInfo, Object, LayoutRenderOptions) | |
| SyslogFacility | Syslog facilities | |
| SyslogLevel | Syslog Log Levels for severity |