public interface ICustomEventLogger
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
VERSION |
Modifier and Type | Method and Description |
---|---|
void |
logCustomEvent(PublicAPI tools,
java.lang.String eventType,
java.lang.String outcome,
java.lang.String message,
java.util.Map<java.lang.String,java.lang.String> customFlds)
API to log custom events.
|
void logCustomEvent(PublicAPI tools, java.lang.String eventType, java.lang.String outcome, java.lang.String message, java.util.Map<java.lang.String,java.lang.String> customFlds)
tools
- instance of Executable.eventType
- SecurityEventConstant that describes the eventType.outcome
- SecurityEventConstant that describes the outcome, whether success/failure.message
- Any information related to the event to be logged.customFlds
- Any custom fields relevant to the event to be logged.This can be a java HashMap or
can be a clipboardpage.Copyright © 2018 Pegasystems Inc. All Rights Reserved.