Artifact for slf4j (verion >= 2.0) based logging with the refoces logger framework.
"The REFCODES.ORG
codes represent a group of artifacts consolidating parts of my work in the past years. Several topics are covered which I consider useful for you, programmers, developers and software engineers."
The refcodes-logger-alt
artifact provides alternate implementations of the types as defined by the refcodes-logger
artifact. See the refcodes-logger-alt-console
artifact for "Console-based logging".
To get up and running, include the following dependency (without the three dots "...") in your pom.xml
:
<dependencies>
...
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-logger-alt</artifactId>
<version>1.2.1</version>
</dependency>
...
</dependencies>
The artifact is hosted directly at Maven Central. Jump straight to the source codes at Bitbucket. Read the artifact's javadoc at javadoc.io.
Directly jump into the (sub-)modules:
refcodes-logger-alt-async
refcodes-logger-alt-console
refcodes-logger-alt-io
refcodes-logger-alt-simpledb
refcodes-logger-alt-slf4j
refcodes-logger-alt-spring
The REFCODES.ORG
group of artifacts is published under some open source licenses; covered by the refcodes-licensing
(org.refcodes
group) artifact - evident in each artifact in question as of the pom.xml
dependency included in such artifact.