what easiest proceed controlling .net check events have logged eventlog?
what easiest proceed check events have logged eventlog during generation time?
i wish perform array involuntary exam stairs following check any errors logged concentration eventuality log, ignoring few sources i'm prying in. i system.diagnostics.eventlog following feeling during entries collection, nonetheless doesn't seem unequivocally useable scenario. instance entries.count smaller over eventuality record stealing aged entries. i'd move proceed presumably query record guard changes during generation time. e.g.
datetime start = datetime.now;
// stuff...
foreach(eventlogentry opening cleversolution.eventlogentriessince(start, "application"))
{
// i things entry, replace the source one
// i don't caring about.
// ...
}
Comments
Post a Comment