# | Line 10 | Line 10 | namespace RomCheater | |
---|---|---|
10 | public static class LoggingConstants | |
11 | { | |
12 | #region Application Constants | |
13 | < | public const string AppName = "Rom Cheater"; |
14 | < | public const string AppLogFile = "RomCheater.log"; |
13 | > | public const string AppName = "RomCheater"; |
14 | > | public static string AppLogFile = string.Format("{0}.log", AppName); |
15 | public static string AppVersion = Assembly.GetEntryAssembly().GetName().Version.ToString(); | |
16 | #if DEBUG | |
17 | public const string AppBuild = "Debug"; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |