Uses of Interface
org.springframework.boot.logging.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
ModifierConstructorDescriptionConfigDataEnvironmentPostProcessor
(DeferredLogFactory logFactory, ConfigurableBootstrapContext bootstrapContext) ConfigDataEnvironmentPostProcessor
(DeferredLogFactory logFactory, ConfigurableBootstrapContext bootstrapContext, ConfigDataEnvironmentUpdateListener environmentUpdateListener) -
Uses of DeferredLogFactory in org.springframework.boot.env
Modifier and TypeMethodDescriptionEnvironmentPostProcessorsFactory.getEnvironmentPostProcessors
(DeferredLogFactory logFactory, ConfigurableBootstrapContext bootstrapContext) Create all requestedEnvironmentPostProcessor
instances. -
Uses of DeferredLogFactory in org.springframework.boot.logging
Modifier and TypeClassDescriptionclass
ADeferredLogFactory
implementation that manages a collectionDeferredLog
instances.