Class PatternLayout


  • @Deprecated(since="2022-01-27")
    public class PatternLayout
    extends Layout
    Deprecated.
    Apache Log4j 1 has reached end of life in 2015 and is no longer supported.
    This class is a minimal implementation of the original Log4J class.
    • Constructor Summary

      Constructors 
      Constructor Description
      PatternLayout()
      Deprecated.
       
      PatternLayout​(java.lang.String pattern)
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • PatternLayout

        public PatternLayout()
        Deprecated.
      • PatternLayout

        public PatternLayout​(java.lang.String pattern)
        Deprecated.