Struct zipkin::report::LoggingReporter [] [src]

pub struct LoggingReporter;

A Reporter which logs the Span at the info level.

The Span is simply logged in its Debug representation which is not stable, so this reporter is only useful for testing.

Trait Implementations

impl Report for LoggingReporter
[src]

[src]

Reports a span.

Auto Trait Implementations