is not current version
Last Version 1.1.1

com.github.grzesiek-galezowski:custom-loggers-over-slf4j 1.1.0

Adapter for custom loggers that wrap SLF4J logger. Preserves stack information to point to original logging location.

Categories

Categories

SLF4J Application Layer Libs Logging
GroupId

GroupId

com.github.grzesiek-galezowski
ArtifactId

ArtifactId

custom-loggers-over-slf4j
Version

Version

1.1.0
Type

Type

jar

Download custom-loggers-over-slf4j 1.1.0


<!-- 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.0</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.0'
// https://jarcasting.com/artifacts/com.github.grzesiek-galezowski/custom-loggers-over-slf4j/
implementation ("com.github.grzesiek-galezowski:custom-loggers-over-slf4j:1.1.0")
'com.github.grzesiek-galezowski:custom-loggers-over-slf4j:jar:1.1.0'
<dependency org="com.github.grzesiek-galezowski" name="custom-loggers-over-slf4j" rev="1.1.0">
  <artifact name="custom-loggers-over-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.grzesiek-galezowski', module='custom-loggers-over-slf4j', version='1.1.0')
)
libraryDependencies += "com.github.grzesiek-galezowski" % "custom-loggers-over-slf4j" % "1.1.0"
[com.github.grzesiek-galezowski/custom-loggers-over-slf4j "1.1.0"]