All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.applitools.eyes.LogHandler Maven / Gradle / Ivy

There is a newer version: 5.0.0
Show newest version
package com.applitools.eyes;

/**
 * Handles log messages produces by the Eyes API.
 */
public interface LogHandler {
    void open();
    void onMessage(boolean verbose, String logString);
    void close();

    boolean isOpen();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy