createEvent() — spring-boot Function Reference
Architecture documentation for the createEvent() function in ExtractorTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 409f6fdc_2ed3_2cec_96e9_dbf96629f104["createEvent()"] dc578f11_7243_5101_2fb8_99bc11da91ed["messageAndStackTraceWhenNoPrinterPrintsUsingLoggingSystem()"] dc578f11_7243_5101_2fb8_99bc11da91ed -->|calls| 409f6fdc_2ed3_2cec_96e9_dbf96629f104 a781ca62_5c65_468a_5deb_9a6e3c2f9630["messageAndStackTraceWhenPrinterPrintsUsingPrinter()"] a781ca62_5c65_468a_5deb_9a6e3c2f9630 -->|calls| 409f6fdc_2ed3_2cec_96e9_dbf96629f104 87bbe948_5ca8_b678_6e56_87ea9f9fd846["stackTraceWhenNoPrinterPrintsUsingLoggingSystem()"] 87bbe948_5ca8_b678_6e56_87ea9f9fd846 -->|calls| 409f6fdc_2ed3_2cec_96e9_dbf96629f104 8de0310d_8cc5_c6ec_eb6c_75ef8971578b["stackTraceWhenPrinterPrintsUsingPrinter()"] 8de0310d_8cc5_c6ec_eb6c_75ef8971578b -->|calls| 409f6fdc_2ed3_2cec_96e9_dbf96629f104 style 409f6fdc_2ed3_2cec_96e9_dbf96629f104 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/logging/log4j2/ExtractorTests.java lines 59–64
private LogEvent createEvent() {
MutableLogEvent event = new MutableLogEvent();
event.setMessage(new SimpleMessage("TestMessage"));
event.setThrown(new RuntimeException("Boom!"));
return event;
}
Domain
Subdomains
Called By
- messageAndStackTraceWhenNoPrinterPrintsUsingLoggingSystem()
- messageAndStackTraceWhenPrinterPrintsUsingPrinter()
- stackTraceWhenNoPrinterPrintsUsingLoggingSystem()
- stackTraceWhenPrinterPrintsUsingPrinter()
Source
Frequently Asked Questions
What does createEvent() do?
createEvent() is a function in the spring-boot codebase.
What calls createEvent()?
createEvent() is called by 4 function(s): messageAndStackTraceWhenNoPrinterPrintsUsingLoggingSystem, messageAndStackTraceWhenPrinterPrintsUsingPrinter, stackTraceWhenNoPrinterPrintsUsingLoggingSystem, stackTraceWhenPrinterPrintsUsingPrinter.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free