Crate sherr[][src]

Re-exports

pub extern crate log;
pub extern crate backtrace;
pub use log::*;

Macros

debug

Logs a message at the debug level.

diag
diag_backtrace
diag_err
diag_position
diag_unimplemented
diag_unimplemented_err
diag_unreachable
diag_unreachable_err
error

Logs a message at the error level.

info

Logs a message at the info level.

log

The standard logging macro.

log_enabled

Determines if a message logged at the specified level in that module will be logged.

trace

Logs a message at the trace level.

warn

Logs a message at the warn level.

Structs

Position

Enums

DiagError