This repository has been archived by the owner on Jan 11, 2022. It is now read-only.
Changes to message processing
- Added Facade for easier access
- Adding additional data is now handled by MessageProcessors. By default, we ship an ExceptionProcessor and a RequestProcessor. Additional processors can be made by implementing
ProcessorInterface
and adding them to yourAppProvider
. - Request logging can now add GET and/or POST parameters. POST parameters can be blacklisted (think passwords/usernames)