org.alcibiade.asciiart.slf4j.Level Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of asciiart-slf4j Show documentation
Show all versions of asciiart-slf4j Show documentation
Ascii Art Bindings allowing to use SLF4j logger wrappers.
package org.alcibiade.asciiart.slf4j;
public enum Level {
TRACE, DEBUG, INFO, WARN, ERROR;
}