edu.jhu.ece.iacl.jist.utility
Class JistLogger

java.lang.Object
  extended by edu.jhu.ece.iacl.jist.utility.JistLogger

public class JistLogger
extends java.lang.Object


Field Summary
static int CONFIG
           
static int FINE
           
static int FINER
           
static int FINEST
           
static int INFO
           
static int INTENSIVE_I
           
static int INTENSIVE_II
           
static int INTENSIVE_III
           
static int PAD_MESSAGE_LENGTH
           
static int SEVERE
           
static int WARNING
           
 
Constructor Summary
JistLogger()
           
 
Method Summary
static void logError(int debugLevel, java.lang.String msg)
           
static void logFlush()
           
static void logMIPAVRegistry()
           
static void logOutput(int debugLevel, java.lang.String msg)
           
static java.lang.String padRight(java.lang.String s, int n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PAD_MESSAGE_LENGTH

public static final int PAD_MESSAGE_LENGTH
See Also:
Constant Field Values

SEVERE

public static final int SEVERE
See Also:
Constant Field Values

WARNING

public static final int WARNING
See Also:
Constant Field Values

INFO

public static final int INFO
See Also:
Constant Field Values

CONFIG

public static final int CONFIG
See Also:
Constant Field Values

FINE

public static final int FINE
See Also:
Constant Field Values

FINER

public static final int FINER
See Also:
Constant Field Values

FINEST

public static final int FINEST
See Also:
Constant Field Values

INTENSIVE_I

public static final int INTENSIVE_I
See Also:
Constant Field Values

INTENSIVE_II

public static final int INTENSIVE_II
See Also:
Constant Field Values

INTENSIVE_III

public static final int INTENSIVE_III
See Also:
Constant Field Values
Constructor Detail

JistLogger

public JistLogger()
Method Detail

logError

public static void logError(int debugLevel,
                            java.lang.String msg)

padRight

public static java.lang.String padRight(java.lang.String s,
                                        int n)

logOutput

public static void logOutput(int debugLevel,
                             java.lang.String msg)

logFlush

public static void logFlush()

logMIPAVRegistry

public static void logMIPAVRegistry()