f-o-a-m / kepler

A Haskell framework that facilitates writing ABCI applications
https://kepler.dev
Apache License 2.0
34 stars 9 forks source link

Add no-op interpreter for logging effect #152

Closed IvantheTricourne closed 4 years ago

IvantheTricourne commented 4 years ago

144 adds a no-op interpreter for metrics, allowing apps to have the option of not having a metrics implementation. The Logger effect should be handled in a similar manner.