接口的使用
org.springframework.boot.logging.DeferredLogFactory
使用DeferredLogFactory的程序包
程序包
说明
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.
-
org.springframework.boot.cloud中DeferredLogFactory的使用
-
org.springframework.boot.context.config中DeferredLogFactory的使用
限定符构造器说明ConfigDataEnvironmentPostProcessor(DeferredLogFactory logFactory, ConfigurableBootstrapContext bootstrapContext) StandardConfigDataLocationResolver(DeferredLogFactory logFactory, Binder binder, ResourceLoader resourceLoader) Create a newStandardConfigDataLocationResolverinstance. -
org.springframework.boot.env中DeferredLogFactory的使用
修饰符和类型方法说明EnvironmentPostProcessorsFactory.getEnvironmentPostProcessors(DeferredLogFactory logFactory, ConfigurableBootstrapContext bootstrapContext) Create all requestedEnvironmentPostProcessorinstances. -
org.springframework.boot.logging中DeferredLogFactory的使用
修饰符和类型类说明classADeferredLogFactoryimplementation that manages a collectionDeferredLoginstances.