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