Commanded v1.0.0 Commanded.Middleware.Logger View Source
A Commanded.Middleware
that logs each stage of the command dispatch using
the Elixir Logger
:
- Before dispatch.
- After successful dispatch.
- After failed dispatch.
Link to this section Summary
Functions
Callback implementation for Commanded.Middleware.after_dispatch/1
.
Callback implementation for Commanded.Middleware.after_failure/1
.
Callback implementation for Commanded.Middleware.before_dispatch/1
.
Link to this section Functions
Callback implementation for Commanded.Middleware.after_dispatch/1
.
Callback implementation for Commanded.Middleware.after_failure/1
.
Callback implementation for Commanded.Middleware.before_dispatch/1
.