‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Log\Writer\NullWriter Class Reference
Inheritance diagram for TYPO3\CMS\Core\Log\Writer\NullWriter:
TYPO3\CMS\Core\Log\Writer\AbstractWriter TYPO3\CMS\Core\Log\Writer\WriterInterface

Public Member Functions

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

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Log\Writer\AbstractWriter
 interpolate (string $message, array $context=[])
 
 formatContextValue (string $value)
 
 formatException (\Throwable $ex)
 

Detailed Description

Null writer - just forgets about everything

Definition at line 23 of file NullWriter.php.

Member Function Documentation

◆ writeLog()

TYPO3 CMS Core Log Writer WriterInterface TYPO3\CMS\Core\Log\Writer\NullWriter::writeLog ( LogRecord  $record)

Writes the log record

Parameters
LogRecord$recordLog record
Returns
‪\TYPO3\CMS\Core\Log\Writer\WriterInterface $this

Implements TYPO3\CMS\Core\Log\Writer\WriterInterface.

Definition at line 31 of file NullWriter.php.