withLineSeparator() — spring-boot Function Reference
Architecture documentation for the withLineSeparator() function in StandardStackTracePrinter.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 3b4e3b1e_1ae7_bebd_e898_27e5d1892b68["withLineSeparator()"] ec5d4b61_592c_6883_8b56_af017a7c7a2e["createPrinterWhenStandardAppliesCustomizations()"] ec5d4b61_592c_6883_8b56_af017a7c7a2e -->|calls| 3b4e3b1e_1ae7_bebd_e898_27e5d1892b68 5c3b7876_28b2_fcb6_1d60_066f78df816d["TestStackTracePrinterCustomized()"] 5c3b7876_28b2_fcb6_1d60_066f78df816d -->|calls| 3b4e3b1e_1ae7_bebd_e898_27e5d1892b68 de3e9d5f_f5e9_06c7_510a_d16736ba16b1["StandardStackTracePrinter()"] 3b4e3b1e_1ae7_bebd_e898_27e5d1892b68 -->|calls| de3e9d5f_f5e9_06c7_510a_d16736ba16b1 style 3b4e3b1e_1ae7_bebd_e898_27e5d1892b68 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/logging/StandardStackTracePrinter.java lines 225–229
public StandardStackTracePrinter withLineSeparator(String lineSeparator) {
Assert.notNull(lineSeparator, "'lineSeparator' must not be null");
return new StandardStackTracePrinter(this.options, this.maximumLength, lineSeparator, this.filter,
this.frameFilter, this.formatter, this.frameFormatter, this.frameHasher);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does withLineSeparator() do?
withLineSeparator() is a function in the spring-boot codebase.
What does withLineSeparator() call?
withLineSeparator() calls 1 function(s): StandardStackTracePrinter.
What calls withLineSeparator()?
withLineSeparator() is called by 2 function(s): TestStackTracePrinterCustomized, createPrinterWhenStandardAppliesCustomizations.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free