-- | A logging effect based on 'Control.Monad.Log.MonadLog'. module Control.Eff.Log ( module Control.Eff.Log.Handler , module Control.Eff.Log.Channel , module Control.Eff.Log.Message ) where import Control.Eff.Log.Handler import Control.Eff.Log.Channel import Control.Eff.Log.Message