openllet.shared.tools.Logging Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openllet-functions Show documentation
Show all versions of openllet-functions Show documentation
Openllet management of abstracts functions
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