tags:

views:

181

answers:

3

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

+4  A: 

I use Zend_Log for application logging

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

Brendon
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
Zend_Log doesn't have any dependencies, so no you don't need the whole framework.
Brendon
A: 

How about

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

lemon
+1  A: 

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?

Dima
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