Parent Directory
|
Revision Log
|
Patch
revision 23 by william, Wed May 9 08:51:38 2012 UTC | revision 24 by william, Wed May 9 08:59:52 2012 UTC | |
---|---|---|
# | Line 163 namespace RomCheater.Logging | Line 163 namespace RomCheater.Logging |
163 | if (fi.Exists) | if (fi.Exists) |
164 | fi.Delete(); | fi.Delete(); |
165 | } | } |
166 | Log.WriteLine("{0} created on {1}", LoggingConstants.AppLogFile, DateTime.Now.ToString()); | Log.WriteLine("{0} ({2} v{3} {4}) created on {1}", LoggingConstants.AppLogFile, DateTime.Now.ToString(),LoggingConstants.AppName, LoggingConstants.AppVersion, LoggingConstants.AppBuild); |
Log.WriteLine("{0} version: {1} {2} build", LoggingConstants.AppName, LoggingConstants.AppVersion, LoggingConstants.AppBuild); | ||
167 | } | } |
168 | public void Clear() | public void Clear() |
169 | { | { |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |