Safe Haskell | None |
---|---|
Language | Haskell2010 |
Debug output for requests and responses.
Synopsis
- debugResponse :: MonadServer m => FactionId -> Response -> m ()
- debugRequestAI :: MonadServer m => ActorId -> m ()
- debugRequestUI :: MonadServer m => ActorId -> m ()
- debugShow :: Show a => a -> Text
- debugPretty :: MonadServer m => FactionId -> Text -> UpdAtomic -> m ()
- debugPlain :: MonadServer m => FactionId -> Text -> UpdAtomic -> m ()
- data DebugAid = DebugAid {}
- debugAid :: MonadServer m => ActorId -> Text -> m Text
Documentation
debugResponse :: MonadServer m => FactionId -> Response -> m () Source #
debugRequestAI :: MonadServer m => ActorId -> m () Source #
debugRequestUI :: MonadServer m => ActorId -> m () Source #
Internal operations
debugPretty :: MonadServer m => FactionId -> Text -> UpdAtomic -> m () Source #
debugPlain :: MonadServer m => FactionId -> Text -> UpdAtomic -> m () Source #