PHP 클래스 LdapTools\Log\LoggerChain

저자: Chad Sikorra ([email protected])
상속: implements LdapTools\Log\LdapLoggerInterface
파일 보기 프로젝트 열기: ldaptools/ldaptools

보호된 프로퍼티들

프로퍼티 타입 설명
$loggers LdapTools\Log\LdapLoggerInterface[]

공개 메소드들

메소드 설명
addLogger ( LdapTools\Log\LdapLoggerInterface $logger ) Add a logger to the chain to be executed.
end ( LogOperation $operation ) The end of a logging operation. Initiated on each logger in the chain.
start ( LogOperation $operation ) The start of a logging operation. Initiated on each logger in the chain.

메소드 상세

addLogger() 공개 메소드

Add a logger to the chain to be executed.
public addLogger ( LdapTools\Log\LdapLoggerInterface $logger )
$logger LdapTools\Log\LdapLoggerInterface

end() 공개 메소드

The end of a logging operation. Initiated on each logger in the chain.
public end ( LogOperation $operation )
$operation LogOperation

start() 공개 메소드

The start of a logging operation. Initiated on each logger in the chain.
public start ( LogOperation $operation )
$operation LogOperation

프로퍼티 상세

$loggers 보호되어 있는 프로퍼티

protected LdapLoggerInterface[],LdapTools\Log $loggers
리턴 LdapTools\Log\LdapLoggerInterface[]