kieker.webgui.common
Class LogEntry
java.lang.Object
kieker.webgui.common.LogEntry
public final class LogEntry
- extends Object
This class encapsulates a single log entry, including a potential detailed message. Instances of this class are useful for showing exception messages from the
analyses in the WebGUI.
- Author:
- Nils Christian Ehmke
Constructor Summary |
LogEntry(String logMessage)
Creates a new log entry without detail message. |
LogEntry(String logMessage,
String detailMessage)
Creates a new log entry with detail message. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogEntry
public LogEntry(String logMessage)
- Creates a new log entry without detail message.
- Parameters:
logMessage
- The log message.
LogEntry
public LogEntry(String logMessage,
String detailMessage)
- Creates a new log entry with detail message.
- Parameters:
logMessage
- The log message.detailMessage
- The detail message.
getLogMessage
public String getLogMessage()
getDetailMessage
public String getDetailMessage()
Copyright © 2015. All rights reserved.