1
2
3
4
5
6
7
8
9
pub use crate::actors::loggers::logger::*;

pub(crate) mod logger;

pub enum Loggers {
    Debug,
    Info,
    Tracing,
}