mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-12 16:14:08 +02:00
Added comments
This commit is contained in:
@@ -19,11 +19,13 @@ namespace Monolog\Processor;
|
|||||||
abstract class MemoryProcessor
|
abstract class MemoryProcessor
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @var boolean Set this to true to get the real size of memory allocated from system.
|
* @var boolean If true, get the real size of memory allocated from system. Else, only the memory used by emalloc() is reported.
|
||||||
* If not set or false only the memory used by emalloc() is reported.
|
|
||||||
*/
|
*/
|
||||||
protected $realUsage;
|
protected $realUsage;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var boolean If true, then format memory size to human readable string (MB, KB, B depending on size)
|
||||||
|
*/
|
||||||
protected $useFormatting;
|
protected $useFormatting;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user