Class TrivialLog4jLayout

  • All Implemented Interfaces:
    org.apache.log4j.spi.OptionHandler

    public class TrivialLog4jLayout
    extends org.apache.log4j.Layout
    A very simple log4j layout which formats a logging event by returning the message contained therein.
    • Field Summary

      • Fields inherited from class org.apache.log4j.Layout

        LINE_SEP, LINE_SEP_LEN
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void activateOptions()  
      java.lang.String format​(org.apache.log4j.spi.LoggingEvent loggingEvent)  
      boolean ignoresThrowable()  
      • Methods inherited from class org.apache.log4j.Layout

        getContentType, getFooter, getHeader
      • Methods inherited from class java.lang.Object

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

      • TrivialLog4jLayout

        public TrivialLog4jLayout()
    • Method Detail

      • activateOptions

        public void activateOptions()
      • format

        public java.lang.String format​(org.apache.log4j.spi.LoggingEvent loggingEvent)
        Specified by:
        format in class org.apache.log4j.Layout
      • ignoresThrowable

        public boolean ignoresThrowable()
        Specified by:
        ignoresThrowable in class org.apache.log4j.Layout