getConsole() — spring-boot Function Reference
Architecture documentation for the getConsole() function in LoggingSystemProperties.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 83e63fcd_d4ca_26d4_70a2_a85ae1018a52["getConsole()"] 7c96337e_fa1b_c504_ae9f_448249ceace8["getDefaultConsoleCharset()"] 7c96337e_fa1b_c504_ae9f_448249ceace8 -->|calls| 83e63fcd_d4ca_26d4_70a2_a85ae1018a52 07c7577a_d465_2b83_0f1b_7aca1439d605["getConsole()"] 07c7577a_d465_2b83_0f1b_7aca1439d605 -->|calls| 83e63fcd_d4ca_26d4_70a2_a85ae1018a52 8f8a61c9_256f_cc36_670f_c8f4752bc130["consoleCharsetWhenNoPropertyUsesDefault()"] 8f8a61c9_256f_cc36_670f_c8f4752bc130 -->|calls| 83e63fcd_d4ca_26d4_70a2_a85ae1018a52 d35ee6cf_81fb_096c_9f61_c089e23267f7["consoleCharsetWhenNoPropertyUsesSystemConsoleCharsetWhenAvailable()"] d35ee6cf_81fb_096c_9f61_c089e23267f7 -->|calls| 83e63fcd_d4ca_26d4_70a2_a85ae1018a52 style 83e63fcd_d4ca_26d4_70a2_a85ae1018a52 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/logging/LoggingSystemProperties.java lines 103–105
protected @Nullable Console getConsole() {
return System.console();
}
Domain
Subdomains
Called By
- consoleCharsetWhenNoPropertyUsesDefault()
- consoleCharsetWhenNoPropertyUsesSystemConsoleCharsetWhenAvailable()
- getConsole()
- getDefaultConsoleCharset()
Source
Frequently Asked Questions
What does getConsole() do?
getConsole() is a function in the spring-boot codebase.
What calls getConsole()?
getConsole() is called by 4 function(s): consoleCharsetWhenNoPropertyUsesDefault, consoleCharsetWhenNoPropertyUsesSystemConsoleCharsetWhenAvailable, getConsole, getDefaultConsoleCharset.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free