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

com.getperka.cli.logging.model.Level Maven / Gradle / Ivy

There is a newer version: 1.18
Show newest version
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