Exemplo n.º 1
0
 private static void doLog(string slog, ELogLevel eLogLevel)
 {
     AOutput.ColorfulOutput(slog);
     AOutput.SaveToFile(slog, eLogLevel);
 }