The constants include:
generateUUID()
Generates a UUID
public String generateUUID()
None
logEvent
Logs the event so that it can be viewed from the Community Console
public boolean logEvent(EventInfo eventInfo)
trace
Traces a message in WebSphere Partner Gateway log files
Without exception object
public void trace(String severity, String category, String msg)
With exception object
public void trace(String severity, String category, String msg, Throwable t)
Without exception object
With exception object
These constants indicate trace severity levels:
public static final String BCG_TRACE_SEVERITY_DEBUG = "Debug" public static final String BCG_TRACE_SEVERITY_INFO = "Info" public static final String BCG_TRACE_SEVERITY_WARNING = "Warning" public static final String BCG_TRACE_SEVERITY_ERROR = "Error" public static final String BCG_TRACE_SEVERITY_CRITICAL = "Critical"