Uses of Class
com.applitools.eyes.Logger
Packages that use Logger
-
Uses of Logger in com.applitools.connectivity.api
Fields in com.applitools.connectivity.api declared as LoggerModifier and TypeFieldDescriptionprotected LoggerAsyncRequest.loggerprotected LoggerConnectivityTarget.loggerprotected LoggerHttpClient.loggerprotected LoggerRequest.loggerprotected LoggerResponse.loggerMethods in com.applitools.connectivity.api that return LoggerMethods in com.applitools.connectivity.api with parameters of type LoggerConstructors in com.applitools.connectivity.api with parameters of type LoggerModifierConstructorDescriptionAbstractAsyncCallback(Logger logger, TaskListener<T> listener) AsyncRequest(Logger logger) ConnectivityTarget(Logger logger) HttpClient(Logger logger, int timeout, AbstractProxySettings abstractProxySettings) -
Uses of Logger in com.applitools.eyes
Methods in com.applitools.eyes with parameters of type LoggerModifier and TypeMethodDescriptionRegion.getSubRegions(RectangleSize maxSubRegionSize, int logicalOverlap, double l2pScaleRatio, Rectangle physicalRectInScreenshot, Logger logger) Constructors in com.applitools.eyes with parameters of type LoggerModifierConstructorDescriptionSyncTaskListener(Logger logger) SyncTaskListener(Logger logger, String id) -
Uses of Logger in com.applitools.utils
Methods in com.applitools.utils with parameters of type LoggerModifier and TypeMethodDescriptionstatic voidGeneralUtils.logExceptionStackTrace(Logger logger, Stage stage, Type type, Throwable ex, String... testIds) static voidGeneralUtils.logExceptionStackTrace(Logger logger, Stage stage, Throwable ex, String... testIds) static voidGeneralUtils.tryRunTaskWithRetry(EyesRunnable task, long retryTimeoutSeconds, long sleepTimeBetweenRetiesMS, String errorMessageOnTimeout, Logger logger) Constructors in com.applitools.utils with parameters of type Logger