-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Filesystem Normalize Layout Renderer
Rolf Kristensen edited this page Apr 21, 2019
·
3 revisions
Filters characters not allowed in the file names by replacing them with safe character.
Platforms Supported: All
${filesystem-normalize:fSNormalize=Boolean:inner=Layout}
or by using ambient property to modify output of other layout renderer:
${other:fSNormalize=Boolean}
- 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
- inner - Wrapped layout. Layout
- Troubleshooting Guide - See available NLog Targets and Layouts: https://nlog-project.org/config
- Getting started
- How to use structured logging
- Troubleshooting
- FAQ
- Articles about NLog
-
All targets, layouts and layout renderers
Popular: - Using NLog with NLog.config
- Using NLog with appsettings.json