Struct slog_term::CompactFormatBuilder [] [src]

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

Streamer builder

Methods

impl<D> CompactFormatBuilder<D> where
    D: Decorator
[src]

[src]

Use the UTC time zone for the timestamp

[src]

Use the local time zone for the timestamp (default)

[src]

Provide a custom function to generate the timestamp

[src]

Build the streamer

Trait Implementations

Auto Trait Implementations

impl<D> Send for CompactFormatBuilder<D> where
    D: Send

impl<D> Sync for CompactFormatBuilder<D> where
    D: Sync