[][src]Trait ashtlog::LogBackend

pub trait LogBackend: Sized {
    fn put(&self, entry: Arguments<'_>, node: &LogNode<'_, Self>);
}

Required methods

fn put(&self, entry: Arguments<'_>, node: &LogNode<'_, Self>)

Loading content...

Implementors

impl LogBackend for NullLogBackend[src]

impl LogBackend for PlainLogBackend[src]

Loading content...