Struct stderrlog::StdErrLog [] [src]

pub struct StdErrLog { /* fields omitted */ }

Data specific to this logger

Methods

impl StdErrLog
[src]

[src]

creates a new stderr logger

[src]

Sets the verbosity level of messages that will be displayed

[src]

silence all output, no matter the value of verbosity

[src]

Enables or disables the use of timestamps in log messages

[src]

Enables or disables the use of color in log messages

[src]

specify a module to allow to log to stderr

[src]

specifiy modules to allow to log to stderr

[src]

sets the the logger as active

Trait Implementations

impl Debug for StdErrLog
[src]

[src]

Formats the value using the given formatter.

impl Clone for StdErrLog
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Log for StdErrLog
[src]

[src]

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

[src]

Logs the LogRecord. Read more

impl Default for StdErrLog
[src]

[src]

Returns the "default value" for a type. Read more