Click or drag to resize

FileSystemNormalizeLayoutRendererWrapper Class

Filters characters not allowed in the file names by replacing them with safe character.
Inheritance Hierarchy
SystemObject
  NLog.LayoutRenderersLayoutRenderer
    NLog.LayoutRenderers.WrappersWrapperLayoutRendererBase
      NLog.LayoutRenderers.WrappersFileSystemNormalizeLayoutRendererWrapper

Namespace:  NLog.LayoutRenderers.Wrappers
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
public sealed class FileSystemNormalizeLayoutRendererWrapper : WrapperLayoutRendererBase

The FileSystemNormalizeLayoutRendererWrapper type exposes the following members.

Constructors
  NameDescription
Public methodFileSystemNormalizeLayoutRendererWrapper
Initializes a new instance of the FileSystemNormalizeLayoutRendererWrapper class
Top
Properties
  NameDescription
Public propertyFSNormalize
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 '_').
Public propertyInner
Gets or sets the wrapped layout. [DefaultParameter] so Inner: is not required if it's the first
(Inherited from WrapperLayoutRendererBase.)
Top
Methods
  NameDescription
Public methodRender
Renders the value of layout renderer in the context of the specified log event.
(Inherited from LayoutRenderer.)
Public methodToString
Returns a string that represents the current object.
(Inherited from LayoutRenderer.)
Top
Remarks
See Also