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

@Component @Profile("!rollover") public class LoggerTree extends Object implements org.springframework.boot.CommandLineRunner
  • Field Details

    • loggers

      private static final org.slf4j.Logger[] loggers
  • Constructor Details

    • LoggerTree

      public LoggerTree()
  • Method Details

    • run

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