Interface LoggingOpts

Hierarchy

Properties

colorize?: boolean

Should the logs color-code the level strings in the output.

console?: "debug" | "info" | "warn" | "error" | "trace" | "off"

The log level used by the console output.

json?: boolean

Should the logs be outputted in JSON format, for consumption by a collector.

timestampFormat?: string

Timestamp format used in the log output.

Default

"HH:mm:ss:SSS"

Generated using TypeDoc