org.ceryle.util.log
Class LogEntry

java.lang.Object
  extended by org.ceryle.util.log.LogEntry

public class LogEntry
extends Object

A struct used to represent a single log entry.

Since:
JDK1.3
Version:
$Id: LogEntry.java,v 3.4 2007-06-15 12:10:02 altheim Exp $
Author:
Murray Altheim

Field Summary
 String m_code
           
 String m_message
           
 String m_timestamp
           
 
Constructor Summary
LogEntry(String code, String timestamp, String message)
          Default constructor.
 
Method Summary
 String toString()
          Return a String representation of this LogEntry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_code

public String m_code

m_timestamp

public String m_timestamp

m_message

public String m_message
Constructor Detail

LogEntry

public LogEntry(String code,
                String timestamp,
                String message)
Default constructor.

Method Detail

toString

public String toString()
Return a String representation of this LogEntry. This matches the input syntax, and is terminated with an end of line character.

Overrides:
toString in class Object


The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.