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

openllet.shared.tools.Logging Maven / Gradle / Ivy

There is a newer version: 2.6.5
Show newest version
package openllet.shared.tools;

import java.util.logging.Logger;

public interface Logging
{
	public Logger getLogger();

	default org.slf4j.Logger logger()
	{
		return Log.toSlf4j(getLogger());
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy