# | Line 22 | Line 22 | namespace RomCheater | |
---|---|---|
22 | ||
23 | #region Logging Constants | |
24 | public static void LogApplicationStatup() | |
25 | < | {; |
25 | > | { |
26 | logger.WriteLine("{0} created on {1}", AppLogFile, DateTime.Now.ToString()); | |
27 | logger.WriteLine("{0} version: {1} {2} build", AppName, AppVersion, AppBuild); | |
28 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |