foreach ($this->levels
as $type =>
$log) { $levels |=
$type;
} } else { $levels =
$this->levels;
} if ($this->scream
) { $handler->
screamAt($levels);
} if ($this->scope
) { $handler->
scopeAt($levels & ~\E_USER_DEPRECATED & ~\E_DEPRECATED
);
} else { $handler->
scopeAt(0, true
);
} $this->logger =
$this->deprecationLogger =
$this->levels = null;
} if (null !==
$this->throwAt
) { $handler->
throwAt($this->throwAt, true
);
} } private function setDefaultLoggers(ErrorHandler
$handler): void
{