Property | Type | Description | |
---|---|---|---|
$error | Horde_Log_Exception | Stores the exception if the logger could not be started. |
Property | Type | Description | |
---|---|---|---|
$_queue | array | Log queue. |
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. |
public static processQueue ( $logger = null ) |
public static queue ( Horde_Core_Log_Object $ob ) | ||
$ob | Horde_Core_Log_Object |