Uses of Interface
org.springframework.boot.logging.DeferredLogFactory
Packages that use DeferredLogFactory
Package
Description
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
Spring
Environment support.Support and abstractions across several logging libraries.
-
Uses of DeferredLogFactory in org.springframework.boot.context.config
Constructors in org.springframework.boot.context.config with parameters of type DeferredLogFactoryModifierConstructorDescriptionConfigDataEnvironmentPostProcessor(DeferredLogFactory logFactory, ConfigurableBootstrapContext bootstrapContext) ConfigDataEnvironmentPostProcessor(DeferredLogFactory logFactory, ConfigurableBootstrapContext bootstrapContext, ConfigDataEnvironmentUpdateListener environmentUpdateListener) -
Uses of DeferredLogFactory in org.springframework.boot.env
Methods in org.springframework.boot.env with parameters of type DeferredLogFactoryModifier and TypeMethodDescriptionEnvironmentPostProcessorsFactory.getEnvironmentPostProcessors(DeferredLogFactory logFactory, ConfigurableBootstrapContext bootstrapContext) Create all requestedEnvironmentPostProcessorinstances. -
Uses of DeferredLogFactory in org.springframework.boot.logging
Classes in org.springframework.boot.logging that implement DeferredLogFactoryModifier and TypeClassDescriptionclassADeferredLogFactoryimplementation that manages a collectionDeferredLoginstances.