toString() — spring-boot Function Reference
Architecture documentation for the toString() function in LogFile.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD eb70c58c_f118_cc50_2b70_0b13761cba5c["toString()"] 6d363e6b_cc60_acdc_3c37_7509d54d74fc["applyTo()"] 6d363e6b_cc60_acdc_3c37_7509d54d74fc -->|calls| eb70c58c_f118_cc50_2b70_0b13761cba5c e054e826_11dd_3879_65f9_feb7c805f5b8["apply()"] e054e826_11dd_3879_65f9_feb7c805f5b8 -->|calls| eb70c58c_f118_cc50_2b70_0b13761cba5c 7ff38b43_3fd3_7b86_ff64_fd813bdc27d4["loadConfiguration()"] 7ff38b43_3fd3_7b86_ff64_fd813bdc27d4 -->|calls| eb70c58c_f118_cc50_2b70_0b13761cba5c 87670a84_b8dc_53ae_ff52_d67f57f774e6["setLevel()"] 87670a84_b8dc_53ae_ff52_d67f57f774e6 -->|calls| eb70c58c_f118_cc50_2b70_0b13761cba5c 33703847_d0f8_a632_1dea_e8d8c3f67cc9["setLevelToNull()"] 33703847_d0f8_a632_1dea_e8d8c3f67cc9 -->|calls| eb70c58c_f118_cc50_2b70_0b13761cba5c c5d379c8_eef0_e195_4792_b0091015ec29["setLevelOfUnconfiguredLoggerDoesNotAffectRootConfiguration()"] c5d379c8_eef0_e195_4792_b0091015ec29 -->|calls| eb70c58c_f118_cc50_2b70_0b13761cba5c 1bd07e4d_b8ee_e501_cca3_b1b6abb16b14["logbackBaseConfigurationDoesNotTriggerDeprecation()"] 1bd07e4d_b8ee_e501_cca3_b1b6abb16b14 -->|calls| eb70c58c_f118_cc50_2b70_0b13761cba5c 4b1f474c_e884_a17c_2829_2770c0811d3f["setLevel()"] 4b1f474c_e884_a17c_2829_2770c0811d3f -->|calls| eb70c58c_f118_cc50_2b70_0b13761cba5c c06f0ec7_9b55_a65d_df17_51b9549422eb["setLevelToNull()"] c06f0ec7_9b55_a65d_df17_51b9549422eb -->|calls| eb70c58c_f118_cc50_2b70_0b13761cba5c c1fee59a_22b2_04b0_5d87_0853343ac92f["whenConfigLocationIsXmlFileWithoutExtensionShouldWork()"] c1fee59a_22b2_04b0_5d87_0853343ac92f -->|calls| eb70c58c_f118_cc50_2b70_0b13761cba5c style eb70c58c_f118_cc50_2b70_0b13761cba5c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/logging/LogFile.java lines 101–107
@Override
public String toString() {
if (StringUtils.hasLength(this.file)) {
return this.file;
}
return new File(this.path, "spring.log").getPath();
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does toString() do?
toString() is a function in the spring-boot codebase.
What calls toString()?
toString() is called by 10 function(s): apply, applyTo, loadConfiguration, logbackBaseConfigurationDoesNotTriggerDeprecation, setLevel, setLevel, setLevelOfUnconfiguredLoggerDoesNotAffectRootConfiguration, setLevelToNull, and 2 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free