goldengate.common.logging
Class GgInternalLoggerFactory

java.lang.Object
  extended by org.jboss.netty.logging.InternalLoggerFactory
      extended by 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

Constructor Summary
GgInternalLoggerFactory()
           
 
Method Summary
static GgInternalLogger getLogger(Class<?> clazz)
           
 
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
 

Constructor Detail

GgInternalLoggerFactory

public GgInternalLoggerFactory()
Method Detail

getLogger

public static GgInternalLogger getLogger(Class<?> clazz)
Parameters:
clazz -
Returns:
the GgInternalLogger


Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.