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

Comparing trunk/RomCheater.Logging/logger.cs (file contents):
Revision 28 by william, Wed May 9 10:05:28 2012 UTC vs.
Revision 64 by william, Wed May 9 16:35:07 2012 UTC

--- trunk/RomCheater.Logging/logger.cs	2012/05/09 10:05:28	28
+++ trunk/RomCheater.Logging/logger.cs	2012/05/09 16:35:07	64
@@ -22,8 +22,8 @@ namespace RomCheater.Logging
         INFO = 0x0001,              // 001
         DEBUG = 0x0002,             // 010
         ERROR= 0x0004,              // 100
-        DEFAULT = INFO | ERROR,
-        ALL = 0x07,
+        DEFAULT = INFO | ERROR | DEBUG,
+        ALL = DEFAULT,
     }
     public static class logger
     {