Uses of Class
com.applitools.eyes.Logger
-
Packages that use Logger Package Description com.applitools.connectivity.api com.applitools.eyes com.applitools.utils -
-
Uses of Logger in com.applitools.connectivity.api
Fields in com.applitools.connectivity.api declared as Logger Modifier and Type Field Description protected LoggerAsyncRequest. loggerprotected LoggerConnectivityTarget. loggerprotected LoggerHttpClient. loggerprotected LoggerRequest. loggerprotected LoggerResponse. loggerMethods in com.applitools.connectivity.api that return Logger Modifier and Type Method Description LoggerHttpClient. getLogger()Methods in com.applitools.connectivity.api with parameters of type Logger Modifier and Type Method Description voidHttpClient. setLogger(Logger logger)Constructors in com.applitools.connectivity.api with parameters of type Logger Constructor Description AbstractAsyncCallback(Logger logger, TaskListener<T> listener)AsyncRequest(Logger logger)ConnectivityTarget(Logger logger)HttpClient(Logger logger, int timeout, AbstractProxySettings abstractProxySettings)Request(Logger logger)Response(Logger logger) -
Uses of Logger in com.applitools.eyes
Methods in com.applitools.eyes with parameters of type Logger Modifier and Type Method Description SubregionForStitching[]Region. getSubRegions(RectangleSize maxSubRegionSize, int logicalOverlap, double l2pScaleRatio, Rectangle physicalRectInScreenshot, Logger logger)Constructors in com.applitools.eyes with parameters of type Logger Constructor Description SyncTaskListener(Logger logger)SyncTaskListener(Logger logger, String id) -
Uses of Logger in com.applitools.utils
Methods in com.applitools.utils with parameters of type Logger Modifier and Type Method Description static 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 Constructor Description EyesSyncObject(Logger logger, String id)
-