Skip to content

Commit

Permalink
Update log/logtest/recorder.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
  • Loading branch information
dmathieu and MrAlias authored Apr 8, 2024
1 parent 1231e46 commit 6f87408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log/logtest/recorder.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ type Recorder struct {
enabledFn enabledFn
}

// Logger retrieves a copy of Recorder with the provided scope
// Logger returns a copy of Recorder as a [log.Logger] with the provided scope
// information.
func (r *Recorder) Logger(name string, opts ...log.LoggerOption) log.Logger {
cfg := log.NewLoggerConfig(opts...)
Expand Down

0 comments on commit 6f87408

Please sign in to comment.