kz.greetgo.logging.structure.model.Level Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of greetgo-logging-structure Show documentation
Show all versions of greetgo-logging-structure Show documentation
Logging mechanism using in greetgo!
package kz.greetgo.logging.structure.model;
public enum Level {
OFF, FATAL, ERROR, WARN, INFO, DEBUG, TRACE,
}