‪TYPO3CMS  10.4
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\Adminpanel\Log\InMemoryLogWriter 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
TYPO3 CMS Core Log Writer WriterInterface writeLog (LogRecord $record)
 

Detailed Description

Abstract implementation of a log writer

Definition at line 24 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

Reimplemented in TYPO3\CMS\Core\Log\Writer\FileWriter.

Definition at line 34 of file AbstractWriter.php.