Struct slog_term::Format [] [src]

pub struct Format<D: Decorator> { /* fields omitted */ }

Full formatting with optional color support

Methods

impl<D: Decorator> Format<D>
[src]

New Format format that prints using color

Trait Implementations

impl<D: Decorator + Send + Sync> StreamFormat for Format<D>
[src]

Format one logging record and write into io