Enumeration FileAppenderSyntax

The syntax mode for appending log messages.

Enumeration Members

Enumeration Members

JSON: 1

Each message is printed as JSON-String to one line. The whole file does not represent valid JSON.

PLAIN: 0

Each message is printed as formatted string in one line.

XML: 2

Each message is printed as XML to one line. The whole file does not represent valid XML.