Uses of Class
com.applitools.eyes.LogHandler
Packages that use LogHandler
-
Uses of LogHandler in com.applitools.eyes
Subclasses of LogHandler in com.applitools.eyesModifier and TypeClassDescriptionclassWrites log messages to a file.classclassIgnores all log messages.classWrites log messages to the standard output stream.Methods in com.applitools.eyes that return LogHandlerMethods in com.applitools.eyes with parameters of type LogHandlerModifier and TypeMethodDescriptionvoidMultiLogHandler.addLogHandler(LogHandler logHandler) voidLogger.setLogHandler(LogHandler handler) Sets the log handler.Constructors in com.applitools.eyes with parameters of type LogHandlerModifierConstructorDescriptionLogger(LogHandler handler) MultiLogHandler(LogHandler... logHandlers)