So here’s the deal, I’m looking for a general purpose library that’s fast, structured, maintained, high-level and with a good documentation.
Now of course, I don’t expect the open source community to just provide a library with all these characteristics, I know I’ll have to write documentation, pull requests for missing features, etc, that’s fine I’m all in.
But searching on Hackage for even one or two of of these characteristics left me clueless.
There is fast-logger which seems to be the most downloaded on hackage, but it seems very low-level and impractical for app or web-server usage.
There is wai-logger but it seems quite specific to web servers.
And then there are many others with less downloads which all bring some specifics that are not directly related to what I’m seeking (mainly effects).
TL;DR what logging libraries do you use ? Are you happy with it ? What’s used in big haskell projects ?
PS : This question was already asked before without much success Which logger library should I use?