Thread: Zend_Log
View Single Post
  #1 (permalink)  
Old 07-20-2007, 11:08 AM
Snef Snef is offline
Junior Member
 
Join Date: Jul 2007
Posts: 7
Default Zend_Log

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?
Reply With Quote