This class can be used to log activity to files buffering the messages.
It can log one or more activity messages to a log file.
The messages are first stored in class private array variable that works as a buffer.
When the object is destroyed, eventually at the end of the script, the messages are flushed to the log file all at once.
|
|
| Name: |
Logger class to write all at once |
| Base name: |
phploggerclass |
| Description: |
Log activity to files buffering the messages |
| Version: |
1.0 |
| PHP version: |
5 |
| License: |
GNU General Public License (GPL) |
| All time users: |
476 users |
| All time rank: |
5053 |
| Week users: |
5 users |
| Week rank: |
519  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Perfect (100.0%) |
Good (91.7%) |
- |
- |
- |
- |
Not sure (59.2%) |
904 |
| Month: |
Not yet rated by the users |
| |
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 |
Logger |
Class |
Logger class |