Struct slog_term::StreamerBuilder [] [src]

pub struct StreamerBuilder {
    // some 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)

Build the streamer