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

com.danidemi.jlubricant.slf4j.Logger Maven / Gradle / Ivy

There is a newer version: 0.0.15
Show 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();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy