edu.buffalo.fs7.mathlib
Class LOG

java.lang.Object
  |
  +--edu.buffalo.fs7.mathlib.LOG

public class LOG
extends java.lang.Object


Field Summary
static boolean errorFlag
           
protected static javax.swing.JTextArea output
           
 
Constructor Summary
LOG()
           
 
Method Summary
static void ERROR(java.lang.String expression, java.lang.String msg, int pos)
           
static int getDebuglevel()
           
static void LOG(int level, java.lang.String str)
           
static void reset()
           
static void setDebuglevel(int newDebuglevel)
           
static void setOutputArea(javax.swing.JTextArea newOutput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorFlag

public static boolean errorFlag

output

protected static javax.swing.JTextArea output
Constructor Detail

LOG

public LOG()
Method Detail

LOG

public static void LOG(int level,
                       java.lang.String str)

ERROR

public static void ERROR(java.lang.String expression,
                         java.lang.String msg,
                         int pos)

reset

public static void reset()

setDebuglevel

public static void setDebuglevel(int newDebuglevel)

getDebuglevel

public static int getDebuglevel()

setOutputArea

public static void setOutputArea(javax.swing.JTextArea newOutput)