Abstract Class Horde_Log_Handler_Base

Description

Located in /Log/lib/Horde/Log/Handler/Base.php (line 25)


	
			
Direct descendents
Variable Summary
 array $_filters
 array $_options
Method Summary
 void log (array $event)
 bool setOption ($optionKey $optionKey, $optionValue $optionValue)
 void write (array $event)
Variables
array $_filters = array() (line 35)
  • var: of Horde_Log_Filter_Interface
  • access: protected
array $_options = array() (line 30)
  • var: of key/value pair options
  • access: protected

Redefined in descendants as:
Methods
addFilter (line 43)

Add a filter specific to this handler.

  • access: public
void addFilter (Horde_Log_Filter_Interface $filter)
log (line 58)

Log a message to this handler.

  • access: public
void log (array $event)
  • array $event: Log event
setOption (line 77)

Sets an option specific to the implementation of the log handler.

  • return: True
  • access: public
bool setOption ($optionKey $optionKey, $optionValue $optionValue)
  • $optionKey $optionKey: Key name for the option to be changed. Keys are handler-specific
  • $optionValue $optionValue: New value to assign to the option
write (line 93)

Buffer a message to be stored in the storage implemented by this handler.

  • abstract:
  • access: public
void write (array $event)
  • array $event: Log event

Redefined in descendants as:

Documentation generated on Sun, 30 Jan 2011 05:15:29 +0000 by phpDocumentor 1.4.3