Interface AuditLogProvider
-
public interface AuditLogProvider
This is the SPI (i.e., Service Provider Interface) for registering the audit log provider. A typical implementation of this interface is to initialize the MDC (Mapped Diagnostic Context) for a logger.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
taskProcessorAuditLogging(java.lang.String taskId, TaskRequestContext taskRequestContext, TaskException taskException)
Handles the audit log for TaskProcessor.
-
-
-
Method Detail
-
taskProcessorAuditLogging
void taskProcessorAuditLogging(java.lang.String taskId, TaskRequestContext taskRequestContext, TaskException taskException)
Handles the audit log for TaskProcessor.- Parameters:
taskId
-taskRequestContext
-taskException
-
-
-