Expand description
Minimal logging library that uses explicit and configurable endpoints.
Re-exports§
pub use log::impl_log;
pub use scoped::impl_slog;
Macros§
- Log to the specified endpoint.
- Log to the endpoint that is currently in scope. Panics if there’s no scope active.
Structs§
- Builder for an endpoint.
- Dropping this will also drop the current logger.
- Log entry.
- Builder for the logger type.
Traits§
- Shorthand for the individual trait requirements for endpoints.
Functions§
- Constructs a builder for the logger.
- Starts a log scope within the closure provided.