Uses of Interface
org.springframework.boot.logging.DeferredLogFactory
Packages that use DeferredLogFactory
Package
Description
Low level support for Cloud deployments.
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.cloud
Constructors in org.springframework.boot.cloud with parameters of type DeferredLogFactory -
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) StandardConfigDataLocationResolver
(DeferredLogFactory logFactory, Binder binder, ResourceLoader resourceLoader) Create a newStandardConfigDataLocationResolver
instance. -
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 requestedEnvironmentPostProcessor
instances.Constructors in org.springframework.boot.env with parameters of type DeferredLogFactoryModifierConstructorDescriptionCreate a newRandomValuePropertySourceEnvironmentPostProcessor
instance. -
Uses of DeferredLogFactory in org.springframework.boot.logging
Classes in org.springframework.boot.logging that implement DeferredLogFactoryModifier and TypeClassDescriptionclass
ADeferredLogFactory
implementation that manages a collectionDeferredLog
instances.