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

net.thucydides.core.logging.LoggingLevel Maven / Gradle / Ivy

package net.thucydides.core.logging;

public enum LoggingLevel {
    /**
     * No Thucydides logging at all.
     */
    QUIET,
    /**
     * Log the start and end of tests.
     */
    NORMAL,
    /**
     * Log the start and end of tests and test steps.
     */
    VERBOSE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy