Crate privacy_log

Source
Expand description

rust-lang/log, but without file names and line information.

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.
log
The standard logging macro.
trace
Logs a message at the trace level.
warn
Logs a message at the warn level.