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

Comparing trunk/RomCheater.Logging/LogWriter.cs (file contents):
Revision 19 by william, Wed May 9 08:22:41 2012 UTC vs.
Revision 20 by william, Wed May 9 08:41:36 2012 UTC

--- trunk/RomCheater.Logging/LogWriter.cs	2012/05/09 08:22:41	19
+++ trunk/RomCheater.Logging/LogWriter.cs	2012/05/09 08:41:36	20
@@ -13,7 +13,7 @@ namespace RomCheater.Logging
 {
     public partial class LogWriter : UserControl
     {
-        private const string LOG_FILE = "RomCheater.log";
+        public const string LOG_FILE = "RomCheater.log";
         private static string LOG_PATH = string.Format(@"{0}\{1}", Application.StartupPath, LOG_FILE);
 
         private delegate string OnGetLogText();