r

redis4AppenderLog4j

log4j appender for publishing directly to redis
https://github.com/jfgrim/redis4AppenderLog4j/
Apache License 2.0
Jef GRIMAULT
文件下载
文件名 操作
redis4AppenderLog4j-1.0.0.jar 下载
redis4AppenderLog4j-1.0.0.pom 下载
redis4AppenderLog4j-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.jfgrim</groupId>
  <artifactId>redis4AppenderLog4j</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.jfgrim:redis4AppenderLog4j:1.0.0'
Gradle Kotlin
implementation("com.github.jfgrim:redis4AppenderLog4j:1.0.0")
Scala SBT
libraryDependencies += "com.github.jfgrim" % "redis4AppenderLog4j" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jfgrim', module='redis4AppenderLog4j', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.jfgrim" name="redis4AppenderLog4j" rev="1.0.0" />
Leiningen
[com.github.jfgrim/redis4AppenderLog4j "1.0.0"]
Apache Buildr
'com.github.jfgrim:redis4AppenderLog4j:jar:1.0.0'