EventLog connector event and methods
-
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- RPA Hub
The Eventlog connector provides methods and an event to listen to events from sources and write them to the Microsoft Event Viewer as part of an automation. The methods and events have properties that you can update.
OnEntryWritten
- Event output
- Type
Write
- Inputs
- Type
Dispose
When you execute the Write method, an object to the Microsoft Event Viewer is written and a connection is established with the RPA Desktop Design Studio. When you connect the Dispose method with the Write method, the object is disconnected.
ListenEvents
Listens to the events that are specified in the OnEntryWritten event.
UnsubscribeToEvents
Discontinues listening to the events from the OnEntryWritten event.
OnEntryWritten
Provides as outputs the event type, descriptive message, and the source of the event.