Struct libmultilog::multi::MultiLogger [] [src]

pub struct MultiLogger { /* fields omitted */ }

Structure that holds multiple loggers.

Methods

impl MultiLogger
[src]

Enable file logging.

Add a file filter.

Enable stdout logging.

Trait Implementations

impl Default for MultiLogger
[src]

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

impl Log for MultiLogger
[src]

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

Logs the LogRecord. Read more