Пример #1
0
 public static void LogBlockWarning(this ManualLogSource logger, IEnumerable <string> lines, int width = 70) =>
 logger.LogBlock(LogLevel.Warning, "WARNING", lines, width);
Пример #2
0
 public static void LogBlockError(this ManualLogSource logger, IEnumerable <string> lines, int width = 70) =>
 logger.LogBlock(LogLevel.Error, "ERROR", lines, width);