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

Comparing trunk/AnywhereTS.Logging/Logging.cs (file contents):
Revision 95 by william, Fri Jul 13 21:13:27 2012 UTC vs.
Revision 96 by william, Sat Jul 14 03:01:07 2012 UTC

--- trunk/AnywhereTS.Logging/Logging.cs	2012/07/14 02:52:52	95
+++ trunk/AnywhereTS.Logging/Logging.cs	2012/07/14 03:01:07	96
@@ -13,7 +13,7 @@ namespace AnywhereTS
     public static class Logging
     {
         static Logging() { Logging.Initialize(); }
-        private static void Initialize() { XmlConfigurator.Configure(new FileInfo("AnywhereTS.Logging.dll.config")); }
+        public static void Initialize() { XmlConfigurator.Configure(new FileInfo("AnywhereTS.Logging.dll.config")); }
 
         #region Log access
         public static readonly ILog ATSAdminLog = LogManager.GetLogger("AnywhereTS.ATSAmdin");