1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-02 08:52:21 +02:00
opentelemetry-go/api/trace
rghetia d6d9786732
rename Log and Logf interface to AddEvent and AddEventf. (#22)
* rename Log and Logf interface to AddEvent and AddEventf.
- also remove log package.

* provide only AddEvent interface to Span
- Event can be created using Event specific interface.

* add var trick for Event interface.
2019-06-25 13:50:46 -07:00
..
api.go rename Log and Logf interface to AddEvent and AddEventf. (#22) 2019-06-25 13:50:46 -07:00
span.go rename Log and Logf interface to AddEvent and AddEventf. (#22) 2019-06-25 13:50:46 -07:00
trace.go rename Log and Logf interface to AddEvent and AddEventf. (#22) 2019-06-25 13:50:46 -07:00