Beispiel #1
0
 public void DebugPrint(Log log, int depth = 0)
 {
     Value1.DebugPrint(log, depth);
     log.Write(LogLevel.Verbose, new ColorMod(new string(' ', depth * 4) + CompareOperator.ToWorkshop(), ConsoleColor.DarkYellow));
     Value2.DebugPrint(log, depth);
 }