LayoutRenderer Class |
Namespace: NLog.LayoutRenderers
The LayoutRenderer type exposes the following members.
Name | Description | |
---|---|---|
LayoutRenderer | Initializes a new instance of the LayoutRenderer class |
Name | Description | |
---|---|---|
LoggingConfiguration |
Gets the logging configuration this target is part of.
| |
ValueFormatter |
Value formatter
|
Name | Description | |
---|---|---|
Append |
Renders the value of layout renderer in the context of the specified log event into StringBuilder.
| |
CloseLayoutRenderer |
Closes the layout renderer.
| |
GetCulture |
Get the CultureInfo for rendering the messages to a String | |
GetFormatProvider |
Get the IFormatProvider for rendering the messages to a String | |
InitializeLayoutRenderer |
Initializes the layout renderer.
| |
Render |
Renders the value of layout renderer in the context of the specified log event.
| |
ResolveServiceT |
Resolves the interface service-type from the service-repository
| |
ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |