AllEventPropertiesLayoutRenderer Class |
Namespace: NLog.LayoutRenderers
The AllEventPropertiesLayoutRenderer type exposes the following members.
Name | Description | |
---|---|---|
AllEventPropertiesLayoutRenderer |
Initializes a new instance of the AllEventPropertiesLayoutRenderer class.
|
Name | Description | |
---|---|---|
Culture |
Gets or sets the culture used for rendering.
| |
Exclude |
Gets or sets the keys to exclude from the output. If omitted, none are excluded.
| |
FixScopeContext |
Enables capture of ScopeContext-properties from active thread context
| |
Format |
Gets or sets how key/value pairs will be formatted.
| |
IncludeEmptyValues |
Get or set if empty values should be included.
A value is empty when null or in case of a string, null or empty string.
| |
IncludeScopeProperties |
Gets or sets whether to include the contents of the ScopeContext properties-dictionary.
| |
LoggingConfiguration |
Gets the logging configuration this target is part of.
(Inherited from LayoutRenderer.) | |
Separator |
Gets or sets string that will be used to separate key/value pairs.
| |
ValueFormatter |
Value formatter
(Inherited from LayoutRenderer.) |
Name | Description | |
---|---|---|
Append |
Renders the value of layout renderer in the context of the specified log event into StringBuilder.
(Overrides LayoutRendererAppend(StringBuilder, LogEventInfo).) | |
CloseLayoutRenderer |
Closes the layout renderer.
(Inherited from LayoutRenderer.) | |
GetCulture |
Get the CultureInfo for rendering the messages to a String (Inherited from LayoutRenderer.) | |
GetFormatProvider |
Get the IFormatProvider for rendering the messages to a String (Inherited from LayoutRenderer.) | |
InitializeLayoutRenderer |
Initializes the layout renderer.
(Inherited from LayoutRenderer.) | |
Render |
Renders the value of layout renderer in the context of the specified log event.
(Inherited from LayoutRenderer.) | |
ResolveServiceT |
Resolves the interface service-type from the service-repository
(Inherited from LayoutRenderer.) | |
ToString | Returns a string that represents the current object. (Inherited from LayoutRenderer.) |