Skip to content

Release 2.0.0 - August 5, 2021

Compare
Choose a tag to compare
@alexstandiford alexstandiford released this 05 Aug 13:11
713ff0a

This update introduces several things to make the logger loader more extend-able

Introduces middleware to the logger registry. This provides a way to extend the logger without needing several different hooks to modify the behavior
Upgrades event types to support multiple log writers

This also updates the default logger to use PHP's built-in logging instead of a custom-made log. This is a lot more stable than other options and is more-secure since these log files are typically locked down by hosts.

This update removed several filters, and instead expects you to extend using the middleware API. Review the updated code here to see how you can now extend this.