Control.Monad.Class.MonadEventlog.Trans
Contents
Since: 0.1.0.0
Methods
traceEventIO :: String -> ExceptT e m () #
traceMarkerIO :: String -> ExceptT e m () #
flushEventLog :: ExceptT e m () #
traceEventIO :: String -> StateT s m () #
traceMarkerIO :: String -> StateT s m () #
flushEventLog :: StateT s m () #
traceEventIO :: String -> WriterT w m () #
traceMarkerIO :: String -> WriterT w m () #
flushEventLog :: WriterT w m () #
traceEventIO :: String -> ContT r m () #
traceMarkerIO :: String -> ContT r m () #
flushEventLog :: ContT r m () #
traceEventIO :: String -> RWST r w s m () #
traceMarkerIO :: String -> RWST r w s m () #
flushEventLog :: RWST r w s m () #