FileSystemNormalizeLayoutRendererWrapper Class |
Namespace: NLog.LayoutRenderers.Wrappers
The FileSystemNormalizeLayoutRendererWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
| FileSystemNormalizeLayoutRendererWrapper | Initializes a new instance of the FileSystemNormalizeLayoutRendererWrapper class |
| Name | Description | |
|---|---|---|
| FSNormalize |
Gets or sets a value indicating whether to modify the output of this renderer so it can be used as a part of file path
(illegal characters are replaced with '_').
| |
| Inner |
Gets or sets the wrapped layout.
[DefaultParameter] so Inner: is not required if it's the first
(Inherited from WrapperLayoutRendererBase.) |
| Name | Description | |
|---|---|---|
| Render |
Renders the value of layout renderer in the context of the specified log event.
(Inherited from LayoutRenderer.) | |
| ToString | Returns a string that represents the current object. (Inherited from LayoutRenderer.) |