xakki/phperrorcatcher

Logger all error in file for PHP

0.5.0 2021-04-17 12:55 UTC

This package is auto-updated.

Last update: 2024-03-18 03:26:32 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')