Abstract Class Zend_Log_Writer_Abstract

Description
  • version: $Id: Abstract.php 4560 2007-04-20 08:01:32Z mike $
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
  • abstract:
  • license: New BSD License

Located in /Log/Writer/Abstract.php (line 37)


	
			
Direct descendents
Variable Summary
Method Summary
 void shutdown ()
 void write (array $event)
 void _write (array $event)
Variables
array $_filters = array() (line 42)
  • var: of Zend_Log_Filter_Interface
  • access: protected
Zend_Log_Formatter_Interface $_formatter (line 48)

Formats the log message before writing.

  • access: protected
Methods
addFilter (line 56)

Add a filter specific to this writer.

  • access: public
void addFilter (Zend_Log_Filter_Interface $filter)
setFormatter (line 89)

Set a new formatter for this writer

  • access: public
void setFormatter (Zend_Log_Formatter_Interface $formatter)

Redefined in descendants as:
shutdown (line 98)

Perform shutdown activites such as closing open resources

  • access: public
void shutdown ()

Redefined in descendants as:
write (line 71)

Log a message to this writer.

  • access: public
void write (array $event)
  • array $event: log data event
_write (line 107)

Write a message to the log.

  • abstract:
  • access: protected
void _write (array $event)
  • array $event: log data event

Redefined in descendants as:

Documentation generated on Sun, 27 May 2007 23:20:14 -0700 by phpDocumentor 1.3.2