Beispiel #1
0
 public static void SaveInformationToEventLogs(this string log, service service, eventID eventID)
 {
     EventLogs.SaveInformation(log, (service == service.Null ? (int?)null : (int)service), (eventID == eventID.Null ? (int?)null : (int)eventID));
 }
Beispiel #2
0
 public static void SaveInformationToEventLogs(this string log)
 {
     EventLogs.SaveInformation(log);
 }