26 namespace Ntp.Common.Log
31 : base(threshold, timeFormat)
36 private readonly
string file;
56 writer =
new StreamWriter(file,
true, Encoding.ASCII);
60 #region IDisposable Support 69 if (disposing && writer != null)
88 GC.SuppressFinalize(
this);
override TextWriter CreateWriter()
FileLog(string file, Severity threshold, string timeFormat)
void Dispose(bool disposing)