| Windows::ReadEventLog | ||
| Description | ||
| Read the eventlog of the local- or remote-computer and save the result to a recordset handle. | ||
![]() |
||
| Options | ||
|
Local
Machine |
Read the eventlog of the local-machine. | |
|
Remote
Machine |
Read the eventlog of the specified remote-machine. | |
|
Log
Name |
The name of the eventlog that must be read. | |
|
Output
Handle |
The recordset handle to which the result will be saved. | |
|
Event
Types |
Select which types to read from the eventlog. | |
|
Filter
by Date |
Select a date-range from which the eventlog will be read. Dates must be in mm-dd-yyyy format. | |
|
Category |
Only records matching the specified category will be read. | |
|
SourceName |
Only records matching the specified SourceName will be read. | |
|
Select
colums to read |
The selected columns will be read from the eventlog. | |