TYPO3  7.6
Public Member Functions | List of all members
AbstractWriter Class Reference
Inheritance diagram for AbstractWriter:
WriterInterface DatabaseWriter FileWriter NullWriter PhpErrorLogWriter SyslogWriter

Public Member Functions

 __construct (array $options=array())
 
- Public Member Functions inherited from 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 ( array  $options = array())

Constructs this log writer

Parameters
array$optionsConfiguration options - depends on the actual log writer
Exceptions
\TYPO3\CMS\Core\Log\Exception\InvalidLogWriterConfigurationException

Definition at line 30 of file AbstractWriter.php.