|
|
| Name: |
PHPLogger |
| Base name: |
phplogger |
| Description: |
Log errors to separate files according to severity |
| Related classes: |
error log, error logging, notice |
| Version: |
- |
| PHP version: |
5.0 |
| License: |
Freeware |
| All time users: |
878 users |
| All time rank: |
3319 |
| Week users: |
1 user |
| Week rank: |
2419 |
| |
|
 |
|
Innovation award
 Nominee: 1x |
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 |
| |
Packages that need this class |
|
|
| Class |
Dependency |
Why it is needed |
| MySQLWrapper |
Required |
This is required to log error/debug/warning message |
| |
Applications that use this class |
|
|
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.
| |
Files |
|
|
| 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 |