Exemplo n.º 1
0
 public LogMessage(System.Diagnostics.EventLogEntry entry)
 {
     Level      = entry.Category;
     Provider   = entry.Source;
     EventsDate = entry.TimeGenerated;
     EntrysDate = entry.TimeWritten;
     TimeBtwGW  = EntrysDate.Subtract(EventsDate).TotalSeconds;
     EventID    = entry.InstanceId;
     Task       = entry.Category;
     EventData  = entry.Message;
 }
Exemplo n.º 2
0
 public bool Equals(System.Diagnostics.EventLogEntry otherEntry)
 {
     throw null;
 }
Exemplo n.º 3
0
 public EntryWrittenEventArgs(System.Diagnostics.EventLogEntry entry)
 {
 }
 public EntryWrittenEventArgs(System.Diagnostics.EventLogEntry entry) => throw null;