Package com.portwise.core.logging
Class CoreLogger.EndPointLog
- java.lang.Object
-
- com.portwise.core.logging.CoreLogger.EndPointLog
-
- Enclosing class:
- CoreLogger
public class CoreLogger.EndPointLog extends java.lang.Object
The EPI/EPP log type.
-
-
Constructor Summary
Constructors Constructor Description EndPointLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
debug(java.lang.String sessionID, java.lang.String message)
Makes a log entry with the "debug" severity level.
-
-
-
Method Detail
-
debug
public void debug(java.lang.String sessionID, java.lang.String message)
Makes a log entry with the "debug" severity level. The specified XML document string gets surrounded with a <Document> tag with attributes specifying the session ID and the timestamp.- Parameters:
sessionID
- The session ID to log.message
- A pre-formatted message string.
-
-