Package org.objectstyle.wolips.baseforplugins.logging

Examples of org.objectstyle.wolips.baseforplugins.logging.PluginLogger


   * org.osgi.framework.BundleActivator#start(org.osgi.framework.BundleContext
   * )
   */
  public void start(BundleContext context) throws Exception {
    super.start(context);
    this.pluginLogger = new PluginLogger(JdtPlugin.PLUGIN_ID, false);
  }
View Full Code Here


   *
   * @see org.osgi.framework.BundleActivator#start(org.osgi.framework.BundleContext)
   */
  public void start(BundleContext context) throws Exception {
    super.start(context);
    this.pluginLogger = new PluginLogger(TemplateEnginePlugin.PLUGIN_ID, false);
  }
View Full Code Here

TOP

Related Classes of org.objectstyle.wolips.baseforplugins.logging.PluginLogger

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.