Struct Dummy
log_reroute
pub struct Dummy;
A logger that doesn't log.
This is used to stub out the reroute in case no other log is set.
impl Log for Dummy
fn enabled(&self, _metadata: &Metadata) -> bool
Determines if a log message with the specified metadata would be logged. Read more
fn log(&self, _record: &Record)
Logs the Record. Read more
Record
fn flush(&self)
Flushes any buffered records.
impl Send for Dummy
impl Sync for Dummy