PTLog API - 1.0

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

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

public class ConfigLogType
extends LogType

Log type to record configuration at runtime.


Field Summary
static ConfigLogType INSTANCE
          For convenience access to instance of this class.
 
Constructor Summary
ConfigLogType()
          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 ConfigLogType INSTANCE
For convenience access to instance of this class.

Constructor Detail

ConfigLogType

public ConfigLogType()
Constructor.

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


PTLog API - 1.0