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

io.bootique.logback.LogbackLevel Maven / Gradle / Ivy

There is a newer version: 3.0.M2
Show newest version
package io.bootique.logback;

/**
 * @since 0.13
 */
public enum LogbackLevel {

    // names must be in lowercase - LC is what we expect in YAML..
    off, error, warn, info, debug, trace, all
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy