protected static function logNotice(string $message, array $context = []) : void { self::doLog(LogLevel::NOTICE, $message, $context); }