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

aquality.selenium.logging.LogLevel Maven / Gradle / Ivy

There is a newer version: 4.9.0
Show newest version
package aquality.selenium.logging;

/**
 * Logging level for specific features, such as HTTP Exchange.
 */
public enum LogLevel {
    DEBUG,
    INFO,
    WARN,
    ERROR,
    FATAL
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy