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

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

There is a newer version: 2.57
Show newest version
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