The Log_composite:: class implements a Composite pattern which allows multiple Log implementations to receive the same events.
Located in /maintenance/libraries/pear/Log/composite.php (line 23)
Log | --Log_composite
Array holding all of the Log instances to which log events should be sent.
Inherited from Log
Log::$_id
Log::$_ident
Log::$_listeners
Log::$_mask
Log::$_opened
Log::$_priority
Constructs a new composite Log object.
Adds a Log instance to the list of children.
Closes any child instances.
Flushes all open child instances.
Returns true if this is a composite.
Sends $message and $priority to each child of this composite.
Opens the child connections.
Removes a Log instance from the list of children.
Sets this identification string for all of this composite's children.
Inherited From Log
Log::alert()
Log::attach()
Log::close()
Log::crit()
Log::debug()
Log::detach()
Log::emerg()
Log::err()
Log::factory()
Log::flush()
Log::getIdent()
Log::getMask()
Log::getPriority()
Log::info()
Log::isComposite()
Log::log()
Log::MASK()
Log::notice()
Log::open()
Log::priorityToString()
Log::setIdent()
Log::setMask()
Log::setPriority()
Log::singleton()
Log::UPTO()
Log::warning()
Log::_announce()
Log::_extractMessage()
Log::_isMasked()
Documentation generated on Fri, 24 Dec 2004 13:01:47 +0000 by phpDocumentor 1.3.0RC3