This class can be used to log application errors.
It can open separate log files to write error log messages depending on the error severity levels.
The class supports error severity levels: 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.
| Not yet rated by the users |
| Class |
Dependency |
Why it is needed |
| MySQLWrapper |
Required |
This is required to log error/debug/warning message |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
PHPLogger.php |
Class |
Logger file to log debug information |
Readme.txt |
Doc. |
Gives the description about Logger class |
testLogger.php |
Example |
This file gives the example usage of PHPLogger class |