-
XLog can write details about events to log files that may include details such as event file, event line, event time and date, current page URL and remote user IP address. The log file can be in either plain-text, INI or PHP formats, in which the log messages are wrapped inside comments. Requirements: PHP 5 or higher
-
LogParser can open Apache log files extract the parameters of each log file line using regular expressions to match the different log formats commonly used by Apache. The log parameters are saved in associative arrays. Requirements: PHP 5.2 or higher
-
Other applications can make use of this class to store warnings and errors. The PHS_Error stores in class variables backtrace information that include the PHP files, functions names and line numbers of the functions that were called to reach a point to where the errors or warnings were added. Requirements: PHP 4.3.0 or higher
-
SVF_Log provides several plug-ins in the test app package to process log messages in several ways. Messeges can be logged to files, PHP output, the PHP error log or output for the Firebug extension. Requirements: PHP 5.2.4 or higher
-
mailLogger takes an array or object with information to be logged and generates a text string that is appended to a log file. An e-mail message can also be sent to a specified address containing the log information. Requirements: PHP 3.0 or higher
-
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.
-
The output can be presented as text, HTML, a JavaScript pop-up or a logfile.
-
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.
-
MySQL Binlog Rotate can get the status of all cluster slaves of a master to get the log position. The binary logs can be purged to files named mysql-bin.NUMBER.Requirements: PHP 4.0 or higher
-
kiwiLogger creates an instance of the Kiwi logger component and sets it to connect to a given log servers. It can compose and send messages about the events to be logged and send them to the log server.Klog_COM from the Kiwi Syslog site, as well as the MSWINSCK.OCX and MSVBVM60.DLL files, are required.Requirements: PHP 5.0 or higher
-
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 ...

