PTLog API - 1.0

jp.ne.dti.lares.foozy.ptlog
Class TraceLogType

java.lang.Object
  extended byjp.ne.dti.lares.foozy.ptlog.LogType
      extended byjp.ne.dti.lares.foozy.ptlog.TraceLogType

public class TraceLogType
extends LogType

Log type to record trace at runtime.


Field Summary
static TraceLogType INSTANCE
          For convenience access to instance of this class.
 
Constructor Summary
TraceLogType()
          Constructor.
 
Methods inherited from class jp.ne.dti.lares.foozy.ptlog.LogType
equals, getCategory, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final TraceLogType INSTANCE
For convenience access to instance of this class.

Constructor Detail

TraceLogType

public TraceLogType()
Constructor.

For resource efficiency please use INSTANCE instead of NEW-ing, except of invocation from derived classes.


PTLog API - 1.0