co-log-core
co-log-core copied to clipboard
🌽 Core types and functions that power the Haskell `co-log` implementation
It's not uncommon for logging systems to have a level below Debug, often called Trace. I do find this useful: often there's a distinction between "debugging information that's not useful...
- [ ] Fix Haddock with CPP for TypeErrors instance - [ ] Better docs for `cmapMaybe` - [ ] Fix `hoistLogAction` example of type `performPureLogsInIO` - [ ] Better...
It would be really nice to have tests for the logging functionality, especially property-based testing. However, it's not really clear how to test it. It would be really nice though...
Our main goal in `co-log-core` is to create a minimal package with only `base` in dependencies and enabling more people to use `co-log` capabilities in a more flexible way. As...
Wait for a `doctest` that supports ghc-9.10...