Uses of Interface
org.springframework.boot.logging.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
-
Uses of DeferredLogFactory in org.springframework.boot.context.config
ModifierConstructorDescriptionConfigDataEnvironmentPostProcessor
(DeferredLogFactory logFactory, ConfigurableBootstrapContext bootstrapContext) StandardConfigDataLocationResolver
(DeferredLogFactory logFactory, Binder binder, ResourceLoader resourceLoader) Create a newStandardConfigDataLocationResolver
instance. -
Uses of DeferredLogFactory in org.springframework.boot.env
Modifier and TypeMethodDescriptionEnvironmentPostProcessorsFactory.getEnvironmentPostProcessors
(DeferredLogFactory logFactory, ConfigurableBootstrapContext bootstrapContext) Create all requestedEnvironmentPostProcessor
instances.ModifierConstructorDescriptionCreate a newRandomValuePropertySourceEnvironmentPostProcessor
instance. -
Uses of DeferredLogFactory in org.springframework.boot.logging
Modifier and TypeClassDescriptionclass
ADeferredLogFactory
implementation that manages a collectionDeferredLog
instances.