Struct slog_term::StreamerBuilder [] [src]

pub struct StreamerBuilder { /* fields omitted */ }

Streamer builder

Methods

impl StreamerBuilder
[src]

New StreamerBuilder

Force colored output

Force plain output

Auto detect color (default)

Output to stderr

Output to stdout (default)

Output using full mode

Output using compact mode (default)

Use asynchronous streamer

Use synchronous streamer (default)

Use the UTC time zone for the timestamp

Use the local time zone for the timestamp (default)

Provide a custom function to generate the timestamp

Build the streamer

Trait Implementations

impl Default for StreamerBuilder
[src]

Returns the "default value" for a type. Read more