apply() — spring-boot Function Reference
Architecture documentation for the apply() function in LoggingSystemProperties.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD ce3696cf_77dd_9520_e3ee_8873df6cb400["apply()"] 81d3722d_c4b6_44b8_92ad_5eddf72c432c["initialize()"] 81d3722d_c4b6_44b8_92ad_5eddf72c432c -->|calls| ce3696cf_77dd_9520_e3ee_8873df6cb400 ad1496f1_596b_51ff_bf95_dcfb8e89f05d["setSystemProperty()"] ad1496f1_596b_51ff_bf95_dcfb8e89f05d -->|calls| ce3696cf_77dd_9520_e3ee_8873df6cb400 647ef14c_5da4_24a4_ddac_0beb0e1b96f5["loadDefaults()"] 647ef14c_5da4_24a4_ddac_0beb0e1b96f5 -->|calls| ce3696cf_77dd_9520_e3ee_8873df6cb400 cb27344f_1fdd_49df_050b_602af43eac17["apply()"] cb27344f_1fdd_49df_050b_602af43eac17 -->|calls| ce3696cf_77dd_9520_e3ee_8873df6cb400 843e96a9_e536_4564_00a1_4c4f374741aa["correlationLoggingToFileWhenExpectCorrelationIdTrueAndMdcContent()"] 843e96a9_e536_4564_00a1_4c4f374741aa -->|calls| ce3696cf_77dd_9520_e3ee_8873df6cb400 3bbd435a_b9e6_b00f_6f93_f0f02eb0a5f1["applicationNameLoggingToFileWhenHasApplicationName()"] 3bbd435a_b9e6_b00f_6f93_f0f02eb0a5f1 -->|calls| ce3696cf_77dd_9520_e3ee_8873df6cb400 b049ed6c_ce4a_3150_0f56_84e61c68589d["applicationNameLoggingToFileWhenHasApplicationNameWithParenthesis()"] b049ed6c_ce4a_3150_0f56_84e61c68589d -->|calls| ce3696cf_77dd_9520_e3ee_8873df6cb400 b234bc57_f9a3_684b_2496_d8eda7fc4407["applicationNameLoggingToFileWhenDisabled()"] b234bc57_f9a3_684b_2496_d8eda7fc4407 -->|calls| ce3696cf_77dd_9520_e3ee_8873df6cb400 35443931_795d_4573_fb4e_6c1c9ba4c21e["applicationGroupLoggingToFileWhenHasApplicationGroup()"] 35443931_795d_4573_fb4e_6c1c9ba4c21e -->|calls| ce3696cf_77dd_9520_e3ee_8873df6cb400 21d4b7a7_d058_d5b2_59af_42c5ba39b107["applicationGroupLoggingToFileWhenHasApplicationGroupWithParenthesis()"] 21d4b7a7_d058_d5b2_59af_42c5ba39b107 -->|calls| ce3696cf_77dd_9520_e3ee_8873df6cb400 4ec2868a_e137_3937_ff8f_b66acdc33036["applicationGroupLoggingToFileWhenDisabled()"] 4ec2868a_e137_3937_ff8f_b66acdc33036 -->|calls| ce3696cf_77dd_9520_e3ee_8873df6cb400 4076533c_267c_4bc6_87f3_cb764df6498c["applySetsStandardSystemProperties()"] 4076533c_267c_4bc6_87f3_cb764df6498c -->|calls| ce3696cf_77dd_9520_e3ee_8873df6cb400 e242d747_a658_93ca_344b_6753f632442a["applySetsLogbackSystemProperties()"] e242d747_a658_93ca_344b_6753f632442a -->|calls| ce3696cf_77dd_9520_e3ee_8873df6cb400 8f8a61c9_256f_cc36_670f_c8f4752bc130["consoleCharsetWhenNoPropertyUsesDefault()"] 8f8a61c9_256f_cc36_670f_c8f4752bc130 -->|calls| ce3696cf_77dd_9520_e3ee_8873df6cb400 style ce3696cf_77dd_9520_e3ee_8873df6cb400 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/logging/LoggingSystemProperties.java lines 107–109
public final void apply() {
apply(null);
}
Domain
Subdomains
Calls
- ApplicationPid()
- getDefaultConsoleCharset()
- getDefaultFileCharset()
- getPropertyResolver()
- setSystemProperty()
- toString()
Called By
- applicationGroupLoggingToFileWhenDisabled()
- applicationGroupLoggingToFileWhenHasApplicationGroup()
- applicationGroupLoggingToFileWhenHasApplicationGroupWithParenthesis()
- applicationNameLoggingToFileWhenDisabled()
- applicationNameLoggingToFileWhenHasApplicationName()
- applicationNameLoggingToFileWhenHasApplicationNameWithParenthesis()
- apply()
- applySetsLogbackSystemProperties()
- applySetsStandardSystemProperties()
- consoleCharsetWhenNoPropertyUsesDefault()
- consoleCharsetWhenNoPropertyUsesSystemConsoleCharsetWhenAvailable()
- correlationLoggingToFileWhenExpectCorrelationIdTrueAndMdcContent()
- fileCharsetWhenNoPropertyUsesUtf8()
- initialize()
- initialize()
- loadDefaults()
- setSystemProperty()
- testDateformatPatternProperty()
- testDateformatPatternPropertyDirect()
- testLevelPatternProperty()
Source
Frequently Asked Questions
What does apply() do?
apply() is a function in the spring-boot codebase.
What does apply() call?
apply() calls 6 function(s): ApplicationPid, getDefaultConsoleCharset, getDefaultFileCharset, getPropertyResolver, setSystemProperty, toString.
What calls apply()?
apply() is called by 20 function(s): applicationGroupLoggingToFileWhenDisabled, applicationGroupLoggingToFileWhenHasApplicationGroup, applicationGroupLoggingToFileWhenHasApplicationGroupWithParenthesis, applicationNameLoggingToFileWhenDisabled, applicationNameLoggingToFileWhenHasApplicationName, applicationNameLoggingToFileWhenHasApplicationNameWithParenthesis, apply, applySetsLogbackSystemProperties, and 12 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free