Package org.eclipse.ecf.internal.core.identity

Examples of org.eclipse.ecf.internal.core.identity.Activator.log()


  }

  protected void logWarning(Throwable exception) {
    Activator a = Activator.getDefault();
    if (a != null)
      a.log(new Status(IStatus.WARNING, Activator.PLUGIN_ID,
          IStatus.WARNING, "Warning: code cannot be run", exception)); //$NON-NLS-1$
  }

  public void run() throws Exception {
    try {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.