Interface ClientLog


public interface ClientLog
Encapsulates a collection of server access log entries and basic connection access info.
  • Method Details

    • entries

      Returns:
      the log entry list
    • clientId

      UUID clientId()
      Returns:
      the UUID identifying this logs client
    • clientLog

      static ClientLog clientLog(UUID clientId, List<MethodLogger.Entry> entries)
      Instantiates a new ClientLog instance.
      Parameters:
      clientId - the id of the client this log represents
      entries - the log entries
      Returns:
      a new ClientLog instance