l

log4jcat

Used for quickly trimming log files from Log4J with a PatternLayout to a certain time range.
https://github.com/blutorange/Log4JCat
The Apache License, Version 2.0
Andre Wachsmuth
Files download
File Operation
log4jcat-0.1.jar download
log4jcat-0.1.pom download
log4jcat-0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.blutorange</groupId>
  <artifactId>log4jcat</artifactId>
  <version>0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.blutorange:log4jcat:0.1'
Gradle Kotlin
implementation("com.github.blutorange:log4jcat:0.1")
Scala SBT
libraryDependencies += "com.github.blutorange" % "log4jcat" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.blutorange', module='log4jcat', version='0.1')
)
Apache Ivy
<dependency org="com.github.blutorange" name="log4jcat" rev="0.1" />
Leiningen
[com.github.blutorange/log4jcat "0.1"]
Apache Buildr
'com.github.blutorange:log4jcat:jar:0.1'