xakki / phperrorcatcher
Logger all error in file for PHP
0.5.0
2021-04-17 12:55 UTC
Requires
- php: >=5.6
- ext-json: *
- ext-memcached: *
- psr/log: ^1.0
Requires (Dev)
- lox/xhprof: dev-master
This package is auto-updated.
Last update: 2024-10-18 04:40:44 UTC
README
Logger all error in file for PHP
Example example/test.php
-
include_once "src/PHPErrorCatcher.php";
-
xakki\phperrorcatcher\PHPErrorCatcher::init([...]);
Custom error report
-
xakki\phperrorcatcher\PHPErrorCatcher::logException($e); // from Exception
-
xakki\phperrorcatcher\PHPErrorCatcher::logError('My custom error'); // custom error
-
trigger_error($message, E_USER_WARNING); // simple error trigger
Log browser errors
- <script src="catcher.js"> and yoy can catch all errors
- errorCatcher('custom errors')