Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DFluentdFormatter.php42 protected $levelTag = false; variable in Monolog\\Formatter\\FluentdFormatter
44 public function __construct(bool $levelTag = false) argument
50 $this->levelTag = $levelTag;
55 return $this->levelTag;
61 if ($this->levelTag) {
71 if (!$this->levelTag) {