Survey on logging classes / frameworks / writers
- by ts
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?