sproutwp/sprout_errors

There is no license information available for the latest version (dev-master) of this package.

A smarter way to work with errors and their logging in WordPress

dev-master 2019-06-13 12:09 UTC

This package is not auto-updated.

Last update: 2025-07-18 18:01:40 UTC


README

Error handler & logger for WordPress but with an actually smart way of doing things.

Think about it this way: do you want to hit the database every single time you need to log an error? No. Save it to memory (be able to retrieve it as well) as error-codes that you can then decode on the front-end, then, at the end of the request, save it.