Esempio n. 1
0
 /// <summary>
 /// The Dispose method to close the writer after it has finished writing to the file.
 /// </summary>
 public void Dispose()
 {
     logger.Dispose();
 }