Logger Libraries & Classes Development Tools Scripts & Programs PHP

Logger The Logger class is used to maintain a persistant log file as efficiently as possible. Using Logger, your programs can append log entries to as many different files as you need, using only 1 fopen() call and 1 fclose() call per log file. Logger’s primary use is for debugging personal programs when you can’t or don’t want to log via error_log().

See Demo – Download – Visit Author Site

Please comments and give ratings. You may also report of broken or incorrect link using comments box below. Thanks!