Exemplo n.º 1
0
 public static void Reset(TextType debugLog = TextType.None, string fileName = "", bool colorful = false)
 {
     if (debugLog != TextType.None)
     {
         TextToFile.Reset(debugLog, fileName, colorful);
     }
 }
Exemplo n.º 2
0
 public void ResetLogPath()
 {
     TextToFile.Reset(TextType.Discrete);
 }