| Constructor and Description |
|---|
TestNGSeleniumLogger() |
| Modifier and Type | Method and Description |
|---|---|
static void |
debug(String msg)
Logs output with a logging prefix (debug mode enabled only).
|
static void |
log(List<String> messages)
Logs a group of messages in a single buffered operation.
|
static void |
log(String msg)
Logs output with a logging prefix.
|
public static void debug(String msg)
msg - The message to log.Configpublic static void log(String msg)
msg - The message to log.ConfigCopyright © 2015. All rights reserved.