Modules§
Macros§
- log
- logs any number of values that implements Display.
- log_
debug - log_
error - log_
fatal - log_
info - log_
trace - log_
warn
Enums§
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