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.
| |
| DisableThreadAgnostic |
Disables ThreadAgnosticAttribute to capture ScopeContext-properties from active thread context
| |
| Exclude |
Gets or sets the keys to exclude from the output. If omitted, none are excluded.
| |
| Format |
Gets or sets how key/value pairs will be formatted.
| |
| IncludeEmptyValues |
Gets or sets whether empty property-values should be included in the output.
| |
| 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.
(Overrides LayoutRendererInitializeLayoutRenderer.) | |
| 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.) |