color() — spring-boot Function Reference
Architecture documentation for the color() function in DefaultLogbackConfiguration.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD f10dae27_ff30_c3a1_359b_8c9ab5df8f88["color()"] a489a73b_7dff_e581_8ff2_dfa2d8bb755f["faint()"] a489a73b_7dff_e581_8ff2_dfa2d8bb755f -->|calls| f10dae27_ff30_c3a1_359b_8c9ab5df8f88 4a6dd9fe_4084_41d0_d1ef_7e1b4a8782fc["cyan()"] 4a6dd9fe_4084_41d0_d1ef_7e1b4a8782fc -->|calls| f10dae27_ff30_c3a1_359b_8c9ab5df8f88 bf47eb3d_b3d4_3723_63ab_03142be25e1a["magenta()"] bf47eb3d_b3d4_3723_63ab_03142be25e1a -->|calls| f10dae27_ff30_c3a1_359b_8c9ab5df8f88 style f10dae27_ff30_c3a1_359b_8c9ab5df8f88 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/logging/logback/DefaultLogbackConfiguration.java lines 247–249
private static String color(String value, AnsiElement ansiElement) {
return "%clr(" + value + "){" + ColorConverter.getName(ansiElement) + "}";
}
Domain
Subdomains
Called By
- cyan()
- faint()
- magenta()
Source
Frequently Asked Questions
What does color() do?
color() is a function in the spring-boot codebase.
What calls color()?
color() is called by 3 function(s): cyan, faint, magenta.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free