Class CoreLogger.EventLog

  • Enclosing class:
    CoreLogger

    public class CoreLogger.EventLog
    extends java.lang.Object
    The Event log type.
    • Constructor Summary

      Constructors 
      Constructor Description
      EventLog()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void log​(com.portwise.core.logging.IEventParameters eventParameters)
      Makes a log entry with the "info" severity level (if parameters are complete).
      • Methods inherited from class java.lang.Object

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

      • EventLog

        public EventLog()
    • Method Detail

      • log

        public void log​(com.portwise.core.logging.IEventParameters eventParameters)
        Makes a log entry with the "info" severity level (if parameters are complete).
        Parameters:
        eventParameters - The event parameters.
        See Also:
        IEventParameters