# | 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 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |