Activities
Get Event Log Entries
This activity gets a collection of Event Log Entries based on the parameters specified.
Activity Parameters
The Get Event Log Entries activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Computer IP Address (text box editor type) (type: string): the computer ip address or computer name where you want to log the message. Not required when used locally.
- Date Start (calendar control) (type: string): the starting date of the entries you want to retrieve. Date should be in the following format: 'dd/MM/yyyy HH:mm:ss'.
- Event Log Entry Type (combo box control) (type: string): the Event Log Entry Type of the log which will be created.
- Event Log Name (combo box control) (type: string): the port of the Citrix Host - example: '80'.
- Source (text box editor type) (type: string): the source name or leave blank if you want to retrieve all.
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Get Event Log Entries activity:
The Read Only Output variable are the possible output values that the activity will provide:
- Entries Collection (type: collection<collection<string>>): outputs a collection containing Event Log entries.
Send Event Log Message
This activity creates an entry in the Windows Event Log within the selected folder.
Activity Parameters
The Send Event Log Message activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Computer IP Address (text box editor type) (type: string): the computer IP address or computer name where you want to log the message.
- Event Log Name (combo box control) (type: string): the Event Log Name. This can be Application, System or Security.
- Message (text box editor type) (type: string): the Event Log message. It will be logged under the Event Log Type chosen section.
- Source (text box editor type) (type: string): the source name. It will be created if does not exist.
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Send Event Log Message activity:
The Read Only Output variable are the possible output values that the activity will provide:
- Output Status (type: boolean): outputs the result status. If the operation succeeded then TRUE, otherwise FALSE.