goldengate.common.logging
Class GgJdkLoggerFactory

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

Constructor Summary
GgJdkLoggerFactory(Level level)
           
 
Method Summary
 org.jboss.netty.logging.InternalLogger newInstance(String name)
           
 
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
 

Constructor Detail

GgJdkLoggerFactory

public GgJdkLoggerFactory(Level level)
Parameters:
level -
Method Detail

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.