|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Injects memory_get_usage in all records. More...
Inheritance diagram for Monolog\Processor\MemoryUsageProcessor:
Collaboration diagram for Monolog\Processor\MemoryUsageProcessor: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 |
Definition at line 26 of file MemoryUsageProcessor.php.
References Monolog\Processor\MemoryProcessor\formatBytes().
Here is the call graph for this function: