Example #1
0
 public static void Flush(string fileName)
 {
     lock (sb) FS.AppendAllText(fileName, sb.ToString());
 }