klyn.logging.handler.JsonLogHandler.JsonLogHandler
constructor
public JsonLogHandler(path as String, minimumLevel as LogLevel = LogLevel.TRACE, append as Boolean = true):
Description

Creates a JSON-lines handler.

Parameters
ParameterDescription
pathDestination JSONL file.
minimumLevelLowest accepted level.
appendWhether existing content is retained.
Example

handler = JsonLogHandler("application.jsonl", append=true)