netP5
Class Logger

java.lang.Object
  extended by netP5.Logger

public class Logger
extends Object


Field Summary
static int ALL
           
static int DEBUG
           
static int ERROR
           
static int[] flags
           
static int INFO
           
static int OFF
           
static int ON
           
static int PROCESS
           
static int WARNING
           
 
Constructor Summary
Logger()
           
 
Method Summary
static String getTime()
           
static void print(String theMsg)
           
static void printBytes(byte[] byteArray)
           
static void printDebug(String theLocation, String theMsg)
           
static void printError(String theLocation, String theMsg)
           
static void printInfo(String theLocation, String theMsg)
           
static void println(String theMsg)
           
static void printProcess(String theLocation, String theMsg)
           
static void printWarning(String theLocation, String theMsg)
           
static void set(int theIndex, int theValue)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ON

public static final int ON
See Also:
Constant Field Values

OFF

public static final int OFF
See Also:
Constant Field Values

ERROR

public static final int ERROR
See Also:
Constant Field Values

WARNING

public static final int WARNING
See Also:
Constant Field Values

PROCESS

public static final int PROCESS
See Also:
Constant Field Values

INFO

public static final int INFO
See Also:
Constant Field Values

DEBUG

public static final int DEBUG
See Also:
Constant Field Values

ALL

public static final int ALL
See Also:
Constant Field Values

flags

public static int[] flags
Constructor Detail

Logger

public Logger()
Method Detail

set

public static void set(int theIndex,
                       int theValue)

printError

public static void printError(String theLocation,
                              String theMsg)

printProcess

public static void printProcess(String theLocation,
                                String theMsg)

printWarning

public static void printWarning(String theLocation,
                                String theMsg)

printInfo

public static void printInfo(String theLocation,
                             String theMsg)

printDebug

public static void printDebug(String theLocation,
                              String theMsg)

print

public static void print(String theMsg)

println

public static void println(String theMsg)

printBytes

public static void printBytes(byte[] byteArray)

getTime

public static String getTime()


processing library oscP5 by Andreas Schlegel. (c) 2004-2011