Package org.apache.commons.transaction.util

Examples of org.apache.commons.transaction.util.CommonsLoggingLogger


       
        if ( loggerFacade == null )
        {
            log.info( "Using commons logging logger facade" );
            Log targetLogger = LogFactory.getLog( FileResourceManager.class );
            loggerFacade = new CommonsLoggingLogger( targetLogger );
        }

        super.afterPropertiesSet();

        log.info( "LoggerFacade: " + loggerFacade );
View Full Code Here

TOP

Related Classes of org.apache.commons.transaction.util.CommonsLoggingLogger

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.