public class KeywordLogger
Modifiers | Name | Description |
---|---|---|
static class |
KeywordLogger.KeywordStackElement |
Constructor and description |
---|
KeywordLogger
(String className) |
KeywordLogger
() |
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
close() |
|
public void |
endCalledTest(String name, Map<String, String> attributes) |
|
public void |
endKeyword(String name, Map<String, String> attributes, int nestedLevel) |
|
public void |
endKeyword(String name, String keywordType, Map<String, String> attributes, Stack<KeywordStackElement> keywordStack) |
|
public void |
endKeyword(String name, Map<String, String> attributes, Stack<KeywordStackElement> keywordStack) |
|
public void |
endListenerKeyword(String name, Map<String, String> attributes, Stack<KeywordStackElement> keywordStack) |
|
public void |
endSuite(String name, Map<String, String> attributes) |
|
public void |
endTest(String name, Map<String, String> attributes) |
|
public static KeywordLogger |
getInstance(Class<?> clazz) |
|
public String |
getLogFolderPath() |
|
public boolean |
isDebugEnabled() |
|
public boolean |
isInfoEnabled() |
|
public void |
logDebug(String message) |
|
public void |
logError(String message, Map<String, String> attributes, Throwable throwable) |
|
public void |
logError(String message, Map<String, String> attributes, Throwable throwable, boolean isKeyword) |
|
public void |
logError(String message) |
|
public void |
logError(String message, Map<String, String> attributes) |
|
public void |
logFailed(String message) |
|
public void |
logFailed(String message, Map<String, String> attributes, Throwable throwable) |
|
public void |
logFailed(String message, Map<String, String> attributes) |
|
public void |
logInfo(String message) |
|
public void |
logInfo(String message, Map<String, String> attributes) |
|
public void |
logInfoCenter(String message) |
|
public void |
logInfoCenter(String message, int lineLength) |
|
public void |
logInfoHighlight(String message) |
|
public void |
logMessage(LogLevel level, String message) |
|
public void |
logMessage(LogLevel level, String message, Map<String, String> attributes) |
|
public void |
logMessage(LogLevel level, String message, Throwable thrown) |
|
public void |
logNotRun(String message) |
|
public void |
logNotRun(String message, Map<String, String> attributes) |
|
public void |
logPassed(String message) |
|
public void |
logPassed(String message, Map<String, String> attributes) |
|
public void |
logPassed(String message, Map<String, String> attributes, boolean isKeyword) |
|
public void |
logRunData(String dataKey, String dataValue) |
|
public void |
logSkipped(String message) |
|
public void |
logWarning(String message) |
|
public void |
logWarning(String message, Map<String, String> attributes, Throwable throwable) |
|
public void |
logWarning(String message, Map<String, String> attributes, Throwable throwable, boolean isKeyword) |
|
public void |
logWarning(String message, Map<String, String> attributes) |
|
public void |
setPendingDescription(String stepDescription) |
|
public void |
startCalledTest(String name, Map<String, String> attributes, Stack<KeywordStackElement> keywordStack) |
|
public void |
startKeyword(String name, String actionType, Map<String, String> attributes, Stack<KeywordStackElement> keywordStack) |
|
public void |
startKeyword(String name, Map<String, String> attributes, Stack<KeywordStackElement> keywordStack) |
|
public void |
startKeyword(String name, Map<String, String> attributes, int nestedLevel) |
|
public void |
startListenerKeyword(String name, Map<String, String> attributes, Stack<KeywordStackElement> keywordStack) |
|
public void |
startSuite(String name, Map<String, String> attributes) |
|
public void |
startTest(String name, Map<String, String> attributes, Stack<KeywordStackElement> keywordStack) |