Nuxeo Enterprise Platform 5.4

org.nuxeo.common.logging
Class JavaUtilLoggingHelper

java.lang.Object
  extended by org.nuxeo.common.logging.JavaUtilLoggingHelper

public class JavaUtilLoggingHelper
extends java.lang.Object

Helper that can redirect all java.util.logging messages to the Apache Commons Logging implementation.

Author:
Florent Guillaume

Nested Class Summary
static class JavaUtilLoggingHelper.LogHandler
           
 
Method Summary
static void redirectToApacheCommons()
          Redirects java.util.logging to Apache Commons Logging
static void reset()
          Resets java.util.logging redirections.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

redirectToApacheCommons

public static void redirectToApacheCommons()
Redirects java.util.logging to Apache Commons Logging


reset

public static void reset()
Resets java.util.logging redirections.


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.