Struct slog_syslog::Streamer3164 [] [src]

pub struct Streamer3164 { /* fields omitted */ }

Drain formatting records and writing them to a syslog `Logger

Uses mutex to serialize writes. TODO: Add one that does not serialize?

Methods

impl Streamer3164
[src]

Create new syslog `Streamer using given format

Trait Implementations

impl Drain for Streamer3164
[src]

Type of potential errors that can be returned by this Drain

Type returned by this drain Read more

Handle one logging statement (Record) Read more

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

Filter logging records passed to Drain Read more

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

Map logging errors returned by this drain Read more

Ignore results returned by this drain Read more

Make Self panic when returning any errors Read more