|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sdsu.logging.LoggerMessage | +--sdsu.logging.LogMessage
LogMessage and its subclasses are used by sdsu.logging.Logger. LogMessage represents a routine type of message.
Logger
,
LoggerMessage
, Serialized FormConstructor Summary | |
LogMessage(java.lang.String message)
|
Method Summary | |
java.lang.String |
getMessageType()
Returns the type of the message. |
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 |
public LogMessage(java.lang.String message)
Method Detail |
public java.lang.String getMessageType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |