Struct slog_term::FullFormat [] [src]

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

Terminal-output formatting Drain

Note: logging to FullFormat drain is thread-safe, since every line of output is formatted indecently. However, the underlying IO, needs to be synchronized.

Methods

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

[src]

New TermBuilder

Trait Implementations

impl<D> Drain for FullFormat<D> where
    D: Decorator
[src]

Type returned by this drain Read more

Type of potential errors that can be returned by this Drain

[src]

Handle one logging statement (Record) Read more

[src]

Avoid: Check if messages at the specified log level are maybe enabled for this logger. Read more

[src]

Avoid: See is_enabled

[src]

Avoid: See is_enabled

[src]

Avoid: See is_enabled

[src]

Avoid: See is_enabled

[src]

Avoid: See is_enabled

[src]

Avoid: See is_enabled

[src]

Pass Drain through a closure, eg. to wrap into another Drain. Read more

[src]

Filter logging records passed to Drain Read more

[src]

Filter logging records passed to Drain (by level) Read more

[src]

Map logging errors returned by this drain Read more

[src]

Ignore results returned by this drain Read more

[src]

Make Self panic when returning any errors Read more

Auto Trait Implementations

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

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