java.lang.Object
org.dinopolis.util.debug.DebugMessageFormatObject
org.dinopolis.util.debug.DebugMessageDATE
- public class DebugMessageDATE
- extends DebugMessageFormatObject
This class is chosen by the DebugMessageFactory depending on the
token used in the message format.
This implementation returns the current date/time.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DebugMessageDATE
public DebugMessageDATE()
getEvaluatedKeyword
public java.lang.String getEvaluatedKeyword(java.lang.String level,
java.lang.String debug_message,
Debug debug_instance)
- This implementation returns the current date/time.
- Specified by:
getEvaluatedKeyword
in class DebugMessageFormatObject