Re-exports§
pub use types::Error;
pub use types::Log;
pub use entry::err;
pub use entry::err_with;
pub use entry::agg_err;
pub use entry::agg_err_with;
pub use entry::fatal;
pub use common::DebugDisplay;
pub use common::Level;
pub use common::DEBUG;
pub use common::INFO;
pub use common::WARN;
pub use common::ERR;
pub use conversion::ErrContext;
pub use conversion::ResultContext;
Modules§
- common
- conversion
- entry
- republish
- Re-exported dependencies used in interfaces, etc.
- types
Macros§
- ea
- Turn key/values into a lambda for extending attributes, used in various log and error functions.