daoc.editor
Class LogEntry
java.lang.Object
daoc.editor.LogEntry
- public class LogEntry
- extends java.lang.Object
A single entry of log information.
|
Constructor Summary |
LogEntry(int type,
java.lang.String message)
|
LogEntry(int type,
java.lang.String message,
java.lang.Throwable exception)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MSG_INFO
public static final int MSG_INFO
- See Also:
- Constant Field Values
MSG_WARN
public static final int MSG_WARN
- See Also:
- Constant Field Values
MSG_ERROR
public static final int MSG_ERROR
- See Also:
- Constant Field Values
MSG_DEBUG
public static final int MSG_DEBUG
- See Also:
- Constant Field Values
type
public int type
timestamp
public java.lang.String timestamp
message
public java.lang.String message
exception
public java.lang.Throwable exception
LogEntry
public LogEntry(int type,
java.lang.String message)
LogEntry
public LogEntry(int type,
java.lang.String message,
java.lang.Throwable exception)
toString
public java.lang.String toString()
getTypeString
public static java.lang.String getTypeString(int type)