Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EndPointLog

        public EndPointLog()
    • 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.