This commit is contained in:
kazuminn
2020-10-24 16:13:04 +09:00
parent dfa9449f7b
commit f8a77b0a1f

View File

@@ -25,27 +25,18 @@ impl System {
if event_id != "7045" {
return
}
println!("Message : System Log Clear");
println!("Results : The System log was cleared.");
}
fn interactive_service_warning(&mut self, event_id: &String) {
if event_id != "7030" {
return
}
println!("Message : System Log Clear");
println!("Results : The System log was cleared.");
}
fn suspicious_service_name(&mut self, event_id: &String) {
if event_id != "7036" {
return
}
println!("Message : System Log Clear");
println!("Results : The System log was cleared.");
}
fn system_log_clear(&mut self, event_id: &String) {