static LogEntry |
LogEntry.newEntry() |
Creates a new log entry with all global properties attached
|
static LogEntry |
LogEntry.newEntry(java.util.logging.LogRecord record) |
Creates a new log entry with all global properties attached
|
LogEntry |
LogEntry.setData(java.lang.Object data) |
Any attached object you would want to fetch data from
|
LogEntry |
LogEntry.setDate(java.util.Date date) |
Sets the date of this log entry
|
LogEntry |
LogEntry.setLevel(java.util.logging.Level level) |
Sets the level of this log entry
|
LogEntry |
LogEntry.setMessage(java.lang.String message) |
Returns the message for this entry
|
LogEntry |
LogEntry.setOriginalSourceSystemID(java.lang.String originalSourceSystemID) |
The original source system id
|
@NotNull LogEntry |
LogEntry.setProperties(@NotNull java.util.List<LogProperty> properties) |
Sets the properties of this log entry
|