ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Injects memory_get_usage in all records. More...
Public Member Functions | |
__invoke (array $record) | |
Public Member Functions inherited from Monolog\Processor\MemoryProcessor | |
__construct ($realUsage=true, $useFormatting=true) | |
Additional Inherited Members | |
Protected Member Functions inherited from Monolog\Processor\MemoryProcessor | |
formatBytes ($bytes) | |
Formats bytes into a human readable string if $this->useFormatting is true, otherwise return $bytes as is. More... | |
Protected Attributes inherited from Monolog\Processor\MemoryProcessor | |
$realUsage | |
$useFormatting | |
Injects memory_get_usage in all records.
Definition at line 20 of file MemoryUsageProcessor.php.
Monolog\Processor\MemoryUsageProcessor::__invoke | ( | array | $record | ) |
array | $record |
Implements Monolog\Processor\ProcessorInterface.
Definition at line 26 of file MemoryUsageProcessor.php.
References Monolog\Processor\MemoryProcessor\formatBytes().