Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DGelfMessageFormatter.php43 protected $contextPrefix; variable in Monolog\\Formatter\\GelfMessageFormatter
68 …ruct(?string $systemName = null, ?string $extraPrefix = null, string $contextPrefix = 'ctxt_', ?in… argument
79 $this->contextPrefix = $contextPrefix;
141 $len = strlen($this->contextPrefix . $key . $val);
143 …$message->setAdditional($this->contextPrefix . $key, Utils::substr((string) $val, 0, $this->maxLen…
147 $message->setAdditional($this->contextPrefix . $key, $val);