COM.TIBCO.hawk.hma.Eventlog

Microagent

Purpose

The Eventlog microagent (on Microsoft Windows) interfaces with the Microsoft Windows event log service, which records three types of events: system events, security events and application events. You can use this microagent’s methods to respond to events as they happen or to retrieve events in any of the three event logs.

Methods

 

Method

Description

Eventlog:getRecentApplicationEvents

Returns most recent events in the application event log

Eventlog:getRecentSystemEvents

Returns most recent events in the system event log

Eventlog:getRecentSecurityEvents

Returns most recent events in the security event log

Eventlog:onApplicationEvent

Returns event just added to the application event log

Eventlog:onSecurityEvent

Returns event just added to the security event log

Eventlog:onSystemEvent

Reports events posted to the Microsoft Windows event log

Eventlog:logEvent

Adds the event to the event log