Class LogbackMain


  • public class LogbackMain
    extends java.lang.Object
    A minimal application making use of logback-classic. It uses the configuration file logback-trivial.xml which makes use of TrivialLogbackAppender.
    • Field Summary

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

      Constructors 
      Constructor Description
      LogbackMain()  
    • 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.slf4j.Logger logger
    • Constructor Detail

      • LogbackMain

        public LogbackMain()