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

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

A trait encapsulating the operations required of a logger

Required methods

fn log(&self, record: &Record)

Logs the Record

Loading content...

Implementors

Loading content...