Mock SLF4J Implementation

An SLF4J implementation with mock Loggers backed by Mockito.

License

License

Categories

Categories

SLF4J Application Layer Libs Logging
GroupId

GroupId

com.ocarlsen.test
ArtifactId

ArtifactId

mock-slf4j-impl
Last Version

Last Version

1.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

Mock SLF4J Implementation
An SLF4J implementation with mock Loggers backed by Mockito.
Project URL

Project URL

https://github.com/ocarlsen/mock-slf4j-impl
Source Code Management

Source Code Management

https://github.com/ocarlsen/mock-slf4j-impl

Download mock-slf4j-impl

How to add to project

<!-- https://jarcasting.com/artifacts/com.ocarlsen.test/mock-slf4j-impl/ -->
<dependency>
    <groupId>com.ocarlsen.test</groupId>
    <artifactId>mock-slf4j-impl</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ocarlsen.test/mock-slf4j-impl/
implementation 'com.ocarlsen.test:mock-slf4j-impl:1.2.1'
// https://jarcasting.com/artifacts/com.ocarlsen.test/mock-slf4j-impl/
implementation ("com.ocarlsen.test:mock-slf4j-impl:1.2.1")
'com.ocarlsen.test:mock-slf4j-impl:jar:1.2.1'
<dependency org="com.ocarlsen.test" name="mock-slf4j-impl" rev="1.2.1">
  <artifact name="mock-slf4j-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ocarlsen.test', module='mock-slf4j-impl', version='1.2.1')
)
libraryDependencies += "com.ocarlsen.test" % "mock-slf4j-impl" % "1.2.1"
[com.ocarlsen.test/mock-slf4j-impl "1.2.1"]

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.31
org.mockito : mockito-core jar 3.11.0
org.apache.commons : commons-lang3 jar 3.12.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-library jar 1.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0