public static void LogBlockWarning(this ManualLogSource logger, IEnumerable <string> lines, int width = 70) => logger.LogBlock(LogLevel.Warning, "WARNING", lines, width);
public static void LogBlockError(this ManualLogSource logger, IEnumerable <string> lines, int width = 70) => logger.LogBlock(LogLevel.Error, "ERROR", lines, width);