com.danidemi.jlubricant.slf4j.Logger Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jlubricant-slf4j Show documentation
Show all versions of jlubricant-slf4j Show documentation
JLubricant extensions for slf4j
The newest version!
package com.danidemi.jlubricant.slf4j;
public interface Logger extends org.slf4j.Logger {
public static final Level ERROR = new Error();
public static final Level WARN = new Warn();
public static final Level INFO = new Info();
public static final Level DEBUG = new Debug();
public static final Level TRACE = new Trace();
}