Class DevToolsLogFactory
java.lang.Object
org.springframework.boot.devtools.logger.DevToolsLogFactory
Devtools deferred logging support.
- Since:
- 2.1.0
- Author:
- Phillip Webb
-
Method Summary
-
Method Details
-
getLog
Get aLog
instance for the specified source that will be automaticallyswitched
when thecontext is prepared
.- Parameters:
source
- the source for logging- Returns:
- a
DeferredLog
instance
-