Examples of MCTLogger


Examples of gov.nasa.arc.mct.util.logging.MCTLogger

   *            the awt thread hangs in main program
   * @return LogAlert instance
   */
  public static LogAlert getAlerter(java.lang.Class<?> c, boolean fork) {

    MCTLogger logger = MCTLogger.getLogger(c);
    return new LogAlert(logger, fork);
  }
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.