Uses of Class
com.kingsrook.qqq.api.model.APILog
Packages that use APILog
-
Uses of APILog in com.kingsrook.qqq.api.javalin
Methods in com.kingsrook.qqq.api.javalin that return APILogModifier and TypeMethodDescriptionstatic APILog
QJavalinApiHandler.newAPILog
(io.javalin.http.Context context) Methods in com.kingsrook.qqq.api.javalin with parameters of type APILogModifier and TypeMethodDescriptionstatic void
QJavalinApiHandler.handleException
(io.javalin.http.Context context, Exception e, APILog apiLog) static void
QJavalinApiHandler.handleException
(org.eclipse.jetty.http.HttpStatus.Code statusCode, io.javalin.http.Context context, Exception e, APILog apiLog) static void
QJavalinApiHandler.respondWithError
(io.javalin.http.Context context, org.eclipse.jetty.http.HttpStatus.Code statusCode, String errorMessage, APILog apiLog) static void
QJavalinApiHandler.storeApiLog
(APILog apiLog) -
Uses of APILog in com.kingsrook.qqq.api.model
Methods in com.kingsrook.qqq.api.model that return APILogModifier and TypeMethodDescriptionAPILog.withApiLogUserId
(Integer apiLogUserId) Fluent setter for apiLogUserIdFluent setter for idAPILog.withMethod
(String method) Fluent setter for methodFluent setter for pathAPILog.withQueryString
(String queryString) Fluent setter for queryStringAPILog.withRequestBody
(String requestBody) Fluent setter for requestBodyAPILog.withResponseBody
(String responseBody) Fluent setter for responseBodyAPILog.withSecurityKeyValue
(String key, Serializable value) Fluent setter for securityKeyValuesAPILog.withSecurityKeyValues
(Map<String, Serializable> securityKeyValues) Fluent setter for securityKeyValuesAPILog.withStatusCode
(Integer statusCode) Fluent setter for statusCodeAPILog.withTimestamp
(Instant timestamp) Fluent setter for timestampAPILog.withVersion
(String version) Fluent setter for version