io.bootique.logback.LogbackLevel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bootique-logback Show documentation
Show all versions of bootique-logback Show documentation
Provides Logback integration with Bootique
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