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