public static void OpenCustomLog()
 {
     System.Diagnostics.Process.Start(Path.GetDirectoryName(LogFileManager.GetLogFilePath()));
 }