Struct slog_term::FullFormatBuilder [] [src]

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

Streamer builder

Methods

impl<D> FullFormatBuilder<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]

Use the original ordering of key-value pairs

By default, key-values are printed in a reversed order. This option will change it to the order in which key-values were added.

[src]

Build FullFormat