Skip to content

Commit

Permalink
Logger: drop .Log
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua T Corbin committed Dec 9, 2016
1 parent 7fccf5e commit 416be4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ type Logger interface {
// process, but calling Log(PanicLevel, ...) or Log(FatalLevel, ...) should
// not. It may not be possible for compatibility wrappers to comply with
// this last part (e.g. the bark wrapper).
Log(Level, string, ...Field)
Debug(string, ...Field)
Info(string, ...Field)
Warn(string, ...Field)
Expand Down

0 comments on commit 416be4c

Please sign in to comment.