# | Line 38 | Line 38 | namespace RomCheater.Logging.Properties | |
---|---|---|
38 | [global::System.Configuration.UserScopedSettingAttribute()] | |
39 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | |
40 | [global::System.Configuration.DefaultSettingValueAttribute("7")] | |
41 | < | public int LoggingFlags { |
41 | > | public ushort LoggingFlags { |
42 | get { | |
43 | < | return ((int)(this["LoggingFlags"])); |
43 | > | return ((ushort)(this["LoggingFlags"])); |
44 | } | |
45 | set { | |
46 | this["LoggingFlags"] = value; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |