Crate aver

Source

Modules§

colors

Macros§

log
logs any number of values that implements Display.
log_debug
log_error
log_fatal
log_info
log_trace
log_warn

Enums§

LogLevel

Functions§

get_log_level
Returns the current log level. The initial value is LogLevel::Info. this is unsafe
set_log_level
sets the log level any log with a lower value than the current level will not print ordered by All < Trace < Debug < Info < Warn < Error < Fatal < Off. off will prevent any logging from taking place. this is unsafe