Skip to main content

Crate asimov_core

Crate asimov_core 

Source

Re-exports§

pub use error::*;

Modules§

env
error

Macros§

debug
Constructs an event at the debug level.
error
Constructs an event at the error level.
info
Constructs an event at the info level.
trace
Constructs an event at the trace level.
warn
Constructs an event at the warn level.

Traits§

Labeled
A trait for objects that have a human-readable label.
MaybeLabeled
A trait for objects that may have a human-readable label.
MaybeNamed
A trait for objects that may have a name.
Named
A trait for objects that have a name.