License |
License |
---|---|
Categories |
CategoriesSLF4J Application Layer Libs Logging |
GroupId | GroupIdcom.github.grzesiek-galezowski |
ArtifactId | ArtifactIdcustom-loggers-over-slf4j |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncustom-loggers-over-slf4j
Adapter for custom loggers that wrap SLF4J logger. Preserves stack information to point to original logging location.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.grzesiek-galezowski/custom-loggers-over-slf4j/ -->
<dependency>
<groupId>com.github.grzesiek-galezowski</groupId>
<artifactId>custom-loggers-over-slf4j</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.grzesiek-galezowski/custom-loggers-over-slf4j/
implementation 'com.github.grzesiek-galezowski:custom-loggers-over-slf4j:1.1.1'
// https://jarcasting.com/artifacts/com.github.grzesiek-galezowski/custom-loggers-over-slf4j/
implementation ("com.github.grzesiek-galezowski:custom-loggers-over-slf4j:1.1.1")
'com.github.grzesiek-galezowski:custom-loggers-over-slf4j:jar:1.1.1'
<dependency org="com.github.grzesiek-galezowski" name="custom-loggers-over-slf4j" rev="1.1.1">
<artifact name="custom-loggers-over-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.grzesiek-galezowski', module='custom-loggers-over-slf4j', version='1.1.1')
)
libraryDependencies += "com.github.grzesiek-galezowski" % "custom-loggers-over-slf4j" % "1.1.1"
[com.github.grzesiek-galezowski/custom-loggers-over-slf4j "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
org.slf4j : slf4j-ext | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
com.github.grzesiek-galezowski : tdd-toolkit-java | jar | 1.0.35 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
ch.qos.logback : logback-core | jar | 1.2.3 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.0.1 |