Crate notan_log

Crate notan_log 

Source

Macros§

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

Structs§

LogConfig
Configure the logs output Logs will show a timestamp using the UTC time with format [year]-[month]-[day] [hour]:[minutes]:[seconds]

Enums§

LevelFilter
An enum representing the available verbosity level filters of the logger.