c

ctrl4testng

CTRL4TestNG provides an SLF4J Logger that can be used from any TestNG method tied to an ITestResult, namely Before, After, and Test annotations. Each separate method will have its own unique Logger and can be used with TestNG's parallel testing support making it clear which logs came from which method even when data-driven.
https://mfulton26.github.io/ctrl4testng/
The Apache Software License, Version 2.0
Mark Fulton
Files download
File Operation
ctrl4testng-1.1.jar download
ctrl4testng-1.1.pom download
ctrl4testng-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.mfulton26.ctrl4testng</groupId>
  <artifactId>ctrl4testng</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.mfulton26.ctrl4testng:ctrl4testng:1.1'
Gradle Kotlin
implementation("io.github.mfulton26.ctrl4testng:ctrl4testng:1.1")
Scala SBT
libraryDependencies += "io.github.mfulton26.ctrl4testng" % "ctrl4testng" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.mfulton26.ctrl4testng', module='ctrl4testng', version='1.1')
)
Apache Ivy
<dependency org="io.github.mfulton26.ctrl4testng" name="ctrl4testng" rev="1.1" />
Leiningen
[io.github.mfulton26.ctrl4testng/ctrl4testng "1.1"]
Apache Buildr
'io.github.mfulton26.ctrl4testng:ctrl4testng:jar:1.1'