TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Core\Log\Writer\AbstractWriter Class Reference
Inheritance diagram for TYPO3\CMS\Core\Log\Writer\AbstractWriter:
TYPO3\CMS\Core\Log\Writer\WriterInterface TYPO3\CMS\Core\Log\Writer\DatabaseWriter TYPO3\CMS\Core\Log\Writer\FileWriter TYPO3\CMS\Core\Log\Writer\NullWriter TYPO3\CMS\Core\Log\Writer\PhpErrorLogWriter TYPO3\CMS\Core\Log\Writer\SyslogWriter TYPO3\CMS\Core\Tests\Unit\Log\Fixtures\WriterFixture

Public Member Functions

 __construct (array $options=[])
 
- Public Member Functions inherited from TYPO3\CMS\Core\Log\Writer\WriterInterface
 writeLog (\TYPO3\CMS\Core\Log\LogRecord $record)
 

Detailed Description

Abstract implementation of a log writer

Definition at line 22 of file AbstractWriter.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Log\Writer\AbstractWriter::__construct ( array  $options = [])

Constructs this log writer

Parameters
array$optionsConfiguration options - depends on the actual log writer
Exceptions

Definition at line 30 of file AbstractWriter.php.