Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

Filter EventLog

$
0
0

Hi,

 

in C# I can set a filter when I read the Event log. Example:

I only want the Errors from the application Event log, the SourceName should be "MyApp", the CategoryString should be "whatever" and TimeGenerated should be >= "some dateTime" (that is possible in C#).

Is there a way to do that in AutoIt, other than read the whole log and filter every single record with "if" statements?

 

Thanks in advance

dolphins


Viewing all articles
Browse latest Browse all 12506

Trending Articles