Spring Boot starter for integrating Log4J logging framework.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-log4j</artifactId>
<version>1.3.8.RELEASE</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a Log4J logger and logs an info message.
Replace spring-boot-starter-log4j with spring-boot-starter-log4j2 and update imports to org.apache.logging.log4j.Logger.
No dependency data recorded yet.