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