Changelog for log-effect-1.2.0
Changelog
Version 1.0
* Complete revamp of the logging effects.
* Add LogM effect.
* Add MonadBaseControl instances.
* Remove fast-logger dependency in favor of a custom typeclass.
Version 0.4
-
add a proxy to most
runLogfunctions to not have to supply the full specialized type signature. Use something likedata Proxy a = Proxyor the one fromtagged. -
remove
ShowLogtypeclass in favor ofToLogStringfromfast-logger.