Struct slog_logram::TelegramDrain [] [src]

pub struct TelegramDrain<'a> { /* fields omitted */ }

Methods

impl<'a> TelegramDrain<'a>
[src]

[src]

Trait Implementations

impl<'a> Drain for TelegramDrain<'a>
[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]

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