public interface ClientLog
Encapsulates a collection of server access log entries and basic connection access info.
-
Method Details
-
entries
List<MethodLogger.Entry> entries()- Returns:
- the log entry list
-
clientId
UUID clientId()- Returns:
- the UUID identifying this logs client
-
clientLog
Instantiates a new ClientLog instance.- Parameters:
clientId
- the id of the client this log representsentries
- the log entries- Returns:
- a new ClientLog instance
-