Function psyiage_event_report¶
Defined in File psyiagesdk.h
Function Documentation¶
-
PSYIAGE_API int
psyiage_event_report(psyiage_handle handle, psyiage_event_level level, char *source, int eventid, const char *message)¶ Report an event.
Record an event log into the current session.
- Return
If successful, PSYIAGE_ERROR_SUCCESS. Otherwise, a non-zero error code
- Parameters
handle: - A handle to the psyiage instancelevel: - The severity level of the eventsource: - Name of the source of the eventeventid: - Numeric ID of the eventmessage: - Description of the event