Crate trillium_logger
source ·Expand description
Welcome to the trillium logger!
Re-exports§
pub use crate::formatters::apache_combined;
pub use crate::formatters::apache_common;
pub use crate::formatters::dev_formatter;
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§
- A trait for log targets. Implemented for
Target
and for allFn(String) + Send + Sync + 'static
.
Functions§
- Convenience alias for
Logger::new