massim.framework.util
Class DebugLog

java.lang.Object
  extended by massim.framework.util.DebugLog

public class DebugLog
extends java.lang.Object


Field Summary
static int LOGLEVEL_CRITICAL
           
static int LOGLEVEL_DEBUG
           
static int LOGLEVEL_ERROR
           
static int LOGLEVEL_NORMAL
           
static java.io.OutputStream os_critical
           
static java.io.OutputStream os_debug
           
static java.io.OutputStream os_error
           
static java.io.OutputStream os_normal
           
static int thresholdcritical
           
static int thresholddebug
           
static int thresholderror
           
static int thresholdnormal
           
 
Constructor Summary
DebugLog()
           
 
Method Summary
static void log(int type)
           
static void log(int type, java.lang.String s)
           
static void setLogLevel(java.lang.String debugLevel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGLEVEL_CRITICAL

public static final int LOGLEVEL_CRITICAL
See Also:
Constant Field Values

LOGLEVEL_ERROR

public static final int LOGLEVEL_ERROR
See Also:
Constant Field Values

LOGLEVEL_NORMAL

public static final int LOGLEVEL_NORMAL
See Also:
Constant Field Values

LOGLEVEL_DEBUG

public static final int LOGLEVEL_DEBUG
See Also:
Constant Field Values

os_critical

public static java.io.OutputStream os_critical

os_error

public static java.io.OutputStream os_error

os_normal

public static java.io.OutputStream os_normal

os_debug

public static java.io.OutputStream os_debug

thresholdcritical

public static int thresholdcritical

thresholderror

public static int thresholderror

thresholdnormal

public static int thresholdnormal

thresholddebug

public static int thresholddebug
Constructor Detail

DebugLog

public DebugLog()
Method Detail

log

public static void log(int type)

log

public static void log(int type,
                       java.lang.String s)

setLogLevel

public static void setLogLevel(java.lang.String debugLevel)


Copyright © 2011. All Rights Reserved.