Apache Log4j 1.2 is a logging library for Java that provides flexible and configurable logging.
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a Logger instance and log an info message.
Migrate to Log4j 2.x or another modern logging framework like Logback.
No dependency data recorded yet.