k0ral
Results
11
comments of
k0ral
The goal is to be able to dynamically add/remove log handlers at runtime. It could look like [that](http://hackage.haskell.org/package/logger-0.1.0.0/docs/System-Log-Logger-Handler.html#t:MonadLoggerHandler): a distinct typeclass that offers a `addHandler` function (but this is just...