Struct libmultilog::stdout::StdoutLogger [] [src]

pub struct StdoutLogger { /* fields omitted */ }

StdoutLogger.

Methods

impl StdoutLogger
[src]

Create a new StdoutLogger.

Trait Implementations

impl Log for StdoutLogger
[src]

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

Logs the LogRecord. Read more