Forum Moderators: coopster
The problem I have is that these are all just going to text files and in some cases the text files are over 1MB per day.
Can anyone point me to a PHP program that I can call via an API like:
Log::LogError(404,'Blah')
And that can take errors or debug lines and make useful reports out of them?
[pear.php.net...]
Log to file, DB, anything you like. But it doesn't do any analysis, or present the logged data in any way.