edu.wpi.ejutr.logger
Class LogObjectAddition

java.lang.Object
  extended by edu.wpi.ejutr.logger.LogObjectAddition
All Implemented Interfaces:
EJUTRLogEntry

public class LogObjectAddition
extends java.lang.Object
implements EJUTRLogEntry


Field Summary
 
Fields inherited from interface edu.wpi.ejutr.logger.EJUTRLogEntry
ASSERTION, METHOD_INVOKATION, OBJECT_ADDITION, OBJECT_REMOVAL
 
Method Summary
 int getLogEntryType()
          Returns the type of log entry this is.
 java.lang.String to_String()
          Returns a string representation of the log entry.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLogEntryType

public int getLogEntryType()
Description copied from interface: EJUTRLogEntry
Returns the type of log entry this is.

Specified by:
getLogEntryType in interface EJUTRLogEntry
Returns:
The type of log entry this is.

to_String

public java.lang.String to_String()
Description copied from interface: EJUTRLogEntry
Returns a string representation of the log entry. Ideally this will be placed directly into a file output stream. Therefore, the responsibility of each class that implements this interface is to ensure that this method returns a string utilizing proper Java/JUnit syntax.

Specified by:
to_String in interface EJUTRLogEntry
Returns:
String representation of log entry