Struct sloggers::terminal::TerminalLoggerBuilder [] [src]

pub struct TerminalLoggerBuilder { /* fields omitted */ }

A logger builder which build loggers that output log records to the terminal.

Methods

impl TerminalLoggerBuilder
[src]

Makes a new TerminalLoggerBuilder instance.

Sets the format of log records.

Sets the time zone which this logger will use.

Sets the destination to which log records will be outputted.

Sets the log level of this logger.

Trait Implementations

impl Debug for TerminalLoggerBuilder
[src]

Formats the value using the given formatter.

impl Build for TerminalLoggerBuilder
[src]

Builds a logger.