Last Version

dreadlogs 0.1

A Java library for testing logs. It supports most commonly used logging libraries, namely log4j, Logback and Java logging framework (JUL = java.util.logging). It's aimed for unit testing (TDD) but could also be used in integration and functional tests as long as they run in the same JVM as the system under test.

License

License

GroupId

GroupId

me.lorenc.dreadlogs
ArtifactId

ArtifactId

dreadlogs
Version

Version

0.1
Type

Type

jar
Description

Description

dreadlogs
A Java library for testing logs. It supports most commonly used logging libraries, namely log4j, Logback and Java logging framework (JUL = java.util.logging). It's aimed for unit testing (TDD) but could also be used in integration and functional tests as long as they run in the same JVM as the system under test.
Project URL

Project URL

https://github.com/d-lorenc/dread-logs
Source Code Management

Source Code Management

http://github.com/d-lorenc/dread-logs

Download dreadlogs 0.1


<!-- https://jarcasting.com/artifacts/me.lorenc.dreadlogs/dreadlogs/ -->
<dependency>
    <groupId>me.lorenc.dreadlogs</groupId>
    <artifactId>dreadlogs</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.lorenc.dreadlogs/dreadlogs/
implementation 'me.lorenc.dreadlogs:dreadlogs:0.1'
// https://jarcasting.com/artifacts/me.lorenc.dreadlogs/dreadlogs/
implementation ("me.lorenc.dreadlogs:dreadlogs:0.1")
'me.lorenc.dreadlogs:dreadlogs:jar:0.1'
<dependency org="me.lorenc.dreadlogs" name="dreadlogs" rev="0.1">
  <artifact name="dreadlogs" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.lorenc.dreadlogs', module='dreadlogs', version='0.1')
)
libraryDependencies += "me.lorenc.dreadlogs" % "dreadlogs" % "0.1"
[me.lorenc.dreadlogs/dreadlogs "0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.hamcrest : hamcrest-all jar 1.3

provided (2)

Group / Artifact Type Version
log4j : log4j jar 1.2.17
ch.qos.logback : logback-classic jar 1.1.2

test (4)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5
org.powermock : powermock-api-mockito jar 1.5.4
org.powermock : powermock-module-junit4 jar 1.5.4

Project Modules

There are no modules declared in this project.