Struct shoop::ShoopLogger [] [src]

pub struct ShoopLogger {
    // some fields omitted
}

Methods

impl ShoopLogger
[src]

Trait Implementations

impl Log for ShoopLogger
[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