Package org.apache.avalon.framework.logger

Examples of org.apache.avalon.framework.logger.NullLogger


            m_threadPool.setKeepAliveTime( m_keepAliveTime );
        }

        if( null == getLogger() )
        {
            this.enableLogging( new NullLogger() );
        }

        setExecutor( m_threadPool );

        super.initialize();
View Full Code Here

TOP

Related Classes of org.apache.avalon.framework.logger.NullLogger

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.