00001 <?php 00031 interface Zend_Log_Formatter_Interface 00032 { 00039 public function format($event); 00040 00041 }