Skip to content

Commit

Permalink
Document Enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Nov 4, 2024
1 parent 53bf19e commit 8eb4909
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions log/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ type Logger interface {
//
// Implementations of this method need to be safe for a user to call
// concurrently.
//
// Notice: Enabled is intended to be used by log bridges.
// Is should not be used for writing instrumentation.
Enabled(ctx context.Context, param EnabledParameters) bool
}

Expand Down

0 comments on commit 8eb4909

Please sign in to comment.