Class Log4JEntry

  • All Implemented Interfaces:
    java.io.Serializable

    public class Log4JEntry
    extends LogEntry
    See Also:
    Serialized Form
    • Constructor Detail

      • Log4JEntry

        public Log4JEntry​(long timestamp,
                          int node,
                          java.lang.String entry)
    • Method Detail

      • getEntry

        public java.lang.String getEntry()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getNode

        public int getNode()