Package com.jfinal.log

Examples of com.jfinal.log.Log4jLoggerFactory


    @Override
    public void configConstant(Constants me) {
        me.setEncoding("utf-8");
        me.setDevMode(true);
        me.setLoggerFactory(new Log4jLoggerFactory());
        // me.setLoggerFactory(new LogbackLoggerFactory());
    }
View Full Code Here


    }

    @Override
    public void configConstant(Constants me) {
        me.setDevMode(true);
        me.setLoggerFactory(new Log4jLoggerFactory());
    }
View Full Code Here

TOP

Related Classes of com.jfinal.log.Log4jLoggerFactory

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.