PTLog API - 1.0

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

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

public class FatalLogType
extends LogType

Log type to record fatal error.


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

Constructor Detail

FatalLogType

public FatalLogType()
Constructor.

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


PTLog API - 1.0