j

java-custom-logging

A custom implementation of the SLF4J interface, but with bonuses for using it directly
https://github.com/CalumD/java-custom-logging
GNU General Public License v3.0
Calum D
Files download
File Operation
java-custom-logging-2.0.1.jar download
java-custom-logging-2.0.1.pom download
java-custom-logging-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.clumd.projects</groupId>
  <artifactId>java-custom-logging</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.clumd.projects:java-custom-logging:2.0.1'
Gradle Kotlin
implementation("com.clumd.projects:java-custom-logging:2.0.1")
Scala SBT
libraryDependencies += "com.clumd.projects" % "java-custom-logging" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.clumd.projects', module='java-custom-logging', version='2.0.1')
)
Apache Ivy
<dependency org="com.clumd.projects" name="java-custom-logging" rev="2.0.1" />
Leiningen
[com.clumd.projects/java-custom-logging "2.0.1"]
Apache Buildr
'com.clumd.projects:java-custom-logging:jar:2.0.1'