Examples of LogServiceManager


Examples of org.eclipse.equinox.log.internal.LogServiceManager

    } else {
      perfWriter = new EclipseLogWriter((Writer) null, PERF_LOGGER_NAME, true);
    }
    if ("true".equals(FrameworkProperties.getProperty(EclipseStarter.PROP_CONSOLE_LOG))) //$NON-NLS-1$
      logWriter.setConsoleLog(true);
    logServiceManager = new LogServiceManager(logWriter, perfWriter);
    eclipseLogFactory = new EclipseLogFactory(logWriter, logServiceManager);

  }
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.