EasyRpc.Plugs.Logger (EasyRpc v1.0.0)

Copy Markdown View Source

Logs RPC calls before execution and after completion.

Uses structured logging matching the original [EasyRpc] format:

  • --> call initiated (debug)
  • <-- success (debug)
  • <<< retry warning (warning)
  • !!! permanent failure (error)