Parent Directory
|
Revision Log
|
Patch
revision 20 by william, Wed May 9 08:41:36 2012 UTC | revision 21 by william, Wed May 9 08:42:07 2012 UTC | |
---|---|---|
# | Line 22 namespace RomCheater | Line 22 namespace RomCheater |
22 | ||
23 | #region Logging Constants | #region Logging Constants |
24 | public static void LogApplicationStatup() | public static void LogApplicationStatup() |
25 | {; | { |
26 | logger.WriteLine("{0} created on {1}", AppLogFile, DateTime.Now.ToString()); | logger.WriteLine("{0} created on {1}", AppLogFile, DateTime.Now.ToString()); |
27 | logger.WriteLine("{0} version: {1} {2} build", AppName, AppVersion, AppBuild); | logger.WriteLine("{0} version: {1} {2} build", AppName, AppVersion, AppBuild); |
28 | } | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |