spring-boot-starter-log4j2

spring-boot-starter-log4j2

Starter for using Log4j2 for logging. An alternative to spring-boot-starter-logging
https://projects.spring.io/spring-boot/
Pivotal Software, Inc.
Files download
File Operation
spring-boot-starter-log4j2-1.5.22.RELEASE.jar download
spring-boot-starter-log4j2-1.5.22.RELEASE.pom download
spring-boot-starter-log4j2-1.5.22.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-log4j2</artifactId>
  <version>1.5.22.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.boot:spring-boot-starter-log4j2:1.5.22.RELEASE'
Gradle Kotlin
implementation("org.springframework.boot:spring-boot-starter-log4j2:1.5.22.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-log4j2" % "1.5.22.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.boot', module='spring-boot-starter-log4j2', version='1.5.22.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.boot" name="spring-boot-starter-log4j2" rev="1.5.22.RELEASE" />
Leiningen
[org.springframework.boot/spring-boot-starter-log4j2 "1.5.22.RELEASE"]
Apache Buildr
'org.springframework.boot:spring-boot-starter-log4j2:jar:1.5.22.RELEASE'