Module logging

Source
Expand description

Simple logging infrastructure

Structs§

LogLevelOpts

Enums§

LogLevel

Statics§

LOG_LEVEL

Functions§

log_level
Get the current logging level.
set_log_level
Set the desired logging level (only messages with at least that importance will be logged). Changes the level for all threads.
write_time