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

com.github.markusbernhardt.xmldoclet.LoggingLevel Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package com.github.markusbernhardt.xmldoclet;

import org.slf4j.Logger;

public interface LoggingLevel {
	public void log(Logger log, String message);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy