| Package | Description |
|---|---|
| com.applitools.eyes | |
| com.applitools.eyes.logging | |
| com.applitools.utils |
| Modifier and Type | Method and Description |
|---|---|
Message |
Logger.createMessageFromLog(Set<String> testIds,
Stage stage,
Type type,
org.apache.commons.lang3.tuple.Pair<String,?>... data) |
void |
Logger.log(Set<String> testIds,
Stage stage,
Type type,
org.apache.commons.lang3.tuple.Pair<String,?>... data) |
void |
Logger.log(String testId,
Stage stage,
Type type,
org.apache.commons.lang3.tuple.Pair<String,?>... data) |
void |
Logger.log(TraceLevel level,
Set<String> testIds,
Stage stage,
Type type,
org.apache.commons.lang3.tuple.Pair<String,?>... data) |
void |
Logger.log(TraceLevel level,
Set<String> testIds,
Stage stage,
Type type,
String message) |
void |
Logger.log(TraceLevel level,
Stage stage,
Type type,
org.apache.commons.lang3.tuple.Pair<String,?>... data) |
void |
Logger.log(TraceLevel level,
String testId,
Stage stage,
Type type,
String message) |
| Modifier and Type | Method and Description |
|---|---|
Type |
Message.getType() |
static Type |
Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Message(String agentId,
Stage stage,
Type type,
Set<String> testId,
long threadId,
String stackTrace,
Map<String,Object> data) |
| Modifier and Type | Method and Description |
|---|---|
static void |
GeneralUtils.logExceptionStackTrace(Logger logger,
Stage stage,
Type type,
Throwable ex,
String... testIds) |
Copyright © 2023. All rights reserved.