Skip to content

Commit 047a6ed

Browse files
committed
Add missing doc
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
1 parent d328b3c commit 047a6ed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

log/log.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ func WithAttributes(attrs ...Attr) Option {
9393
}
9494
}
9595

96+
// WithFormat sets the format of the log output.
9697
func WithFormat(format Format) Option {
9798
return func(l *Logger) {
9899
l.format = format

0 commit comments

Comments
 (0)