Uses of Class
com.applitools.eyes.logging.Type
-
Packages that use Type Package Description com.applitools.eyes com.applitools.eyes.logging com.applitools.utils -
-
Uses of Type in com.applitools.eyes
Methods in com.applitools.eyes with parameters of type Type Modifier and Type Method Description MessageLogger. createMessageFromLog(Set<String> testIds, Stage stage, Type type, org.apache.commons.lang3.tuple.Pair<String,?>... data)voidLogger. log(TraceLevel level, Stage stage, Type type, org.apache.commons.lang3.tuple.Pair<String,?>... data)voidLogger. log(TraceLevel level, String testId, Stage stage, Type type, String message)voidLogger. log(TraceLevel level, Set<String> testIds, Stage stage, Type type, String message)voidLogger. log(TraceLevel level, Set<String> testIds, Stage stage, Type type, org.apache.commons.lang3.tuple.Pair<String,?>... data)voidLogger. log(String testId, Stage stage, Type type, org.apache.commons.lang3.tuple.Pair<String,?>... data)voidLogger. log(Set<String> testIds, Stage stage, Type type, org.apache.commons.lang3.tuple.Pair<String,?>... data) -
Uses of Type in com.applitools.eyes.logging
Methods in com.applitools.eyes.logging that return Type Modifier and Type Method Description TypeMessage. getType()static TypeType. 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.Constructors in com.applitools.eyes.logging with parameters of type Type Constructor Description Message(String agentId, Stage stage, Type type, Set<String> testId, long threadId, String stackTrace, Map<String,Object> data) -
Uses of Type in com.applitools.utils
Methods in com.applitools.utils with parameters of type Type Modifier and Type Method Description static voidGeneralUtils. logExceptionStackTrace(Logger logger, Stage stage, Type type, Throwable ex, String... testIds)
-