‪TYPO3CMS  9.5
TYPO3\CMS\Core\Log\Writer\RuntimeCacheWriter Class Reference
Inheritance diagram for TYPO3\CMS\Core\Log\Writer\RuntimeCacheWriter:
TYPO3\CMS\Core\Log\Writer\WriterInterface

Public Member Functions

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

Detailed Description

Log writer that writes log entries into TYPO3 runtime cache

Deprecated:
‪Deprecated since TYPO3 9, will be removed in TYPO3 v10.0

Definition at line 26 of file RuntimeCacheWriter.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Log\Writer\RuntimeCacheWriter::__construct ( )

Definition at line 28 of file RuntimeCacheWriter.php.

Member Function Documentation

◆ writeLog()

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

Writes the log record to TYPO3s runtime cache

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

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

Definition at line 43 of file RuntimeCacheWriter.php.