Skip to content

Commit

Permalink
chore: reverted liblog changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthishvitwit committed Dec 14, 2023
1 parent 8077f71 commit 7c7d89d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions util/liblog/liblog.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ type Logr interface {
func FromSDKLogger(l log.Logger) Logr {
return &lgwr{l}
}
func (l *lgwr) Impl() interface{} {
return l
}

type lgwr struct {
l log.Logger
Expand Down

0 comments on commit 7c7d89d

Please sign in to comment.