public interface ClientLog
Modifier and Type | Method and Description |
---|---|
UUID |
clientId() |
static ClientLog |
clientLog(UUID clientId,
LocalDateTime connectionCreationDate,
List<MethodLogger.Entry> entries)
Instantiates a new ClientLog instance.
|
LocalDateTime |
connectionCreationDate() |
List<MethodLogger.Entry> |
entries() |
List<MethodLogger.Entry> entries()
UUID clientId()
LocalDateTime connectionCreationDate()
static ClientLog clientLog(UUID clientId, LocalDateTime connectionCreationDate, List<MethodLogger.Entry> entries)
clientId
- the id of the client this log representsconnectionCreationDate
- the date and time this client connection was createdentries
- the log entries