163 |
|
if (fi.Exists) |
164 |
|
fi.Delete(); |
165 |
|
} |
166 |
< |
Log.WriteLine("{0} ({2} v{3} {4}) created on {1}", LoggingConstants.AppLogFile, DateTime.Now.ToString(),LoggingConstants.AppName, LoggingConstants.AppVersion, LoggingConstants.AppBuild); |
166 |
> |
Log.WriteLine("{0} ({2} v{3} {4}) created on {1}", LoggingConstants.AppLogFile, DateTime.Now.ToString(), LoggingConstants.AppName, LoggingConstants.AppVersion, LoggingConstants.AppBuild); |
167 |
> |
logger.Debug.WriteLine("this is a debug message from logwriter"); |
168 |
|
} |
169 |
|
public void Clear() |
170 |
|
{ |