cs.arizona.util
Class TauLogger

java.lang.Object
  extended by cs.arizona.util.TauLogger

public class TauLogger
extends java.lang.Object

Author:
Stephen W. Thomas Class to output debugging information in a standard, easy way. Example use in code: TauLogger.logger.info("My error message!"); Output in console: INFO [cs.arizona.tau.xml.Primitives::glueItemsFromTwoVersions] My error message!

Field Summary
static org.apache.log4j.Logger logger
           
 
Constructor Summary
TauLogger()
           
 
Method Summary
static void init()
           
static void setLevel(int l)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static org.apache.log4j.Logger logger
Constructor Detail

TauLogger

public TauLogger()
Method Detail

init

public static void init()

setLevel

public static void setLevel(int l)