Class LoggerLevels

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

@Component public class LoggerLevels extends Object implements org.springframework.boot.CommandLineRunner
  • Constructor Details

    • LoggerLevels

      public LoggerLevels()
  • Method Details

    • run

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