Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DGelfMessageFormatter.php28 protected const DEFAULT_MAX_LENGTH = 32766; define in Monolog\\Formatter\\GelfMessageFormatter
80 $this->maxLength = is_null($maxLength) ? self::DEFAULT_MAX_LENGTH : $maxLength;