Enumeration: LogFormat#

The format of the log file. JSON format provides a complete log of all event fields. Text format is a more compact format that is easier to read for debugging purposes, for example.

Enumeration Members#

JSON#

JSON: "json"

JSON format.


TEXT#

TEXT: "text"

Text format.