@ThreadSafe public final class LoggingTraceExporter extends Object
Example of usage:
public static void main(String[] args) {
LoggingTraceExporter.register();
... // Do work.
}
| Modifier and Type | Method and Description |
|---|---|
static void |
register()
Registers the Logging exporter to the OpenCensus library.
|
static void |
unregister()
Unregisters the Logging exporter from the OpenCensus library.
|