Class Log4jMain


  • public class Log4jMain
    extends java.lang.Object
    A minimal application making use of log4j and TrivialLog4jAppender.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static org.apache.log4j.Logger logger  
    • Constructor Summary

      Constructors 
      Constructor Description
      Log4jMain()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • logger

        static org.apache.log4j.Logger logger
    • Constructor Detail

      • Log4jMain

        public Log4jMain()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)