master
rasul 4 years ago
parent 7c22ba377d
commit 8f92eebb5c

@ -1,8 +1,7 @@
/// Logger implementation for colors in the terminal and in the future /// Logger implementation for colors in the terminal and in the future
/// logging to a file and to a remote log server /// logging to a file and to a remote log server
use colored::*; use colored::*;
use log::{set_logger, set_max_level, Log, Level, LevelFilter, Metadata, Record, SetLoggerError}; use log::{set_logger, set_max_level, Level, LevelFilter, Log, Metadata, Record, SetLoggerError};
#[cfg(test)] #[cfg(test)]
mod tests; mod tests;

Loading…
Cancel
Save