Module log

Macros§

debug
Logs a debug message.
error
Logs a message at the error level.
info
Logs a message at the info level.
warn
Logs a message at the warn level.

Structs§

DefaultLogger
DefaultLogger is a container for an arbitrary number of other loggers.

Enums§

LogLevel

Traits§

IAbstractLogger

Functions§

log
The standard logging function.
log_debug
The standard logging debug function.