Struct slog_loggly::LogglyDrain [] [src]

pub struct LogglyDrain { /* fields omitted */ }

Loggly drain.

Methods

impl LogglyDrain
[src]

[src]

Create a LogglyDrain builder for a given Loggly token and tag.

Trait Implementations

impl Drain for LogglyDrain
[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 Send for LogglyDrain

impl Sync for LogglyDrain