Class DeferredLogFactory

  • All Implemented Interfaces:
    java.util.EventListener , org.springframework.context.ApplicationListener

    
    public class DeferredLogFactory
     implements ApplicationListener<E>
                        

    Logging information is recorded before the logging system is initialized, and redirected to the logging system when ApplicationPreparedEvent.

    Since:

    2019-05-30

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static DeferredLog getLog(Class<out Object> claz)
      void onApplicationEvent(@NotNull() ApplicationPreparedEvent event)
      • Methods inherited from class org.springframework.context.ApplicationListener

        forPayload, supportsAsyncExecution
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DeferredLogFactory

        DeferredLogFactory()