Struct slog_loggly::FlushHandle [] [src]

pub struct FlushHandle { /* fields omitted */ }

A flush handle that can be used to flush all currently queued log messages.

Methods

impl FlushHandle
[src]

[src]

Flush all currently queued log messages. The method returns a future that will be resolved once all messages that have been sent before calling this method get successfuly sent to Loggly.

Trait Implementations

impl Clone for FlushHandle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for FlushHandle

impl Sync for FlushHandle