Skip to content

Commit

Permalink
Fix documentation for NullLogger (jaegertracing#258)
Browse files Browse the repository at this point in the history
Signed-off-by: Francis Chuang <[email protected]>
  • Loading branch information
F21 authored and Isaac Hier committed Mar 26, 2018
1 parent 4f54ece commit 86a1fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func (l *stdLogger) Infof(msg string, args ...interface{}) {
log.Printf(msg, args...)
}

// NullLogger is implementation of the Logger interface that delegates to default `log` package
// NullLogger is implementation of the Logger interface that is no-op
var NullLogger = &nullLogger{}

type nullLogger struct{}
Expand Down

0 comments on commit 86a1fd4

Please sign in to comment.