Ads by Lake Quincy Media

Wiki Navigation

 
Gibraltar - Learn about the best analysis tool for NLog

Filesystem-normalize layout renderer

NLog documentation is a Wiki, which allows registered users to edit its content.
If you want to contribute, please create a user account and contact Jarek to get edit access.

Filters characters not allowed in the file names by replacing them with safe character. 

Supported in

Configuration Syntax

${filesystem-normalize:fSNormalize=Boolean:inner=Layout}

or by using ambient property to modify output of other layout renderer:

${other:fSNormalize=Boolean}
Read more about using the Configuration File.

Parameters

  • Advanced Options
  • fSNormalize - Indicates whether to modify the output of this renderer so it can be used as a part of file path (illegal characters are replaced with '_').Boolean Default: True
  • Transformation Options
  • inner - Wrapped layout.Layout
Ads by Lake Quincy Media