Esempio n. 1
0
 public LoggingColors()
 {
     Debug = ColorSetting.Foreground(ConsoleColor.Gray);
     Info  = ColorSetting.Foreground(ConsoleColor.Green);
     Warn  = ColorSetting.Foreground(ConsoleColor.Yellow);
     Error = ColorSetting.Foreground(ConsoleColor.Red);
 }