Download the PHP package lukewaite/monolog-memory-usage-processor without Composer
On this page you can find all versions of the php package lukewaite/monolog-memory-usage-processor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package monolog-memory-usage-processor
Monolog Memory Usage Processor
Usage
Installing
This package can be installed with composer.
$ composer require lukewaite/monolog-memory-usage-processor
Using the Processor
$memoryUsage = new MemoryUsageProcessor( true ); // Human formatted
$memoryUsage = new MemoryUsageProcessor( false ); // Not human formatted
What is this package for?
The Memory Usage processors provided by the base Monolog package only give you the option to
log with real_usage
set to true or false. I have a need for both.
All versions of monolog-memory-usage-processor with dependencies
PHP Build Version
Package Version
Requires
monolog/monolog Version
^1.9.0
The package lukewaite/monolog-memory-usage-processor contains the following files
Loading the files please wait ....