Trait lightning::util::logger::Logger[][src]

pub trait Logger: Sync + Send {
    fn log(&self, record: &Record);
}

A trait encapsulating the operations required of a logger

Required Methods

Logs the Record

Implementors