java.lang.Object
info.ejava.examples.app.config.logging.factory.JULLogger
All Implemented Interfaces:
org.springframework.boot.CommandLineRunner

@Component public class JULLogger extends Object implements org.springframework.boot.CommandLineRunner
  • Field Details

    • log

      private static final Logger log
  • Constructor Details

    • JULLogger

      public JULLogger()
  • Method Details

    • run

      public void run(String... args) throws Exception
      Specified by:
      run in interface org.springframework.boot.CommandLineRunner
      Throws:
      Exception