MVN

com.hardis.log4j : redis-appender

Maven & Gradle

Jan 31, 2017
0 stars

Log4j Redis Appender · Log4j appender for sending log4j events to a Redis server for easy integration with Logstash.

<dependency>
    <groupId>com.hardis.log4j</groupId>
    <artifactId>redis-appender</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hardis.log4j : redis-appender to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of com.hardis.log4j : redis-appender to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
redis-appender-1.0.2

How to add a dependency to Maven

Add the following com.hardis.log4j : redis-appender maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hardis.log4j</groupId>
    <artifactId>redis-appender</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hardis.log4j : redis-appender gradle dependency to your build.gradle file:

implementation 'com.hardis.log4j:redis-appender:1.0.2'

Gradle Kotlin DSL: Add the following com.hardis.log4j : redis-appender gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hardis.log4j:redis-appender:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hardis.log4j : redis-appender sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hardis.log4j" % "redis-appender" % "1.0.2"