- [Core] Add option to toggle logger events [GUI/CLI]
This commit is contained in:
24
AssetStudio.GUI/Properties/Settings.Designer.cs
generated
24
AssetStudio.GUI/Properties/Settings.Designer.cs
generated
@@ -431,18 +431,6 @@ namespace AssetStudio.GUI.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool enableVerbose {
|
||||
get {
|
||||
return ((bool)(this["enableVerbose"]));
|
||||
}
|
||||
set {
|
||||
this["enableVerbose"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("{}")]
|
||||
@@ -481,5 +469,17 @@ namespace AssetStudio.GUI.Properties {
|
||||
this["allowDuplicates"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("30")]
|
||||
public int loggerEventType {
|
||||
get {
|
||||
return ((int)(this["loggerEventType"]));
|
||||
}
|
||||
set {
|
||||
this["loggerEventType"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user