goshuirc / bnc

a simple irc bouncer written in go
https://goshubnc.org/
MIT License
17 stars 3 forks source link

Allow loading multiple loggers #50

Open DanielOaks opened 7 years ago

DanielOaks commented 7 years ago

This is useful because, for instance, I could have an in-memory message-logger that simply retains the last X messages for replay purposes (mimicking ZNC's default behaviour), and at the same time load the file-based message logger so I have some on-disk logs to refer back to.