We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
A string literal.
Supported in .NET, Silverlight, Compact Framework and Mono.
##Configuration Syntax
${literal:text=String}
##Parameters ###Rendering Options
##Remarks This is used to escape '${' sequence as ;${literal:text=${}'.
'${' 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
There was an error while loading. Please reload this page.