Crate nonblock_logger

source ·

Re-exports

pub extern crate log;

Macros

Logs a message at the debug level.
Logs a message at the error level.
Logs a message at the error level and exit process with exit code 1.
Logs a message at the info level.
The standard logging macro.
Determines if a message logged at the specified level in that module will be logged.
Logs a message at the trace level.
Logs a message at the warn level.

Structs

Enums

Traits

Functions

Type Definitions