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 aLoginstance for the specified source that will be automaticallyswitchedwhen thecontext is prepared.- Parameters:
source- the source for logging- Returns:
- a
DeferredLoginstance
-