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

pub trait Logger {
    fn log(&self, record: &Record<'_>);
}

A trait encapsulating the operations required of a logger

Required methods

fn log(&self, record: &Record<'_>)[src]

Logs the Record

Loading content...

Implementors

Loading content...