PHP Error Handling
Free and open source Error Handling Scripts. Some useful method for your site to get errors in time easily, such as 404 page.-
A log file is opened and its end is assessed.classtailfile checks whether any new lines are added. If a new line is added it is returned immediately. Otherwise it waits for a configurable time interval before it checks again whether the log file was updated.Requirements: PHP 5.0 or higher
-
Message Handler generates HTML that display a given error message next to an icon image that denotes the type of message.Icons are provided for information, warning, error, success and stop message types.
-
Displays mandatory and no mandatory fields with a custom font, style and action. form utils can also display the error list with a personalized non-web-standard font.
-
RHC is actually a few files which give the user the ability to do custom error handling, debugging, and handle database abstraction (currently works through INFORMIX and ODBC).
-
CLog Class class can be used to log errors to the current page, to a file or send by e-mail. It can process errors with different levels: debug, notice, warning, fatal and non-fatal error.An error handler function is also provided to override the default PHP error handler.
-
class_log creates log files and allows searching for pattern in its contents.Requirements: - php 4.0 or later- class_specifOS: linux and windows
-
PHPLogger can open separate log files to write error log messages depending on the error severity levels. Several error severity levels are available: debug, info, notice, warning and error.Error messages of all severity levels are written to the default error log file. Error and warning messages are also written to separate files.Requirements: PHP 5.0 or higher
-
Logger consists of several interfaces and classes that applications can instantiate to define which kind of events they want to handle in each specific situation.The data can also be exported to different type of event logging containers.Requirements: PHP 5.0 or higher
-
bib_errors can be used to intercept runtime errors of PHP scripts. It registers a PHP error handler function that outputs the details about the errors to a given log file.The errors may also be displayed as part of the current script output or sent by a given e-mail address to let the site administration or developer react promptly. Now has ...
-
OO shell scripts using PHP starts by opening the standard input, output and error streams. Functions of OO shell scripts using PHP is to read and write the standard streams, as well as execute arbitrary commands, are provided.Requirements: PHP 5.0 or higher
-
A log file can be updated with new lines. When the log file is updated it can limit the number of lines that are stored by discarding older lines if necessary.Limitations: The code and the comments are written in Portuguese
-
Simple error handling class can enable PHP execution error logging setting the file that logs error messages. It provides an error handler function that outputs a stack back-trace with the functions, arguments, file and lines of where an error occurs, as well the values of super-global variables $_GET, $_POST and $_FILES, and also the IP address of the current user ...
-
Outputting to the current page supports HTML, making the display of multi-line messages possible. When writting the log to a file it can start by truncating the file or appending the new log lines at the end of an existing file.In debug mode, oolog marks the log output to notice the lines being added as debug mode. For error messages ...
-
Logging is a class to handle the logging of errors, notices and other application messages. It has built-in functionality to write to STDERR (usually the error_log), STDOUT (just the Web page) or any supplied file.
-
Simple logging class that allows to log the events calling DLog directly or as an error handler. For each error type, you may specify how to log the information.Features of DLog:- Send an e-mail- Write to a log file- Record in a database (MySQL or MSSQL are supported, but you can extend the class to support other databases)- Display the ...

