Class LogUtils

java.lang.Object
edu.cmu.tetrad.util.LogUtils

public class LogUtils extends Object
Sets up streams for logging via the Java logging API. To add a stream to the logging, call addStream(stream, level). The formatter will be a simple formatter that outputs the text of the logging messages only. To remove the stream, call removeStream(stream).
Version:
$Id: $Id
Author:
josephramsey