Literal layout renderer
If you want to contribute, please create a user account and contact Jarek to get edit access.




Configuration Syntax
${literal:text=String}
Read more about using the Configuration File.Parameters
- Rendering Options
- text - Literal text.
Remarks
This is used to escape '${' sequence as ;${literal:text=${}'
Examples
Basic
Configuration:
${literal:text=Some Text with ${ in it}
Code:
logger.Debug("Test Message")
Result:
Some Text with ${ in it




