public class LogEntry
extends java.lang.Object
EventLogger.| Modifier and Type | Class and Description |
|---|---|
static class |
LogEntry.Category |
| Constructor and Description |
|---|
LogEntry(java.lang.Throwable thrown,
LogEntry.Category cat) |
| Modifier and Type | Method and Description |
|---|---|
LogEntry.Category |
getCategory() |
java.lang.String |
getMessage() |
java.lang.String |
getStackTrace() |
java.util.Date |
getTimestamp() |
public LogEntry(java.lang.Throwable thrown,
LogEntry.Category cat)
public java.lang.String getMessage()
public LogEntry.Category getCategory()
public java.lang.String getStackTrace()
public java.util.Date getTimestamp()
Copyright © 2002–2017 PMD. All rights reserved.