Struct fastlog::Logger [] [src]

pub struct Logger { /* fields omitted */ }

Methods

impl Logger
[src]

Trait Implementations

impl Send for Logger
[src]

impl Sync for Logger
[src]

impl Log for Logger
[src]

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

Logs the LogRecord. Read more

impl Drop for Logger
[src]

A method called when the value goes out of scope. Read more