Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
Improve deprecation message with pointers
Browse files Browse the repository at this point in the history
  • Loading branch information
bhs committed Sep 26, 2016
1 parent 7e94f4a commit ea0e301
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions span.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ type Span interface {
// Provides access to the Tracer that created this Span.
Tracer() Tracer

// DEPRECATED
// Deprecated: use LogFields or LogKV
LogEvent(event string)
// DEPRECATED
// Deprecated: use LogFields or LogKV
LogEventWithPayload(event string, payload interface{})
// DEPRECATED
// Deprecated: use LogFields or LogKV
Log(data LogData)
}

Expand Down

0 comments on commit ea0e301

Please sign in to comment.