Expand description

Minimal logging library that uses explicit and configurable endpoints.

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.