类 DevToolsLogFactory
java.lang.Object
org.springframework.boot.devtools.logger.DevToolsLogFactory
Devtools deferred logging support.
- 从以下版本开始:
- 2.1.0
- 作者:
- Phillip Webb
-
方法概要
-
方法详细资料
-
getLog
Get aLog
instance for the specified source that will be automaticallyswitched
when thecontext is prepared
.- 参数:
source
- the source for logging- 返回:
- a
DeferredLog
instance
-