Struct log_reroute::REROUTE[]

pub struct REROUTE { /* fields omitted */ }

A global Reroute object.

This one is manipulated by the global functions:

Methods from __Deref<Target = Reroute>

Sets a new slave logger.

In case it is already in a box, you should prefer this method over reroute, since there'll be less indirection.

Sets a new slave logger.

Stubs out the logger.

Sets the slave logger to one that does nothing (eg. Dummy).

Trait Implementations

impl __Deref for REROUTE

The resulting type after dereferencing.

Dereferences the value.

impl LazyStatic for REROUTE

Auto Trait Implementations

impl Send for REROUTE

impl Sync for REROUTE