haskell-logger
haskell-logger copied to clipboard
Fast & extensible logging framework for Haskell!
And if not, would you still recommend its use or are there known issues with it?
I'm not in touch with the project / my usage of this project now, it's been a while since I touched this. Making it a PR in case it helps...
I created a new project via `stack new stacktest`, added logger as a extra-dep in stack.yml, added logger as a dependency in the cabal file, and tried to build. Didn't...
Hi, I've noticed that even though the docs are there in the code, they're still missing from hackage. Can you please add them there? (i.e. http://hackage.haskell.org/package/logger-0.1.0.2) Thanks a lot for...
Would you consider changing all `String`s into `Data.Text`s ? The only issue I foresee is about the pretty-print library: - `ansi-wl-pprint` supports ANSI colors but doesn't support `Text`; - `wl-pprint-text`...
When I try to run a code provided in README ``` haskell main = print =