goldengate.common.logging
Class GgJdkLoggerFactory
java.lang.Object
org.jboss.netty.logging.InternalLoggerFactory
org.jboss.netty.logging.JdkLoggerFactory
goldengate.common.logging.GgJdkLoggerFactory
- All Implemented Interfaces:
- GgInternalLoggerInterface
public class GgJdkLoggerFactory
- extends org.jboss.netty.logging.JdkLoggerFactory
- implements GgInternalLoggerInterface
Logger factory which creates a java.util.logging logger.
Based on The Netty Project (netty-dev@lists.jboss.org)
- Author:
- Trustin Lee (tlee@redhat.com), Frederic Bregier
Methods inherited from class org.jboss.netty.logging.InternalLoggerFactory |
getDefaultFactory, getInstance, getInstance, setDefaultFactory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GgJdkLoggerFactory
public GgJdkLoggerFactory(Level level)
- Parameters:
level
-
newInstance
public org.jboss.netty.logging.InternalLogger newInstance(String name)
- Overrides:
newInstance
in class org.jboss.netty.logging.JdkLoggerFactory
Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.