Xenei JUnit Recording Log Appender

A log4j logging appender that records the logging events for later testing. Used in junit tests to verify that messages have been written to the log.

License

License

Categories

Categories

JUnit Unit Testing Logging Application Layer Libs
GroupId

GroupId

org.xenei.logging
ArtifactId

ArtifactId

junit-recording-logger
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Xenei JUnit Recording Log Appender
A log4j logging appender that records the logging events for later testing. Used in junit tests to verify that messages have been written to the log.
Project Organization

Project Organization

XENEI.com

Download junit-recording-logger

How to add to project

<!-- https://jarcasting.com/artifacts/org.xenei.logging/junit-recording-logger/ -->
<dependency>
    <groupId>org.xenei.logging</groupId>
    <artifactId>junit-recording-logger</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.xenei.logging/junit-recording-logger/
implementation 'org.xenei.logging:junit-recording-logger:1.0.0'
// https://jarcasting.com/artifacts/org.xenei.logging/junit-recording-logger/
implementation ("org.xenei.logging:junit-recording-logger:1.0.0")
'org.xenei.logging:junit-recording-logger:jar:1.0.0'
<dependency org="org.xenei.logging" name="junit-recording-logger" rev="1.0.0">
  <artifact name="junit-recording-logger" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xenei.logging', module='junit-recording-logger', version='1.0.0')
)
libraryDependencies += "org.xenei.logging" % "junit-recording-logger" % "1.0.0"
[org.xenei.logging/junit-recording-logger "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
log4j : log4j jar 1.2.17
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0