Expand description
Minimal logging library that uses explicit and configurable endpoints.
Macros§
- log
- Log to the specified endpoint.
- slog
- Log to the endpoint that is currently in scope. Panics if there’s no scope active.
Structs§
- Endpoint
Builder - Builder for an endpoint.
- Keep
Alive - Dropping this will also drop the current logger.
- LogEntry
- Log entry.
- Logger
Builder - Builder for the logger type.
Traits§
- Endpoint
Super - Shorthand for the individual trait requirements for endpoints.