serokell / log-warper

Logging library to provide more convenient, extremely configurable but simple monadic interface with pretty output
MIT License
19 stars 11 forks source link

NamedPureLogger and PureLogger should not be instances of MonadState #97

Open gromakovsky opened 6 years ago

gromakovsky commented 6 years ago

They derive MonadState (Seq LogEvent) instances, but that's implementation detail which should be hidden, in my opinion.