public static function register_errorhandler_dbwriter() { \SYSTEM\LOG\log::registerHandler('\\SYSTEM\\LOG\\error_handler_dbwriter'); }
public function __construct($message = "", $code = 1, $severity = 0, $filename = "", $lineno = 0, $previous = NULL) { parent::__construct($message, $code, $severity, $filename, $lineno, $previous); \SYSTEM\LOG\log::__exception_handler($this, false); }
public function __construct($message = "", $code = 1, $previous = NULL) { parent::__construct($message, $code, $previous); \SYSTEM\LOG\log::__exception_handler($this, false); }