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