Struct dipstick::logging::LoggingSink [] [src]

pub struct LoggingSink { /* fields omitted */ }

Write metrics to the standard log with a prefix

Methods

impl LoggingSink
[src]

[src]

Create a new logging sink.

Trait Implementations

impl Debug for LoggingSink
[src]

[src]

Formats the value using the given formatter.

impl MetricSink for LoggingSink
[src]

Metric identifier type of this sink.

Metric writer type of this sink.

[src]

Define a new sink-specific metric that can be used for writing values.

[src]

Open a metric writer to write metrics to. Some sinks reuse the same writer while others allocate resources for every new writer. Read more