Struct hobofan_stdweb_logger::Logger [] [src]

pub struct Logger { /* fields omitted */ }

Methods

impl Logger
[src]

[src]

Returns the maximum LevelFilter that this logger instance is configured to output.

[src]

[src]

Trait Implementations

impl Log for Logger
[src]

[src]

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

[src]

Logs the Record. Read more

[src]

Flushes any buffered records.