Skip to content

Literal Layout Renderer

Rolf Kristensen edited this page Apr 21, 2019 · 3 revisions

A string literal.

Platforms Supported: All

Configuration Syntax

${literal:text=String}

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
Clone this wiki locally