goldengate.common.logging
Class GgInternalLoggerFactory
java.lang.Object
org.jboss.netty.logging.InternalLoggerFactory
goldengate.common.logging.GgInternalLoggerFactory
- All Implemented Interfaces:
- GgInternalLoggerInterface
public abstract class GgInternalLoggerFactory
- extends org.jboss.netty.logging.InternalLoggerFactory
- implements GgInternalLoggerInterface
Based on the Netty InternalLoggerFactory 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, newInstance, setDefaultFactory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GgInternalLoggerFactory
public GgInternalLoggerFactory()
getLogger
public static GgInternalLogger getLogger(Class<?> clazz)
- Parameters:
clazz
-
- Returns:
- the GgInternalLogger
Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.