[][src]Trait fast_log::fast_log::FastLog

pub trait FastLog: Send {
    fn do_log(&mut self, info: &str);
}

Required methods

fn do_log(&mut self, info: &str)

Loading content...

Implementors

impl FastLog for FileAppender[src]

Loading content...