Struct log4rs_fluentd::FluentdAppender[][src]

pub struct FluentdAppender { /* fields omitted */ }

Methods

impl FluentdAppender
[src]

Trait Implementations

impl Debug for FluentdAppender
[src]

Formats the value using the given formatter. Read more

impl Append for FluentdAppender
[src]

Processes the provided Record.

Flushes all in-flight records.

Auto Trait Implementations