Searched refs:maxNestingLevel (Results 1 – 1 of 1) sorted by relevance
28 private $maxNestingLevel; variable in Monolog\\Formatter\\MongoDBFormatter33 …* @param int $maxNestingLevel 0 means infinite nesting, the $record itself is level 1, $re…36 public function __construct(int $maxNestingLevel = 3, bool $exceptionTraceAsString = true) argument38 $this->maxNestingLevel = max($maxNestingLevel, 0);78 if ($this->maxNestingLevel > 0 && $nestingLevel > $this->maxNestingLevel) {