sdsu.logging
Class DebugMessage

java.lang.Object
  |
  +--sdsu.logging.LoggerMessage
        |
        +--sdsu.logging.DebugMessage

public class DebugMessage
extends LoggerMessage

DebugMessage is used by sdsu.logging.Logger. DebugMessage adds the name of the method being debuged and the location in the method of the debug statement.

Version:
1.01 30 January 1998
Author:
Roger Whitney (whitney@cs.sdsu.edu)
See Also:
LogMessage, Logger, Serialized Form

Constructor Summary
DebugMessage(java.lang.String message)
           
 
Method Summary
 java.lang.String getMessageType()
           
 
Methods inherited from class sdsu.logging.LoggerMessage
displayString, fromString, getMetaData, logString, setMetaData, toString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DebugMessage

public DebugMessage(java.lang.String message)
Method Detail

getMessageType

public java.lang.String getMessageType()
Overrides:
getMessageType in class LoggerMessage