|
|||
|
Hi,
I'm exploring the Zend Framework and maybe I want to use it for the next version of our program. I was looking at the Zend_Log and as far as I can see, every log line will be written to at once. Is it also possible to use it with a 'batch' option? In a self written logger (for use with MySQL) I use a batch option. Just add loglines and tell the logger to write them when you want (or when the scripts ends). (adjustable how many lines will be added in just one sql statement). Any experience? |
|
||||
|
Yes, simply extend the default adapter's and add that functionality, but I think that was removed because when an app encounters a fatal error, it cannot log what happened.
__________________
SpotSec Network Gateway Project on SourceForge SpotSec Network Gateway Project Home SpotSec Blog: http://spotsec.com/blog |
![]() |
| Thread Tools | |
| Display Modes | |
|
|