Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.dinopolis.util.debug.DebugMessageFormatObject

Uses of DebugMessageFormatObject in org.dinopolis.util.debug
 

Subclasses of DebugMessageFormatObject in org.dinopolis.util.debug
 class DebugMessageDATE
          This class is chosen by the DebugMessageFactory depending on the token used in the message format.
 class DebugMessageDIFFMILLISECONDS
          This class is chosen by the DebugMessageFactory depending on the token used in the message format.
 class DebugMessageLEVEL
          This class is chosen by the DebugMessageFactory depending on the token used in the message format.
 class DebugMessageMESSAGE
          This class is chosen by the DebugMessageFactory depending on the token used in the message format.
 class DebugMessageMILLISECONDS
          This class is chosen by the DebugMessageFactory depending on the token used in the message format.
 class DebugMessageSTACKTRACE
          This class is chosen by the DebugMessageFactory depending on the token used in the message format.
 class DebugMessageSTACKTRACELINE
          This class is chosen by the DebugMessageFactory depending on the token used in the message format.
 class DebugMessageTHREAD
          This class is chosen by the DebugMessageFactory depending on the token used in the message format.
 class DebugMessageTHREADGROUP
          This class is chosen by the DebugMessageFactory depending on the token used in the message format.
 class DebugMessageTHREADNAME
          This class is chosen by the DebugMessageFactory depending on the token used in the message format.
 

Methods in org.dinopolis.util.debug that return DebugMessageFormatObject
static DebugMessageFormatObject DebugMessageFormatFactory.getMessageFormatObject(java.lang.String name)
          Returns a new object of the specified DebugMessage.