Package org.apache.avalon.excalibur.logger

Examples of org.apache.avalon.excalibur.logger.LoggerLoggerManager


        }

        final CocoonComponentManager manager = new CocoonComponentManager(this.parentManager);

        manager.enableLogging(getLogger());
        manager.setLoggerManager(new LoggerLoggerManager( getLogger()));

        if (null != this.context ) {
            manager.contextualize(this.context);
        }
View Full Code Here

TOP

Related Classes of org.apache.avalon.excalibur.logger.LoggerLoggerManager

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.