PHP Класс LdapTools\Log\LoggerChain

Автор: Chad Sikorra ([email protected])
Наследование: implements LdapTools\Log\LdapLoggerInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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[]