Struct file_logger::Logger [] [src]

pub struct Logger<W> { /* fields omitted */ }

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