Package com.google.gwt.thirdparty.org.apache.catalina

Examples of com.google.gwt.thirdparty.org.apache.catalina.Logger


    String adapterClassName = CommonsLoggerAdapter.class.getName();
    System.setProperty("com.google.gwt.thirdparty.org.apache.commons.logging.Log", adapterClassName);

    // And set up an adapter that will work with the Catalina logger family.
    //
    Logger catalinaLogger = new CatalinaLoggerAdapter(topLogger);

    // Create an embedded server.
    //
    catEmbedded = new Embedded();
    catEmbedded.setDebug(0);
View Full Code Here

TOP

Related Classes of com.google.gwt.thirdparty.org.apache.catalina.Logger

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.