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

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

A trait encapsulating the operations required of a logger

Required methods

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

Logs the Record

Loading content...

Implementors

Loading content...