log4rs 1.4.0

A highly configurable multi-output logging implementation for the `log` facade
Documentation
1
2
3
4
5
6
7
8
//! Implementations of the `encode::Write` trait.

#[cfg(feature = "ansi_writer")]
pub mod ansi;
#[cfg(feature = "console_writer")]
pub mod console;
#[cfg(feature = "simple_writer")]
pub mod simple;