Class AuditLogUtils
- java.lang.Object
 - 
- com.microstrategy.utils.log.audit.AuditLogUtils
 
 
- 
public final class AuditLogUtils extends java.lang.ObjectUtility class for audit log related operations. 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidhandleTaskProcessorAuditLogging(java.lang.String taskId, TaskRequestContext taskRequestContext, TaskException taskException)Handles the audit log for TaskProcessor. 
 - 
 
- 
- 
Method Detail
- 
handleTaskProcessorAuditLogging
public static void handleTaskProcessorAuditLogging(java.lang.String taskId, TaskRequestContext taskRequestContext, TaskException taskException)Handles the audit log for TaskProcessor.- Parameters:
 taskId-taskRequestContext-taskException-
 
 - 
 
 -