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

# Line 22 | Line 22 | namespace RomCheater.Logging
22          INFO = 0x0001,              // 001
23          DEBUG = 0x0002,             // 010
24          ERROR= 0x0004,              // 100
25 <        DEFAULT = INFO | ERROR,
26 <        ALL = 0x07,
25 >        DEFAULT = INFO | ERROR | DEBUG,
26 >        ALL = DEFAULT,
27      }
28      public static class logger
29      {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines