Survey on logging classes / frameworks / writers
Posted
by ts
on Stack Overflow
See other posts from Stack Overflow
or by ts
Published on 2010-05-15T00:28:36Z
Indexed on
2010/05/15
0:34 UTC
Read the original article
Hit count: 516
I am curious what writers (handlers, loggers) are you using. Text file and db its quite obvious, but what are other possibilities ? Firephp maybe (as in Zend_Log), mail, jabber, url ? Is anyone using syslog() or error_log() ? Are you using streams (especially custom ones) ?
Are you using custom error levels or you limit yourself to predefined values? Are you logging common php errors / warning / notices?
And last question - is there anything new in the town, worth consideration, apart of Zend_Log ? Or are you using your homebrew class?
© Stack Overflow or respective owner