Home
last modified time | relevance | path

Searched refs:useFormatting (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DMemoryProcessor.php29 protected $useFormatting; variable in Monolog\\Processor\\MemoryProcessor
33 …* @param bool $useFormatting If true, then format memory size to human readable string (MB, KB, B …
35 public function __construct(bool $realUsage = true, bool $useFormatting = true) argument
38 $this->useFormatting = $useFormatting;
49 if (!$this->useFormatting) {
H A DMemoryPeakUsageProcessor.php29 if ($this->useFormatting) {
H A DMemoryUsageProcessor.php29 if ($this->useFormatting) {
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md425 * Added $useFormatting flag to MemoryProcessor to make it send raw data in bytes