Class LogEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class LogEvent
    extends java.util.EventObject
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      LogEvent​(java.util.logging.LogRecord logRecord, Member member)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.logging.LogRecord getLogRecord()  
      Member getMember()  
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

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

      • LogEvent

        public LogEvent​(java.util.logging.LogRecord logRecord,
                        Member member)
    • Method Detail

      • getMember

        public Member getMember()
      • getLogRecord

        public java.util.logging.LogRecord getLogRecord()