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]

[src]

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

[src]

Logs the Record. Read more

[src]

Flushes any buffered records.

Auto Trait Implementations

impl Send for Dummy

impl Sync for Dummy