Skip to content

arbor/arbor-monad-logger

Repository files navigation

arbor-monad-logger

Logging library that simplifies setting up an application to work with monad-logger API library using fast-logger as the underlying logger.

It also provides a useful non-overloaded API for logging against Control.Monad.Logger.MonadLogger.

See the example app in the app directory for more information.

The example app can be run with cabal new-run arbor-monad-logger-example