Skip to content

Commit

Permalink
remove unused embeddedLogger type
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu committed May 16, 2024
1 parent 5f12b51 commit 9bd1181
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions log/logtest/recorder.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ import (
"go.opentelemetry.io/otel/log/embedded"
)

// embeddedLogger is a type alias so the embedded.Logger type doesn't conflict
// with the Logger method of the Recorder when it is embedded.
type embeddedLogger = embedded.Logger // nolint:unused // Used below.

type enabledFn func(context.Context, log.Record) bool

var defaultEnabledFunc = func(context.Context, log.Record) bool {
Expand Down

0 comments on commit 9bd1181

Please sign in to comment.