|
|||||||||
| Home >> All >> org >> dinopolis >> util >> [ debug overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.dinopolis.util.debug
Class DebugMessageLEVEL

java.lang.Objectorg.dinopolis.util.debug.DebugMessageFormatObject
org.dinopolis.util.debug.DebugMessageLEVEL
- public class DebugMessageLEVEL
- extends DebugMessageFormatObject
This class is chosen by the DebugMessageFactory depending on the token used in the message format. This implementation returns the debug level.
| Constructor Summary | |
DebugMessageLEVEL()
|
|
| Method Summary | |
java.lang.String |
getEvaluatedKeyword(java.lang.String level,
java.lang.String debug_message,
Debug debug_instance)
This implementation returns the debug level. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
DebugMessageLEVEL
public DebugMessageLEVEL()
| Method Detail |
getEvaluatedKeyword
public java.lang.String getEvaluatedKeyword(java.lang.String level, java.lang.String debug_message, Debug debug_instance)
- This implementation returns the debug level.
- Specified by:
getEvaluatedKeywordin classDebugMessageFormatObject
|
|||||||||
| Home >> All >> org >> dinopolis >> util >> [ debug overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC