Package org.apache.log

Examples of org.apache.log.Category


        throws Exception
    {
        String targetName = "velocity";
        String priority = "DEBUG";
               
        Category category = LogKit.createCategory(
            targetName, LogKit.getPriorityForName( priority ) );
       
        /*
         * Just create a FileOutputLogTarget, this is taken
         * from the SAR deployer in Avalon.
View Full Code Here


        throws Exception
    {
        String targetName = "velocity";
        String priority = "DEBUG";
               
        Category category = LogKit.createCategory(
            targetName, LogKit.getPriorityForName( priority ) );
       
        /*
         * Just create a FileOutputLogTarget, this is taken
         * from the SAR deployer in Avalon.
View Full Code Here

TOP

Related Classes of org.apache.log.Category

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.