custom-loggers-over-slf4j

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

License

License

Categories

Categories

SLF4J Application Layer Libs Logging
GroupId

GroupId

com.github.grzesiek-galezowski
ArtifactId

ArtifactId

custom-loggers-over-slf4j
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

custom-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://github.com/grzesiek-galezowski/custom-loggers-over-slf4j/

Download custom-loggers-over-slf4j

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25
org.slf4j : slf4j-ext jar 1.7.25

test (4)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.1
1.1.0