of_eventlog

This function logs messages to the event log.

Arguments:

aui_type - message type

as_msgs - array of messages

Return:

None

Usage:

String ls_errmsg[]

ls_errmsg[1] = "Something really bad happened!"

error.of_EventLog(error.EVENTLOG_ERROR_TYPE, ls_errmsg)

Below is an example Event Log entry. You'll notice a very wordy warning before each message. This is something the viewer program puts in because the message wasn't located in a message file. Message files can only be created in C so your PB messages will always have this warning.