vote up 1 vote down star

i am looking for a php logging solution like log4net. do you know any solution or can you suggest anyone?

flag

3 Answers

vote up 4 vote down check

I use Zend_Log for application logging

http://framework.zend.com/manual/en/zend.log.html

link|flag
If i want to use Zend_Log, will i install or configure all zend framework? Or can i just use zend_log php file? – Erkan BALABAN Oct 26 at 6:08
Zend_Log doesn't have any dependencies, so no you don't need the whole framework. – Brendon Oct 29 at 17:08
vote up 0 vote down

How about

http://pear.php.net/package/Log

link|flag
vote up 1 vote down

I'm really looking forward for apache log4php which is currently under incubation process. So far apache logging services provided to be the best, I've used it in java, c++, .net and even python. Good stuff, pretty much of a solid standard these days. Hopefully the php one will pass too. Does anyone know when they are planning to finish with the incubation?

link|flag
Yes you are right. I am looking for log4php. But they did not make any release yet. Because of that i asked here. I think there are lots of php programmers that are waiting for log4php. – Erkan BALABAN Oct 26 at 18:23

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.