Struct slog_config::TermDrainFactory [] [src]

pub struct TermDrainFactory;

Drain factory creating drains logging to the terminal

Trait Implementations

impl DrainFactory for TermDrainFactory
[src]

Attempt to produce a Drain out of Output config description Read more