GraylogExtendedLogFormatProperties() — spring-boot Function Reference
Architecture documentation for the GraylogExtendedLogFormatProperties() function in GraylogExtendedLogFormatProperties.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 1e9e2f30_5428_77cf_44a8_8ac723c49c7b["GraylogExtendedLogFormatProperties()"] b2e89ea4_75c3_0a79_d346_8b7563277187["withDefaults()"] b2e89ea4_75c3_0a79_d346_8b7563277187 -->|calls| 1e9e2f30_5428_77cf_44a8_8ac723c49c7b style 1e9e2f30_5428_77cf_44a8_8ac723c49c7b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/logging/structured/GraylogExtendedLogFormatProperties.java lines 42–45
public GraylogExtendedLogFormatProperties(@Nullable String host, @Nullable Service service) {
this.host = host;
this.service = (service != null) ? service : Service.NONE;
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does GraylogExtendedLogFormatProperties() do?
GraylogExtendedLogFormatProperties() is a function in the spring-boot codebase.
What calls GraylogExtendedLogFormatProperties()?
GraylogExtendedLogFormatProperties() is called by 1 function(s): withDefaults.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free