Logging facility.

Enumerations

LogLevel

Acceptable log levels (applies to all logging methods).

Type Aliases

Group

A grouping of log messages.

Log

Acceptable log types typed out so that it's clearer what can be passed to the logging functions like groups of logs to combine them in the outputs.

Functions

debug

Convenience method for logging a debug message.

error

Convenience method for logging an error message.

fatal

Convenience method for logging a fatal error and finally throwing an error.

info

Convenience method for logging an info message.

log

Raw log method.

trace

Convenience method for logging a trace message.