co-log-core icon indicating copy to clipboard operation
co-log-core copied to clipboard

🌽 Core types and functions that power the Haskell `co-log` implementation

Results 5 co-log-core issues
Sort by recently updated
recently updated
newest added

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...

documentation
good first issue

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...

good first issue
test

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...