Package org.olat.core.logging

Examples of org.olat.core.logging.JavaScriptTracingController


      developmentC = wbo.createDevelopmentController(ureq, getWindowControl());
      mainvc.put("development", developmentC.getInitialComponent());
    }
   
    // attach AJAX javascript console
    jsLoggerC = new JavaScriptTracingController(ureq, getWindowControl());
    // the js logger provides only a header element, nevertheless we need to
    // put it into the main velocity container.
    mainvc.put("jsLoggerC", jsLoggerC.getInitialComponent());
   
    //put the globals path like "/olat/classpath/61x/" into the main win, used for some dynamic injected js libs like jsMath
View Full Code Here

TOP

Related Classes of org.olat.core.logging.JavaScriptTracingController

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.