IDlog
Package:
Summary:
Log events to a PHP error log file
Groups:
Author:
Description:
This class can be used to log events to a PHP error log file.
It composes a log message made of configurable information elements that may include the current date and time, the current request browser, etc..
The class calls the PHP error_log function to output the composed log message to a given log file.
Comments are closed.