com.getperka.cli.logging.model.Level Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cli Show documentation
Show all versions of cli Show documentation
Utility code used by various Perka projects
package com.getperka.cli.logging.model;
/**
* Severity levels, inherited from the SLF4J design. The enum declaration
* order reflects the relative severity of the messages.
*/
@javax.annotation.Generated(value="org.jsonddl.generator.industrial.IndustrialDialect", date="2012-11-08T13:37:09")
public enum Level {
TRACE, DEBUG, INFO, WARN, ERROR;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy