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

Comparing trunk/TSAdminTool/Program.cs (file contents):
Revision 95 by william, Sat Jul 14 02:52:23 2012 UTC vs.
Revision 96 by william, Sat Jul 14 03:01:07 2012 UTC

--- trunk/TSAdminTool/Program.cs	2012/07/14 02:52:52	95
+++ trunk/TSAdminTool/Program.cs	2012/07/14 03:01:07	96
@@ -16,6 +16,7 @@ namespace AnywhereTS
         [STAThread]
         static void Main()
         {
+            Logging.Initialize();
             using (log4net.NDC.Push("Code executed from ATSAdmin.exe"))
             {
                 AppDomain currentDomain = AppDomain.CurrentDomain;