Skip to content

Commit

Permalink
Consolodate name docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Jul 12, 2024
1 parent c5523d5 commit 379c72a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions log/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ type LoggerProvider interface {
// commonly, this means a bridge will need to accept this value from its
// users.
//
// If name is empty, implementations need to provide a default name.
//
// The version of the packages using a bridge can be critical information
// to include when logging. The bridge should accept this version
// information and use the [WithInstrumentationVersion] option to configure
// the Logger appropriately.
//
// If name is empty, implementations need to provide a default name.
//
// Implementations of this method need to be safe for a user to call
// concurrently.
Logger(name string, options ...LoggerOption) Logger
Expand Down

0 comments on commit 379c72a

Please sign in to comment.