PHP Class Horde_Core_Factory_Logger, horde

Inheritance: extends Horde_Core_Factory_Injector
Datei anzeigen Open project: horde/horde Class Usage Examples

Public Properties

Property Type Description
$error Horde_Log_Exception Stores the exception if the logger could not be started.

Protected Properties

Property Type Description
$_queue array Log queue.

Public Methods

Method Description
available ( ) : boolean Is the logger available?
create ( Horde_Injector $injector )
processQueue ( $logger = null ) Process the log queue.
queue ( Horde_Core_Log_Object $ob ) Queue log entries to output once the framework is initialized.

Method Details

available() public static method

Is the logger available?
public static available ( ) : boolean
return boolean True if logging is available.

create() public method

public create ( Horde_Injector $injector )
$injector Horde_Injector

processQueue() public static method

Process the log queue.
public static processQueue ( $logger = null )

queue() public static method

Queue log entries to output once the framework is initialized.
public static queue ( Horde_Core_Log_Object $ob )
$ob Horde_Core_Log_Object

Property Details

$_queue protected_oe static_oe property

Log queue.
protected static array $_queue
return array

$error public_oe property

Stores the exception if the logger could not be started.
public Horde_Log_Exception $error
return Horde_Log_Exception