You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make logger require an interface instead of a concrete implementation
It is much easier to integrate 3rd-party log implementations by requiring
an interface instead of requiring a Logger struct (which implements this
interface).
0 commit comments