|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Injects memory_get_peak_usage in all records. More...
Inheritance diagram for Monolog\Processor\MemoryPeakUsageProcessor:
Collaboration diagram for Monolog\Processor\MemoryPeakUsageProcessor:Public Member Functions | |
| __invoke (array $record) | |
Public Member Functions inherited from Monolog\Processor\MemoryProcessor | |
| __construct ($realUsage=true, $useFormatting=true) | |
| __invoke (array $records) | |
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_peak_usage in all records.
Definition at line 20 of file MemoryPeakUsageProcessor.php.
| Monolog\Processor\MemoryPeakUsageProcessor::__invoke | ( | array | $record | ) |
| array | $record |
Implements Monolog\Processor\ProcessorInterface.
Definition at line 26 of file MemoryPeakUsageProcessor.php.
References Monolog\Processor\MemoryProcessor\formatBytes().
Here is the call graph for this function: