Struct lolog::Logger [] [src]

pub struct Logger<Writer: Write + Send> { /* fields omitted */ }

Methods

impl<W: Write + Send> Logger<W>
[src]

Trait Implementations

impl<W: Write + Send> Log for Logger<W>
[src]

Determines if a log message with the specified metadata would be logged. Read more

Logs the LogRecord. Read more