getLogFile() — spring-boot Function Reference
Architecture documentation for the getLogFile() function in AbstractLoggingSystemTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD bc937c1c_ec1c_7511_0eee_c35de09ea03e["getLogFile()"] 3366da7f_8219_e533_2df4_3787c22d13c4["withFile()"] 3366da7f_8219_e533_2df4_3787c22d13c4 -->|calls| bc937c1c_ec1c_7511_0eee_c35de09ea03e 46cb4933_f85b_780a_9978_28c3c6be0b9c["withFile()"] 46cb4933_f85b_780a_9978_28c3c6be0b9c -->|calls| bc937c1c_ec1c_7511_0eee_c35de09ea03e 60825604_93e4_3521_a266_9abd92c93b38["testNonDefaultConfigLocation()"] 60825604_93e4_3521_a266_9abd92c93b38 -->|calls| bc937c1c_ec1c_7511_0eee_c35de09ea03e a407c060_4d67_f1a4_1f5b_63def151cdae["exceptionsIncludeClassPackaging()"] a407c060_4d67_f1a4_1f5b_63def151cdae -->|calls| bc937c1c_ec1c_7511_0eee_c35de09ea03e 66116f27_23da_abc8_9eb7_ef89729dbe36["beforeInitializeFilterDisablesErrorLogging()"] 66116f27_23da_abc8_9eb7_ef89729dbe36 -->|calls| bc937c1c_ec1c_7511_0eee_c35de09ea03e 885ce17b_9e35_b4d2_fa39_1c2944a599d1["customExceptionConversionWord()"] 885ce17b_9e35_b4d2_fa39_1c2944a599d1 -->|calls| bc937c1c_ec1c_7511_0eee_c35de09ea03e 843e96a9_e536_4564_00a1_4c4f374741aa["correlationLoggingToFileWhenExpectCorrelationIdTrueAndMdcContent()"] 843e96a9_e536_4564_00a1_4c4f374741aa -->|calls| bc937c1c_ec1c_7511_0eee_c35de09ea03e 3bbd435a_b9e6_b00f_6f93_f0f02eb0a5f1["applicationNameLoggingToFileWhenHasApplicationName()"] 3bbd435a_b9e6_b00f_6f93_f0f02eb0a5f1 -->|calls| bc937c1c_ec1c_7511_0eee_c35de09ea03e b049ed6c_ce4a_3150_0f56_84e61c68589d["applicationNameLoggingToFileWhenHasApplicationNameWithParenthesis()"] b049ed6c_ce4a_3150_0f56_84e61c68589d -->|calls| bc937c1c_ec1c_7511_0eee_c35de09ea03e b234bc57_f9a3_684b_2496_d8eda7fc4407["applicationNameLoggingToFileWhenDisabled()"] b234bc57_f9a3_684b_2496_d8eda7fc4407 -->|calls| bc937c1c_ec1c_7511_0eee_c35de09ea03e 35443931_795d_4573_fb4e_6c1c9ba4c21e["applicationGroupLoggingToFileWhenHasApplicationGroup()"] 35443931_795d_4573_fb4e_6c1c9ba4c21e -->|calls| bc937c1c_ec1c_7511_0eee_c35de09ea03e 21d4b7a7_d058_d5b2_59af_42c5ba39b107["applicationGroupLoggingToFileWhenHasApplicationGroupWithParenthesis()"] 21d4b7a7_d058_d5b2_59af_42c5ba39b107 -->|calls| bc937c1c_ec1c_7511_0eee_c35de09ea03e 4ec2868a_e137_3937_ff8f_b66acdc33036["applicationGroupLoggingToFileWhenDisabled()"] 4ec2868a_e137_3937_ff8f_b66acdc33036 -->|calls| bc937c1c_ec1c_7511_0eee_c35de09ea03e 34d2c822_c47d_87af_b91c_1cd508fd160c["withFile()"] 34d2c822_c47d_87af_b91c_1cd508fd160c -->|calls| bc937c1c_ec1c_7511_0eee_c35de09ea03e style bc937c1c_ec1c_7511_0eee_c35de09ea03e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/logging/AbstractLoggingSystemTests.java lines 74–76
protected final LogFile getLogFile(@Nullable String file, @Nullable String path) {
return getLogFile(file, path, true);
}
Domain
Subdomains
Called By
- applicationGroupLoggingToFileWhenDisabled()
- applicationGroupLoggingToFileWhenDisabled()
- applicationGroupLoggingToFileWhenHasApplicationGroup()
- applicationGroupLoggingToFileWhenHasApplicationGroup()
- applicationGroupLoggingToFileWhenHasApplicationGroupWithParenthesis()
- applicationGroupLoggingToFileWhenHasApplicationGroupWithParenthesis()
- applicationNameLoggingToFileWhenDisabled()
- applicationNameLoggingToFileWhenDisabled()
- applicationNameLoggingToFileWhenHasApplicationName()
- applicationNameLoggingToFileWhenHasApplicationName()
- applicationNameLoggingToFileWhenHasApplicationNameWithParenthesis()
- applicationNameLoggingToFileWhenHasApplicationNameWithParenthesis()
- beforeInitializeFilterDisablesErrorLogging()
- correlationLoggingToFileWhenExpectCorrelationIdTrueAndMdcContent()
- correlationLoggingToFileWhenExpectCorrelationIdTrueAndMdcContent()
- correlationLoggingToFileWhenUsingFileConfiguration()
- customCharset()
- customExceptionConversionWord()
- customExceptionConversionWord()
- exceptionsIncludeClassPackaging()
- exceptionsIncludeClassPackaging()
- getEnvironmentWhenUsingFile()
- initializeShouldSetSystemProperty()
- logbackDebugPropertyIsHonored()
- logbackSystemStatusListenerShouldBeRegistered()
- logbackSystemStatusListenerShouldBeRegisteredAndFilterStatusByLevelIfDebugDisabled()
- logbackSystemStatusListenerShouldBeRegisteredOnlyOnce()
- noDebugOutputIsProducedByDefault()
- shouldRespectFileThreshold()
- testCleanHistoryOnStartProperty()
- testCleanHistoryOnStartPropertyWithXmlConfiguration()
- testFilePatternProperty()
- testMaxFileSizeProperty()
- testMaxFileSizePropertyWithXmlConfiguration()
- testMaxHistoryProperty()
- testMaxHistoryPropertyWithXmlConfiguration()
- testNonDefaultConfigLocation()
- testNonDefaultConfigLocation()
- testRollingFileNamePatternProperty()
- testTotalSizeCapProperty()
- testTotalSizeCapPropertyWithXmlConfiguration()
- whenConfigLocationIsNotXmlThenIllegalArgumentExceptionShouldBeThrown()
- whenConfigLocationIsXmlAndHasQueryParametersThenIllegalArgumentExceptionShouldNotBeThrown()
- whenConfigLocationIsXmlFileWithoutExtensionShouldWork()
- whenConfigurationErrorIsDetectedUnderlyingCausesAreIncludedAsSuppressedExceptions()
- withFile()
- withFile()
- withFile()
Source
Frequently Asked Questions
What does getLogFile() do?
getLogFile() is a function in the spring-boot codebase.
What calls getLogFile()?
getLogFile() is called by 48 function(s): applicationGroupLoggingToFileWhenDisabled, applicationGroupLoggingToFileWhenDisabled, applicationGroupLoggingToFileWhenHasApplicationGroup, applicationGroupLoggingToFileWhenHasApplicationGroup, applicationGroupLoggingToFileWhenHasApplicationGroupWithParenthesis, applicationGroupLoggingToFileWhenHasApplicationGroupWithParenthesis, applicationNameLoggingToFileWhenDisabled, applicationNameLoggingToFileWhenDisabled, and 40 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free