Searched refs:contextPrefix (Results 1 – 1 of 1) sorted by relevance
43 protected $contextPrefix; variable in Monolog\\Formatter\\GelfMessageFormatter68 …ruct(?string $systemName = null, ?string $extraPrefix = null, string $contextPrefix = 'ctxt_', ?in… argument79 $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);