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 24 by william, Wed May 9 08:59:52 2012 UTC vs.
Revision 34 by william, Wed May 9 11:29:33 2012 UTC

# Line 3 | Line 3 | using System.Collections.Generic;
3   using System.Linq;
4   using System.Text;
5   using System.Reflection;
6 < using RomCheater.Logging;
6 > using RomCheater.UserSettingsSupport;
7 > using RomCheater.Logging.Properties;
8  
9 < namespace RomCheater
9 > namespace RomCheater.Logging
10   {
11      public static class LoggingConstants
12      {
13 +        static LoggingConstants()
14 +        {
15 +            SettingSubscriber.AddSubscriber(Settings.Default);
16 +        }
17          #region Application Constants
18          public const string AppName = "RomCheater";
19          public static string AppLogFile = string.Format("{0}.log", AppName);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines