Package | Description |
---|---|
org.testng | |
org.testng.internal | |
org.testng.log4testng | |
org.testng.reporters | |
org.testng.xml |
Modifier and Type | Field and Description |
---|---|
private static Logger |
TestClass.LOG |
private static Logger |
TestNG.LOGGER
This class' log4testng Logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logger |
Utils.LOG |
private static Logger |
PropertyUtils.LOGGER |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.Class,Logger> |
Logger.loggers
Map of all known loggers.
|
Modifier and Type | Method and Description |
---|---|
static Logger |
Logger.getLogger(java.lang.Class pClass)
Retrieve a logger named according to the value of the pClass.getName()
parameter.
|
Modifier and Type | Field and Description |
---|---|
private static Logger |
EmailableReporter.L |
private static Logger |
EmailableReporter2.LOG |
Modifier and Type | Field and Description |
---|---|
private static Logger |
LaunchSuite.LOGGER
This class's log4testng Logger.
|