Logger Class in Php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Abhishek
Forum Newbie
Posts: 2
Joined: Fri Aug 10, 2007 8:49 am

Logger Class in Php

Post by Abhishek »

Hi,

Do we have a good logger class in Php. I tried log4Php but found it's not endorsed by ASF and have not been updated since 2003. Thus, I am looking for some mature standard logger class where I can set log levels and create different appenders for logging different modules within an application (e.g a shopping cart).

Can anyone suggest a good logger class for Php?

Regards
Abhishek
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

It's not difficult to build your own, unless you want something overly complicated or invasive.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

Post Reply