getSupported() — spring-boot Function Reference
Architecture documentation for the getSupported() function in AbstractLoggingSystem.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 0dbea2ec_b47d_3a03_bf84_fb7da776ce4b["getSupported()"] b05f29fb_50d2_b721_89a4_e112ca9e72f8["getSupportedLogLevels()"] b05f29fb_50d2_b721_89a4_e112ca9e72f8 -->|calls| 0dbea2ec_b47d_3a03_bf84_fb7da776ce4b c4f18933_1389_22ab_29e9_708a5fb459d4["getSupportedLogLevels()"] c4f18933_1389_22ab_29e9_708a5fb459d4 -->|calls| 0dbea2ec_b47d_3a03_bf84_fb7da776ce4b b3a56877_2ec7_9eaa_aea6_644f37803587["getSupportedLogLevels()"] b3a56877_2ec7_9eaa_aea6_644f37803587 -->|calls| 0dbea2ec_b47d_3a03_bf84_fb7da776ce4b style 0dbea2ec_b47d_3a03_bf84_fb7da776ce4b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/logging/AbstractLoggingSystem.java lines 244–246
public Set<LogLevel> getSupported() {
return new LinkedHashSet<>(this.nativeToSystem.values());
}
Domain
Subdomains
Called By
- getSupportedLogLevels()
- getSupportedLogLevels()
- getSupportedLogLevels()
Source
Frequently Asked Questions
What does getSupported() do?
getSupported() is a function in the spring-boot codebase.
What calls getSupported()?
getSupported() is called by 3 function(s): getSupportedLogLevels, getSupportedLogLevels, getSupportedLogLevels.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free