com.applitools.eyes.NullLogHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eyes-sdk-java-jersey2x Show documentation
Show all versions of eyes-sdk-java-jersey2x Show documentation
Applitools Eyes SDK base for Java
package com.applitools.eyes;
/**
* Ignores all log messages.
*/
public class NullLogHandler implements LogHandler {
public void onMessage(boolean verbose, String logString) {}
public void open() {}
public void close() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy