com.applitools.eyes.LogHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eyes-common-java Show documentation
Show all versions of eyes-common-java Show documentation
Common code for Applitools Eyes Java SDK projects
package com.applitools.eyes;
/**
* Handles log messages produces by the Eyes API.
*/
public interface LogHandler {
public void open();
public void onMessage(boolean verbose, String logString);
public void close();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy