axleus / message

Event Driven Message Service for mezzio applications.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Introduce logging for listeners #5

Open tyrsson opened 3 hours ago

tyrsson commented 3 hours ago

Look at introducing PSR3 support for Message listeners to provide observability for messaging.

tyrsson commented 3 hours ago

Logging to be provided by @axelus/log

Uses Monolog as the PSR3 provider.

axleus/log provides factories, processor and a axleus/db handler to provide multi-channel logging including extra UserInterface data to all log messages. This component is already in a working state and can, after testing, be tagged at 0.0.1 with no further work required.