Struct log_reroute::Dummy[][src]

pub struct Dummy;

A logger that doesn't log.

This is used to stub out the reroute in case no other log is set.

Trait Implementations

impl Log for Dummy
[src]

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

Logs the Record. Read more

Flushes any buffered records.

Auto Trait Implementations

impl Send for Dummy

impl Sync for Dummy