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

Quick Search    Search Deep

org.dinopolis.util.debug: Javadoc index of package org.dinopolis.util.debug.


Package Samples:

org.dinopolis.util.debug

Classes:

Debug: Debug helps the programmer to print various debug messages. If this class is only used by the getInstance 55 method, it can be used as a singleton. So the instance of this class must not known everywhere in the source code. An easier way to use it, is the usage of the class org.dinopolis.util.Debug which is a static frontend for this class. For a detailed description of the Debug class see the javadoc of org.dinopolis.util.Debug .
DebugMessageFormatObject: This class is the baseclass for all objects responsible for the formatting of the Debug message. As these objects are created by a factory, all subclasses must be named "DebugMessageFORMATSTRING" (formatstring in uppercase).
DebugMessageDIFFMILLISECONDS: This class is chosen by the DebugMessageFactory depending on the token used in the message format. This implementation returns the time difference since the last debug message was printed in milliseconds.
DebugMessageTHREADGROUP: This class is chosen by the DebugMessageFactory depending on the token used in the message format. This implementation returns the name of the threadgroup of the current thread.
DebugMessageTHREAD: This class is chosen by the DebugMessageFactory depending on the token used in the message format. This implementation returns the string representation of the current thread.
DebugMessageMILLISECONDS: This class is chosen by the DebugMessageFactory depending on the token used in the message format. This implementation returns the current time in milliseconds.
DebugMessageTHREADNAME: This class is chosen by the DebugMessageFactory depending on the token used in the message format. This implementation returns the name of the current thread.
DebugMessageMESSAGE: This class is chosen by the DebugMessageFactory depending on the token used in the message format. This implementation returns the debug message itself.
DebugMessageDATE: This class is chosen by the DebugMessageFactory depending on the token used in the message format. This implementation returns the current date/time.
DebugMessageLEVEL: This class is chosen by the DebugMessageFactory depending on the token used in the message format. This implementation returns the debug level.
DebugMessageSTACKTRACE: This class is chosen by the DebugMessageFactory depending on the token used in the message format. This implementation returns a stacktrace.
DebugMessageSTACKTRACELINE: This class is chosen by the DebugMessageFactory depending on the token used in the message format. This implementation returns a stacktrace.
Timer: Timer is used to measure time differences. It is mainly used by the Debug class.
DebugMessageFormatFactory: This class is responsible for creating the parts of the message format.

Home | Contact Us | Privacy Policy | Terms of Service