Package org.apache.avalon.excalibur.logger

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


        {
            return getDefaultLogger();
        }
        else
        {
            return new Log4JLogger( m_hierarchy.getLogger( categoryName ) );
        }
    }
View Full Code Here


     * Return the default Logger.  This is basically the same
     * as getting the Logger for the "" category.
     */
    public Logger getDefaultLogger()
    {
        return new Log4JLogger( m_hierarchy.getRootLogger() );
    }
View Full Code Here

        {
            return getDefaultLogger();
        }
        else
        {
            return new Log4JLogger( m_hierarchy.getLogger( categoryName ) );
        }
    }
View Full Code Here

     * Return the default Logger.  This is basically the same
     * as getting the Logger for the "" category.
     */
    public Logger getDefaultLogger()
    {
        return new Log4JLogger( m_hierarchy.getRootLogger() );
    }
View Full Code Here

TOP

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

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.