Esempio n. 1
0
 public static void StopBuffer()
 {
     WriteThisToLog(_buffer.Content);
     _buffer = null;
 }
Esempio n. 2
0
 public static void StartBuffer()
 {
     _buffer = new LogBuffer(() => WriteThisToLog(_buffer.Content));
 }