Home > upLog

upLog

UpLog is a project mainly written in ..., it's free.

A KISS style php logging class

A KISS style php logging class Automatically deletes log files after a period of time

@author Uli Pahlke [email protected] @link http://www.matrix-tools.de @version 0.1

Usage $log = new upLog('logs/'); $log->deleteAfterDays = 7; $log->setFilename = 'error'; $log->writeLog('Log error string to error.log...'); $log->writeLog('Log debug string to debug.log...','debug');

Previous:Genome-DB