Class LogEventBase

    • Constructor Summary

      Constructors 
      Constructor Description
      LogEventBase()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFormat()  
      java.lang.Object[] getParameters()  
      java.lang.Throwable getThrowable()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.logging.log4j.message.Message

        getFormattedMessage
    • Constructor Detail

      • LogEventBase

        public LogEventBase()
    • Method Detail

      • getFormat

        public java.lang.String getFormat()
        Specified by:
        getFormat in interface org.apache.logging.log4j.message.Message
      • getParameters

        public java.lang.Object[] getParameters()
        Specified by:
        getParameters in interface org.apache.logging.log4j.message.Message
      • getThrowable

        public java.lang.Throwable getThrowable()
        Specified by:
        getThrowable in interface org.apache.logging.log4j.message.Message