Skip to content

Commit

Permalink
add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanejohnson committed Jun 1, 2022
1 parent a2f8bcb commit 41547e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions logger.go
Expand Up @@ -25,6 +25,7 @@ type Logger interface {
// StringField is a field with a string value
StringField(label string, val string) Logger

// WithFields is willy-nilly key value pairs.
WithFields(fields map[string]interface{}) Logger

// Printf is called last to emit the log at the given
Expand Down

0 comments on commit 41547e8

Please sign in to comment.