l

log4j-core

A versatile, industrial-grade, and reference implementation of the Log4j API. It bundles a rich set of components to assist various use cases: Appenders targeting files, network sockets, databases, SMTP servers; Layouts that can render CSV, HTML, JSON, Syslog, etc. formatted outputs; Filters that can be configured using log event rates, regular expressions, scripts, time, etc. It contains several extension points to introduce custom components, if needed.
Apache-2.0
Files download
File Operation
log4j-core-2.24.1.jar download
log4j-core-2.24.1.pom download
log4j-core-2.24.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.logging.log4j</groupId>
  <artifactId>log4j-core</artifactId>
  <version>2.24.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.logging.log4j:log4j-core:2.24.1'
Gradle Kotlin
implementation("org.apache.logging.log4j:log4j-core:2.24.1")
Scala SBT
libraryDependencies += "org.apache.logging.log4j" % "log4j-core" % "2.24.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.logging.log4j', module='log4j-core', version='2.24.1')
)
Apache Ivy
<dependency org="org.apache.logging.log4j" name="log4j-core" rev="2.24.1" />
Leiningen
[org.apache.logging.log4j/log4j-core "2.24.1"]
Apache Buildr
'org.apache.logging.log4j:log4j-core:jar:2.24.1'