Function simple_logging::log_to_stderr [] [src]

pub fn log_to_stderr(max_log_level: LevelFilter)

Configure the log facade to log to stderr.

Examples

use log::LevelFilter;

simple_logging::log_to_stderr(LevelFilter::Info);