-
Notifications
You must be signed in to change notification settings - Fork 0
Lowercase Layout Renderer
Julian Verdurmen edited this page May 4, 2016
·
2 revisions
Converts the result of another layout output to lower case.
Supported in .NET, Silverlight, Compact Framework and Mono.
##Configuration Syntax
${lowercase:lowercase=Boolean:inner=Layout:culture=Culture}
or by using ambient property to modify output of other layout renderer:
${other:lowercase=Boolean}
##Parameters ###Transformation Options
- 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
${level:lowercase}
isn't correct, as the parser will read lowercase
as a default parameter of Level
- Search in documentation
- Getting started
- Examples
- External articles and tutorials
- FAQ
- Platform support
- Advanced Configuration file options
- Filtering log messages
- [Using Time Sources](Time Source)
- Visual Studio support
- Who is using NLog
- [Write custom extensions](Extending NLog)