Struct dipstick::logging::LoggingWriter [] [src]

pub struct LoggingWriter {}

Write metrics to log

Trait Implementations

impl Debug for LoggingWriter
[src]

[src]

Formats the value using the given formatter.

impl Copy for LoggingWriter
[src]

impl Clone for LoggingWriter
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl MetricWriter<LoggingKey> for LoggingWriter
[src]

[src]

Write a single metric value

[src]

Some sinks may have buffering capability. Flushing makes sure all previously written metrics are propagated down the sink chain and to any applicable external outputs. Read more