is not current version
Last Version 2.0.0

Logback Appender for TestNG 1.3.4

This appender enables users to direct the Logback output from TestNG tests to the TestNG Reporter.

License

License

Categories

Categories

TestNG Unit Testing Logback Application Layer Libs Logging
GroupId

GroupId

com.github.sbabcoc
ArtifactId

ArtifactId

logback-testng
Version

Version

1.3.4
Type

Type

jar
Description

Description

Logback Appender for TestNG
This appender enables users to direct the Logback output from TestNG tests to the TestNG Reporter.
Project URL

Project URL

https://github.com/sbabcoc/logback-testng
Source Code Management

Source Code Management

https://github.com/sbabcoc/logback-testng/tree/master

Download logback-testng 1.3.4


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

Dependencies

compile (1)

Group / Artifact Type Version
ch.qos.logback : logback-core jar 1.2.5

provided (1)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.5

test (3)

Group / Artifact Type Version
org.testng : testng jar 6.10
junit : junit jar 4.13.2
ch.qos.logback : logback-core test-jar 1.2.5

Project Modules

There are no modules declared in this project.