ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.Logging/LoggingConstants.cs
(Generate patch)

Comparing trunk/RomCheater.Logging/LoggingConstants.cs (file contents):
Revision 23 by william, Wed May 9 08:51:38 2012 UTC vs.
Revision 24 by william, Wed May 9 08:59:52 2012 UTC

# 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";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines