-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Lowercase Layout Renderer
Rolf Kristensen edited this page Nov 2, 2022
·
6 revisions
Converts the result of another layout output to lower case.
Platforms Supported: All
${lowercase:lowercase=Boolean:inner=Layout:culture=Culture}
or by using ambient property to modify output of other layout renderer:
${other:lowercase=Boolean}
- lowercase - Indicates whether lower case conversion should be applied. Boolean Default: True. Required when using as ambient.
- inner - Wrapped layout. Layout
- culture - Culture used for rendering. Culture
${lowercase:${level}}
${lowercase:Inner=${level}}
${level:lowercase=true}
- 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