PHP 클래스 Horde_Core_Factory_Logger, horde

상속: extends Horde_Core_Factory_Injector
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$error Horde_Log_Exception Stores the exception if the logger could not be started.

보호된 프로퍼티들

프로퍼티 타입 설명
$_queue array Log queue.

공개 메소드들

메소드 설명
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.

메소드 상세

available() 공개 정적인 메소드

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

create() 공개 메소드

public create ( Horde_Injector $injector )
$injector Horde_Injector

processQueue() 공개 정적인 메소드

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

queue() 공개 정적인 메소드

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

프로퍼티 상세

$_queue 보호되어 있는 정적으로 프로퍼티

Log queue.
protected static array $_queue
리턴 array

$error 공개적으로 프로퍼티

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