gempir / justlog

twitch logging platform
MIT License
164 stars 38 forks source link

interface-ified logger #178

Closed mxyns closed 2 years ago

mxyns commented 2 years ago

made an interface called Logger that allows people to make their own loggers for justlog if they want to push/read messages to/from a database for example replaced uses of (struct) FileLogger with uses of the Logger interface

mxyns commented 2 years ago

forgot to include some changes, my bad. now it compiles and works fine

gempir commented 2 years ago

Looks good to me, thank you!