Package goldengate.common.logging

Classes implementing logging facility

See:
          Description


Interface Summary
GgInternalLoggerInterface To enable detection of internal logger from Gg Common
 

Class Summary
GgInternalLogger Logger inspired from Netty implementation, adding some extra commands that allow to limit the overhead of some ignored logger calls (toString or string construction is called only if necessary).
GgInternalLoggerFactory Based on the Netty InternalLoggerFactory Based on The Netty Project (netty-dev@lists.jboss.org)
GgJdkLogger java.util.logging logger.
GgJdkLoggerFactory Logger factory which creates a java.util.logging logger.
GgSlf4JLogger Example of logger using SLF4J from LOGBACK
GgSlf4JLoggerFactory Example of logger factory using SLF4J from LOGBACK
 

Package goldengate.common.logging Description

Classes implementing logging facility



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