[][src]Function alto_logger::init

pub fn init(style: Style, color: ColorConfig) -> Result<(), SetLoggerError>

Initialize the logger

Error return type

To have this error type implement std::error::Error enable the std feature of the log crate.

log = { version = "0.4", features = ["std"] }