Logger is a Development Tools script
Overall rating: (N/A)
|
The script Logger is a Development Tools scrpit (application development software).
The Logger class is used to maintain a presistant log file as efficiently as possible.
Using Logger, your programs can append log entries to as many different fiels as you need, using only 1 fopen() call and 1 fclose() call per log file.
Loggers primary use is for debugging personal programs when you cant or dont want to log via error_log().
|
 Write a comment about the script Logger
|