Logging library to provide more convenient, extremely configurable but simple monadic interface with pretty output
19
stars
11
forks
source link
NamedPureLogger and PureLogger should not be instances of MonadState #97
Open
gromakovsky opened 6 years ago
They derive
MonadState (Seq LogEvent)
instances, but that's implementation detail which should be hidden, in my opinion.