Struct stderrlog::StdErrLog [] [src]

pub struct StdErrLog {
    // some fields omitted
}

Methods

impl StdErrLog
[src]

fn new() -> StdErrLog

fn verbosity(&mut self, verbosity: usize) -> &mut StdErrLog

Sets the verbosity level of messages that will be displayed

fn quiet(&mut self, quiet: bool) -> &mut StdErrLog

fn init(&self) -> Result<()SetLoggerError>

Trait Implementations

impl Debug for StdErrLog
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for StdErrLog
[src]

impl Clone for StdErrLog
[src]

fn clone(&self) -> StdErrLog

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Log for StdErrLog
[src]

fn enabled(&self, metadata: &LogMetadata) -> bool

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

fn log(&self, record: &LogRecord)

Logs the LogRecord. Read more