Uses of Class
org.webswing.server.services.rest.resources.model.LogRequest
-
-
Uses of LogRequest in org.webswing.server.services.rest.resources
Methods in org.webswing.server.services.rest.resources with parameters of type LogRequest Modifier and Type Method Description LogResponseGlobalRestService. getLogs(String type, LogRequest request)LogResponseSwingAppRestService. getSessionLogs(LogRequest request) -
Uses of LogRequest in org.webswing.server.services.rest.resources.api
Methods in org.webswing.server.services.rest.resources.api with parameters of type LogRequest Modifier and Type Method Description LogResponseViewLogsApi. getLogs(String type, LogRequest logRequest)Request Log ContentLogResponseManageSessionsApi. getSessionLogs(LogRequest logRequest)Request Session Log Content -
Uses of LogRequest in org.webswing.server.services.rest.resources.model
Methods in org.webswing.server.services.rest.resources.model that return LogRequest Modifier and Type Method Description LogRequestLogRequest. backwards(Boolean backwards)LogRequestLogRequest. instanceId(String instanceId)LogRequestLogRequest. max(Long max)LogRequestLogRequest. offset(Long offset) -
Uses of LogRequest in org.webswing.server.util
Methods in org.webswing.server.util with parameters of type LogRequest Modifier and Type Method Description static LogResponseLogReaderUtil. readLog(String type, LogRequest request)static LogResponseLogReaderUtil. readSessionLog(String appUrl, String logDir, LogRequest request)
-