Struct stderrlog::StdErrLog [] [src]

pub struct StdErrLog { /* fields omitted */ }

Methods

impl StdErrLog
[src]

Sets the verbosity level of messages that will be displayed

Enables or disables the use of timestamps in log messages

Trait Implementations

impl Clone for StdErrLog
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StdErrLog
[src]

Formats the value using the given formatter.

impl Log for StdErrLog
[src]

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

Logs the LogRecord. Read more