|
|
|
@ -1,8 +1,7 @@
|
|
|
|
|
/// Logger implementation for colors in the terminal and in the future
|
|
|
|
|
/// logging to a file and to a remote log server
|
|
|
|
|
|
|
|
|
|
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)]
|
|
|
|
|
mod tests;
|
|
|
|
|