Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DGelfMessageFormatter.php38 protected $extraPrefix; variable in Monolog\\Formatter\\GelfMessageFormatter
68 …public function __construct(?string $systemName = null, ?string $extraPrefix = null, string $conte… argument
78 $this->extraPrefix = is_null($extraPrefix) ? '' : $extraPrefix;
130 $len = strlen($this->extraPrefix . $key . $val);
132 …$message->setAdditional($this->extraPrefix . $key, Utils::substr((string) $val, 0, $this->maxLengt…
136 $message->setAdditional($this->extraPrefix . $key, $val);