TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Core\Log\Processor\AbstractProcessor Class Reference
Inheritance diagram for TYPO3\CMS\Core\Log\Processor\AbstractProcessor:
TYPO3\CMS\Core\Log\Processor\ProcessorInterface TYPO3\CMS\Core\Log\Processor\AbstractMemoryProcessor TYPO3\CMS\Core\Log\Processor\IntrospectionProcessor TYPO3\CMS\Core\Log\Processor\NullProcessor TYPO3\CMS\Core\Log\Processor\WebProcessor TYPO3\CMS\Core\Tests\Unit\Log\Fixtures\ProcessorFixture TYPO3\CMS\Core\Log\Processor\MemoryPeakUsageProcessor TYPO3\CMS\Core\Log\Processor\MemoryUsageProcessor

Public Member Functions

 __construct (array $options=[])
 
- Public Member Functions inherited from TYPO3\CMS\Core\Log\Processor\ProcessorInterface
 processLogRecord (\TYPO3\CMS\Core\Log\LogRecord $logRecord)
 

Detailed Description

Abstract implementation of a log processor

Definition at line 22 of file AbstractProcessor.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Log\Processor\AbstractProcessor::__construct ( array  $options = [])

Constructs this log processor

Parameters
array$optionsConfiguration options - depends on the actual processor
Exceptions

Definition at line 30 of file AbstractProcessor.php.