Crate trillium_logger

source ·
Expand description

Welcome to the trillium logger!

Re-exports

Modules

  • Components with which common log formats can be constructed

Structs

  • The trillium handler for this crate, and the core type

Enums

  • A configuration option that determines if format will be colorful.
  • Specifies where the logger output should be sent

Traits

  • The interface to format a &[Conn] as a Display-able output
  • A trait for log targets. Implemented for Target and for all Fn(String) + Send + Sync + 'static.

Functions