- Notifications
You must be signed in to change notification settings - Fork1.4k
WrapLine layout renderer
Rolf Kristensen edited this pageApr 21, 2019 ·4 revisions
Wraps the result of another layout output at specified line length.
Platforms Supported:All
Introduced in NLog 4.3.4
${wrapline=Integer:inner=Layout}or by using ambient property to modify output of other layout renderer:
${other:wrapline=Integer}- inner - Wrapped layout. Layout. Default attribute.
- wrapline - Indicates wrapping position. Integer greater than 0. Default: 80
${wrapline:${message}}${wrapline:Inner=${message}:WrapLine=80}${message:wrapline=80}-Troubleshooting Guide - See available NLog Targets and Layouts:https://nlog-project.org/config
- All targets, layouts and layout renderers
Popular: - Using NLog with NLog.config
- Using NLog with appsettings.json