s

stackify-log-log4j2

Stackify Log Appender for Log4j 2.x
https://github.com/stackify/stackify-log-log4j2
The Apache Software License, Version 2.0
Stackify, LLC
Eric Martin Darin Howard
Files download
File Operation
stackify-log-log4j2-4.0.4.jar download
stackify-log-log4j2-4.0.4.pom download
stackify-log-log4j2-4.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.stackify</groupId>
  <artifactId>stackify-log-log4j2</artifactId>
  <version>4.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.stackify:stackify-log-log4j2:4.0.4'
Gradle Kotlin
implementation("com.stackify:stackify-log-log4j2:4.0.4")
Scala SBT
libraryDependencies += "com.stackify" % "stackify-log-log4j2" % "4.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.stackify', module='stackify-log-log4j2', version='4.0.4')
)
Apache Ivy
<dependency org="com.stackify" name="stackify-log-log4j2" rev="4.0.4" />
Leiningen
[com.stackify/stackify-log-log4j2 "4.0.4"]
Apache Buildr
'com.stackify:stackify-log-log4j2:jar:4.0.4'