‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Tests\Unit\Log\Processor\Fixtures\TestingMemoryProcessor Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Unit\Log\Processor\Fixtures\TestingMemoryProcessor:
TYPO3\CMS\Core\Log\Processor\AbstractMemoryProcessor TYPO3\CMS\Core\Log\Processor\AbstractProcessor TYPO3\CMS\Core\Log\Processor\ProcessorInterface

Public Member Functions

 processLogRecord (LogRecord $logRecord)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Log\Processor\AbstractMemoryProcessor
 setRealMemoryUsage ($realMemoryUsage)
 
bool getRealMemoryUsage ()
 
 setFormatSize ($formatSize)
 
bool getFormatSize ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Log\Processor\AbstractProcessor
 __construct (array $options=[])
 

Additional Inherited Members

- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\Log\Processor\AbstractMemoryProcessor
bool $realMemoryUsage = true
 
bool $formatSize = true
 

Detailed Description

Testing subclass of the abstract class.

Definition at line 26 of file TestingMemoryProcessor.php.

Member Function Documentation

◆ processLogRecord()

TYPO3\CMS\Core\Tests\Unit\Log\Processor\Fixtures\TestingMemoryProcessor::processLogRecord ( LogRecord  $logRecord)

Processes a log record and adds additional data.

Parameters
\TYPO3\CMS\Core\Log\LogRecord$logRecord‪The log record to process
Returns
‪\TYPO3\CMS\Core\Log\LogRecord The processed log record with additional data

Implements TYPO3\CMS\Core\Log\Processor\ProcessorInterface.

Definition at line 28 of file TestingMemoryProcessor.php.