org.ceryle.util.log
Class LogEntry
java.lang.Object
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
|
Method Summary |
String |
toString()
Return a String representation of this LogEntry. |
m_code
public String m_code
m_timestamp
public String m_timestamp
m_message
public String m_message
LogEntry
public LogEntry(String code,
String timestamp,
String message)
- Default constructor.
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.