Closed mxyns closed 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
forgot to include some changes, my bad. now it compiles and works fine
Looks good to me, thank you!
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