Skip to content

Commit

Permalink
Update logger.go
Browse files Browse the repository at this point in the history
Co-authored-by: Chris S. Kim <kisunji92@gmail.com>
  • Loading branch information
evanphx and kisunji committed Mar 20, 2023
1 parent c77556b commit f7ba5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ type LoggerOptions struct {
// Named, With, or ResetNamed is created. If defined, the function is passed
// the newly created Logger and the returned Logger is returned from the
// original function. This option allows customization via interception and
/// wrapping of Logger instances.
// wrapping of Logger instances.
SubloggerHook func(sub Logger) Logger
}

Expand Down

0 comments on commit f7ba5ae

Please sign in to comment.