Class AnsiOutputApplicationListener

java.lang.Object
org.springframework.boot.context.config.AnsiOutputApplicationListener
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<ApplicationEnvironmentPreparedEvent>, org.springframework.core.Ordered

public class AnsiOutputApplicationListener extends Object implements org.springframework.context.ApplicationListener<ApplicationEnvironmentPreparedEvent>, org.springframework.core.Ordered
An ApplicationListener that configures AnsiOutput depending on the value of the property spring.output.ansi.enabled. See AnsiOutput.Enabled for valid values.
Since:
1.2.0
  • Constructor Details

    • AnsiOutputApplicationListener

      public AnsiOutputApplicationListener()
  • Method Details