getLineWithText() — spring-boot Function Reference
Architecture documentation for the getLineWithText() function in AbstractLoggingSystemTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 599de821_15df_43cf_ef7e_1637f660f37b["getLineWithText()"] 843e96a9_e536_4564_00a1_4c4f374741aa["correlationLoggingToFileWhenExpectCorrelationIdTrueAndMdcContent()"] 843e96a9_e536_4564_00a1_4c4f374741aa -->|calls| 599de821_15df_43cf_ef7e_1637f660f37b 0cb981a8_5b06_aeda_3728_219b0f5f95c4["correlationLoggingToConsoleWhenExpectCorrelationIdTrueAndMdcContent()"] 0cb981a8_5b06_aeda_3728_219b0f5f95c4 -->|calls| 599de821_15df_43cf_ef7e_1637f660f37b b4b83dc1_9191_7db1_24ba_7ae39d0bb705["correlationLoggingToConsoleWhenExpectCorrelationIdFalseAndMdcContent()"] b4b83dc1_9191_7db1_24ba_7ae39d0bb705 -->|calls| 599de821_15df_43cf_ef7e_1637f660f37b b44cbc9f_331e_5a50_7f46_1b153de8a072["correlationLoggingToConsoleWhenExpectCorrelationIdTrueAndNoMdcContent()"] b44cbc9f_331e_5a50_7f46_1b153de8a072 -->|calls| 599de821_15df_43cf_ef7e_1637f660f37b ca086653_5113_ea33_c589_657facc7cacd["correlationLoggingToConsoleWhenHasCorrelationPattern()"] ca086653_5113_ea33_c589_657facc7cacd -->|calls| 599de821_15df_43cf_ef7e_1637f660f37b 7250b533_1ef6_b8b1_8162_9407089a000f["applicationNameLoggingToConsoleWhenHasApplicationName()"] 7250b533_1ef6_b8b1_8162_9407089a000f -->|calls| 599de821_15df_43cf_ef7e_1637f660f37b 9c9091a2_b7f9_1587_f024_262f4080a8be["applicationNameLoggingToConsoleWhenHasApplicationNameWithParenthesis()"] 9c9091a2_b7f9_1587_f024_262f4080a8be -->|calls| 599de821_15df_43cf_ef7e_1637f660f37b 8c760968_44c2_61e0_bad0_470db2dcbfd3["applicationNameLoggingToConsoleWhenDisabled()"] 8c760968_44c2_61e0_bad0_470db2dcbfd3 -->|calls| 599de821_15df_43cf_ef7e_1637f660f37b 3bbd435a_b9e6_b00f_6f93_f0f02eb0a5f1["applicationNameLoggingToFileWhenHasApplicationName()"] 3bbd435a_b9e6_b00f_6f93_f0f02eb0a5f1 -->|calls| 599de821_15df_43cf_ef7e_1637f660f37b b049ed6c_ce4a_3150_0f56_84e61c68589d["applicationNameLoggingToFileWhenHasApplicationNameWithParenthesis()"] b049ed6c_ce4a_3150_0f56_84e61c68589d -->|calls| 599de821_15df_43cf_ef7e_1637f660f37b b234bc57_f9a3_684b_2496_d8eda7fc4407["applicationNameLoggingToFileWhenDisabled()"] b234bc57_f9a3_684b_2496_d8eda7fc4407 -->|calls| 599de821_15df_43cf_ef7e_1637f660f37b 5f72e51e_9cd4_b1d0_542f_7a1d04297297["applicationGroupLoggingToConsoleWhenHasApplicationGroup()"] 5f72e51e_9cd4_b1d0_542f_7a1d04297297 -->|calls| 599de821_15df_43cf_ef7e_1637f660f37b ff846443_2f78_df10_26f2_2ba9b02b6203["applicationGroupLoggingToConsoleWhenHasApplicationGroupWithParenthesis()"] ff846443_2f78_df10_26f2_2ba9b02b6203 -->|calls| 599de821_15df_43cf_ef7e_1637f660f37b 50ee6628_3b2c_8406_4c11_cd22fe4c9d3c["applicationGroupLoggingToConsoleWhenDisabled()"] 50ee6628_3b2c_8406_4c11_cd22fe4c9d3c -->|calls| 599de821_15df_43cf_ef7e_1637f660f37b style 599de821_15df_43cf_ef7e_1637f660f37b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/logging/AbstractLoggingSystemTests.java lines 94–96
protected final @Nullable String getLineWithText(File file, CharSequence outputSearch) {
return getLineWithText(contentOf(file), outputSearch);
}
Domain
Subdomains
Called By
- applicationGroupLoggingToConsoleWhenDisabled()
- applicationGroupLoggingToConsoleWhenDisabled()
- applicationGroupLoggingToConsoleWhenHasApplicationGroup()
- applicationGroupLoggingToConsoleWhenHasApplicationGroup()
- applicationGroupLoggingToConsoleWhenHasApplicationGroupWithParenthesis()
- applicationGroupLoggingToConsoleWhenHasApplicationGroupWithParenthesis()
- applicationGroupLoggingToFileWhenDisabled()
- applicationGroupLoggingToFileWhenDisabled()
- applicationGroupLoggingToFileWhenHasApplicationGroup()
- applicationGroupLoggingToFileWhenHasApplicationGroup()
- applicationGroupLoggingToFileWhenHasApplicationGroupWithParenthesis()
- applicationGroupLoggingToFileWhenHasApplicationGroupWithParenthesis()
- applicationNameLoggingToConsoleWhenDisabled()
- applicationNameLoggingToConsoleWhenDisabled()
- applicationNameLoggingToConsoleWhenHasApplicationName()
- applicationNameLoggingToConsoleWhenHasApplicationName()
- applicationNameLoggingToConsoleWhenHasApplicationNameWithParenthesis()
- applicationNameLoggingToConsoleWhenHasApplicationNameWithParenthesis()
- applicationNameLoggingToFileWhenDisabled()
- applicationNameLoggingToFileWhenDisabled()
- applicationNameLoggingToFileWhenHasApplicationName()
- applicationNameLoggingToFileWhenHasApplicationName()
- applicationNameLoggingToFileWhenHasApplicationNameWithParenthesis()
- applicationNameLoggingToFileWhenHasApplicationNameWithParenthesis()
- correlationLoggingToConsoleWhenExpectCorrelationIdFalseAndMdcContent()
- correlationLoggingToConsoleWhenExpectCorrelationIdFalseAndMdcContent()
- correlationLoggingToConsoleWhenExpectCorrelationIdTrueAndMdcContent()
- correlationLoggingToConsoleWhenExpectCorrelationIdTrueAndMdcContent()
- correlationLoggingToConsoleWhenExpectCorrelationIdTrueAndNoMdcContent()
- correlationLoggingToConsoleWhenExpectCorrelationIdTrueAndNoMdcContent()
- correlationLoggingToConsoleWhenHasCorrelationPattern()
- correlationLoggingToConsoleWhenHasCorrelationPattern()
- correlationLoggingToConsoleWhenUsingXmlConfiguration()
- correlationLoggingToFileWhenExpectCorrelationIdTrueAndMdcContent()
- correlationLoggingToFileWhenExpectCorrelationIdTrueAndMdcContent()
- correlationLoggingToFileWhenUsingFileConfiguration()
- logbackBaseConfigurationDoesNotTriggerDeprecation()
- logbackDefaultsConfigurationDoesNotTriggerDeprecation()
- noFile()
- testCleanHistoryOnStartProperty()
- testCleanHistoryOnStartPropertyWithXmlConfiguration()
- testConsolePatternProperty()
- testDateformatPatternDefault()
- testDateformatPatternProperty()
- testDateformatPatternPropertyDirect()
- testFilePatternProperty()
- testLevelPatternProperty()
- testMaxFileSizeProperty()
- testMaxFileSizePropertyWithXmlConfiguration()
- testMaxHistoryProperty()
- testMaxHistoryPropertyWithXmlConfiguration()
- testRollingFileNamePatternProperty()
- testTotalSizeCapProperty()
- testTotalSizeCapPropertyWithXmlConfiguration()
- withFile()
Source
Frequently Asked Questions
What does getLineWithText() do?
getLineWithText() is a function in the spring-boot codebase.
What calls getLineWithText()?
getLineWithText() is called by 55 function(s): applicationGroupLoggingToConsoleWhenDisabled, applicationGroupLoggingToConsoleWhenDisabled, applicationGroupLoggingToConsoleWhenHasApplicationGroup, applicationGroupLoggingToConsoleWhenHasApplicationGroup, applicationGroupLoggingToConsoleWhenHasApplicationGroupWithParenthesis, applicationGroupLoggingToConsoleWhenHasApplicationGroupWithParenthesis, applicationGroupLoggingToFileWhenDisabled, applicationGroupLoggingToFileWhenDisabled, and 47 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free