pub trait TGetLogger {
    fn get_logger(&self, dst: Option<Arc<Mutex<File>>>) -> Logger;
}

Required Methods§

Implementors§