edu.wpi.ejutr.logger
Class LogMethodCall

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

public class LogMethodCall
extends java.lang.Object
implements EJUTRLogEntry


Field Summary
 
Fields inherited from interface edu.wpi.ejutr.logger.EJUTRLogEntry
ASSERTION, METHOD_INVOKATION, OBJECT_ADDITION, OBJECT_REMOVAL
 
Constructor Summary
LogMethodCall(java.lang.String in, java.lang.String mn, java.lang.String ps, java.lang.String rt)
           
 
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
 

Constructor Detail

LogMethodCall

public LogMethodCall(java.lang.String in,
                     java.lang.String mn,
                     java.lang.String ps,
                     java.lang.String rt)
Method Detail

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

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.