TYPO3 CMS  TYPO3_6-2
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=array())
 
- Public Member Functions inherited from TYPO3\CMS\Core\Log\Writer\WriterInterface
 writeLog (\TYPO3\CMS\Core\Log\LogRecord $record)
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Abstract implementation of a log writer

Author
Ingo Renner ingo@.nosp@m.typo.nosp@m.3.org

Definition at line 21 of file AbstractWriter.php.

Constructor & Destructor Documentation

◆ __construct()

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

Constructs this log writer

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

Definition at line 29 of file AbstractWriter.php.