log() — spring-boot Function Reference
Architecture documentation for the log() function in BuildImageMojo.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD b9c54804_819b_9a17_b268_cb1573193fa3["log()"] c1b8837e_416b_c0d3_62c5_31209113f45f["log()"] c1b8837e_416b_c0d3_62c5_31209113f45f -->|calls| b9c54804_819b_9a17_b268_cb1573193fa3 c1b8837e_416b_c0d3_62c5_31209113f45f["log()"] b9c54804_819b_9a17_b268_cb1573193fa3 -->|calls| c1b8837e_416b_c0d3_62c5_31209113f45f style b9c54804_819b_9a17_b268_cb1573193fa3 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/BuildImageMojo.java lines 376–379
@Override
protected void log(String message) {
this.log.get().info(message);
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does log() do?
log() is a function in the spring-boot codebase.
What does log() call?
log() calls 1 function(s): log.
What calls log()?
log() is called by 1 function(s): log.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free