Uses of Class
com.guicedee.logger.model.LogEntry
| Package | Description |
|---|---|
| com.guicedee.logger.model |
-
Uses of LogEntry in com.guicedee.logger.model
Methods in com.guicedee.logger.model that return LogEntry Modifier and Type Method Description static LogEntryLogEntry. newEntry()Creates a new log entry with all global properties attachedstatic LogEntryLogEntry. newEntry(java.util.logging.LogRecord record)Creates a new log entry with all global properties attachedLogEntryLogEntry. setData(java.lang.Object data)Any attached object you would want to fetch data fromLogEntryLogEntry. setDate(java.util.Date date)Sets the date of this log entryLogEntryLogEntry. setLevel(java.util.logging.Level level)Sets the level of this log entryLogEntryLogEntry. setMessage(java.lang.String message)Returns the message for this entryLogEntryLogEntry. setOriginalSourceSystemID(java.lang.String originalSourceSystemID)The original source system id@NotNull LogEntryLogEntry. setProperties(@NotNull java.util.List<LogProperty> properties)Sets the properties of this log entry