com.u2d.app
Class Tracing

java.lang.Object
  extended by com.u2d.app.Tracing

public class Tracing
extends java.lang.Object

Created by IntelliJ IDEA. User: eitan Date: Mar 25, 2006 Time: 8:37:02 PM So as not to confuse code "logging" (tracing) with the higher-level Logging of application events to database, i will use the term "tracing" instead


Field Summary
static java.lang.String JMATTER_LOGGER_NAME
           
 
Constructor Summary
Tracing()
           
 
Method Summary
static java.util.logging.Logger tracer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JMATTER_LOGGER_NAME

public static final java.lang.String JMATTER_LOGGER_NAME
See Also:
Constant Field Values
Constructor Detail

Tracing

public Tracing()
Method Detail

tracer

public static java.util.logging.Logger tracer()