Uiinfrastructure API Docs  
 

Reporter.logEvent Method 

Event logger. Tracks errors for later display.

public static void logEvent(
   int taskID,
   int stepID,
   string taskName,
   string platformName,
   string errorMessage,
   string errorDescription,
   string exceptionRecommendation,
   ReturnValue retVal
);

See Also

Reporter Class | com.plumtree.uiinfrastructure.diagnostic.reporter Namespace