Class RolloverLogger

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

@Component @Profile("rollover") public class RolloverLogger extends Object implements org.springframework.boot.CommandLineRunner
  • Constructor Details

    • RolloverLogger

      public RolloverLogger()
  • Method Details

    • run

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