public class JavaUtilLoggingHelper extends Object
java.util.logging
messages to the Apache Commons Logging implementation.Modifier and Type | Class and Description |
---|---|
static class |
JavaUtilLoggingHelper.LogHandler |
Modifier and Type | Method and Description |
---|---|
static void |
redirectToApacheCommons()
Redirects
java.util.logging to Apache Commons Logging do not log below INFO level. |
static void |
redirectToApacheCommons(Level threshold)
Redirects
java.util.logging to Apache Commons Logging do not log below the threshold level. |
static void |
reset()
Resets
java.util.logging redirections. |
public static void redirectToApacheCommons()
java.util.logging
to Apache Commons Logging do not log below INFO level.public static void redirectToApacheCommons(Level threshold)
java.util.logging
to Apache Commons Logging do not log below the threshold level.public static void reset()
java.util.logging
redirections.Copyright © 2018 Nuxeo. All rights reserved.