modl icon indicating copy to clipboard operation
modl copied to clipboard

Make logger an interface

Open mwielbut opened this issue 7 years ago • 0 comments

The current implementation requires passing in the concrete standard log.Logger struct which makes it cumbersome use an alternative logger, such as Logrus. Modl is only using one Printf function so this PR changes the logger to be defined as an interface.

mwielbut avatar Feb 12 '19 16:02 mwielbut