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

org.redmine.ta.internal.logging.LogLevel Maven / Gradle / Ivy

Go to download

Free open-source Java API for Redmine and Chiliproject bug/task management systems.

There is a newer version: 1.10.0
Show newest version
package org.redmine.ta.internal.logging;

/**
 * Logging levels.
 *
 * @author Matthias Paul scholz
 */
public enum LogLevel {
    DEBUG, INFO, WARN, ERROR;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy