opentelemetry-java/exporters/logging
John Watson 192137e775
Convert the exportable Event to an interface (#1277)
* change Event to an interface with an impl to match

* make TimedEvent implement the Event interface

* don't make copies of already immutable event data

* copy the wrapped event, so as not to hold to user's data
2020-05-26 13:55:33 -07:00
..
src Convert the exportable Event to an interface (#1277) 2020-05-26 13:55:33 -07:00
README.md Add javadoc link to all readmes (#981) 2020-03-09 14:32:22 -07:00
build.gradle Switch to use pluginManagement, Use gradle plugin for jmh. (#903) 2020-02-21 10:19:51 -08:00

README.md

OpenTelemetry - Logging Exporter

Javadocs

  • Java 7 compatible.