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

--- trunk/RomCheater.Logging/LoggingConstants.cs	2012/05/09 10:09:00	33
+++ trunk/RomCheater.Logging/LoggingConstants.cs	2012/05/09 11:29:33	34
@@ -3,12 +3,17 @@ using System.Collections.Generic;
 using System.Linq;
 using System.Text;
 using System.Reflection;
-using RomCheater.Logging;
+using RomCheater.UserSettingsSupport;
+using RomCheater.Logging.Properties;
 
-namespace RomCheater
+namespace RomCheater.Logging
 {
     public static class LoggingConstants
     {
+        static LoggingConstants()
+        {
+            SettingSubscriber.AddSubscriber(Settings.Default);
+        }
         #region Application Constants
         public const string AppName = "RomCheater";
         public static string AppLogFile = string.Format("{0}.log", AppName);