Crate aether

Source
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§

Traits§

  • Shorthand for the individual trait requirements for endpoints.

Functions§

  • Constructs a builder for the logger.
  • Starts a log scope within the closure provided.