java.lang.Object
org.apache.jena.atlas.logging.LogCtlJUL
java.util.logging specific code.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidnoOutputJUL(Runnable action, String loggerName) Suppress messages on a specific logger for the duration of aRunnable.static voidRoute JUL to SLF4J.static voidsetJavaLogging(String file) static void
-
Field Details
-
JUL_LOGGING
-
-
Method Details
-
setJavaLogging
-
setJavaLoggingDft
public static void setJavaLoggingDft() -
noOutputJUL
Suppress messages on a specific logger for the duration of aRunnable. (jul-to-slf4j does not catch loggers created before it is active). -
routeJULtoSLF4J
public static void routeJULtoSLF4J()Route JUL to SLF4J. Do not include org.slf4j:slf4j-jdk14.
-