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