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

org.optaplanner.benchmark.impl.result.LoggingLevel Maven / Gradle / Ivy

package org.optaplanner.benchmark.impl.result;

public enum LoggingLevel {

    OFF,
    ERROR,
    WARN,
    INFO,
    DEBUG,
    TRACE

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy