Class LogEntry
- java.lang.Object
-
- net.sourceforge.pmd.util.fxdesigner.model.LogEntry
-
public class LogEntry extends java.lang.Object
Log entry of anEventLogger
.- Since:
- 6.0.0
- Author:
- Clément Fournier
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LogEntry.Category
-
Constructor Summary
Constructors Constructor Description LogEntry(java.lang.Throwable thrown, LogEntry.Category cat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogEntry.Category
getCategory()
java.lang.String
getMessage()
java.lang.String
getStackTrace()
java.lang.Throwable
getThrown()
java.util.Date
getTimestamp()
-
-
-
Constructor Detail
-
LogEntry
public LogEntry(java.lang.Throwable thrown, LogEntry.Category cat)
-
-
Method Detail
-
getThrown
public java.lang.Throwable getThrown()
-
getMessage
public java.lang.String getMessage()
-
getCategory
public LogEntry.Category getCategory()
-
getStackTrace
public java.lang.String getStackTrace()
-
getTimestamp
public java.util.Date getTimestamp()
-
-