replayTo() — spring-boot Function Reference
Architecture documentation for the replayTo() function in DeferredLog.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 020901ab_5878_4912_8a6d_b72c92df20af["replayTo()"] 1f413c99_3360_c8f5_f62e_de16ed479dc5["switchTo()"] 1f413c99_3360_c8f5_f62e_de16ed479dc5 -->|calls| 020901ab_5878_4912_8a6d_b72c92df20af 43908c52_9452_1704_e9b2_e94895ab8472["replay()"] 43908c52_9452_1704_e9b2_e94895ab8472 -->|calls| 020901ab_5878_4912_8a6d_b72c92df20af 24fa35cd_9977_63e7_6c14_334d0d655b4a["getLevel()"] 020901ab_5878_4912_8a6d_b72c92df20af -->|calls| 24fa35cd_9977_63e7_6c14_334d0d655b4a 65eb6338_c2bd_94b2_1b69_abea09417bfb["log()"] 020901ab_5878_4912_8a6d_b72c92df20af -->|calls| 65eb6338_c2bd_94b2_1b69_abea09417bfb fc469cf5_27b8_0bcd_1777_6cfc33bfa659["getMessage()"] 020901ab_5878_4912_8a6d_b72c92df20af -->|calls| fc469cf5_27b8_0bcd_1777_6cfc33bfa659 15a05349_af78_feb9_91bb_f981d471309b["getThrowable()"] 020901ab_5878_4912_8a6d_b72c92df20af -->|calls| 15a05349_af78_feb9_91bb_f981d471309b b975c3cd_e292_ab86_f8b8_1f75b49e0b66["clear()"] 020901ab_5878_4912_8a6d_b72c92df20af -->|calls| b975c3cd_e292_ab86_f8b8_1f75b49e0b66 style 020901ab_5878_4912_8a6d_b72c92df20af fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/logging/DeferredLog.java lines 210–212
public void replayTo(Class<?> destination) {
replayTo(LogFactory.getLog(destination));
}
Domain
Subdomains
Calls
- clear()
- getLevel()
- getMessage()
- getThrowable()
- log()
Called By
- replay()
- switchTo()
Source
Frequently Asked Questions
What does replayTo() do?
replayTo() is a function in the spring-boot codebase.
What does replayTo() call?
replayTo() calls 5 function(s): clear, getLevel, getMessage, getThrowable, log.
What calls replayTo()?
replayTo() is called by 2 function(s): replay, switchTo.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free