Uses of Enum Class
org.apache.juneau.rest.logger.CallLoggingDetail
Packages that use CallLoggingDetail
- 
Uses of CallLoggingDetail in org.apache.juneau.rest.loggerMethods in org.apache.juneau.rest.logger that return CallLoggingDetailModifier and TypeMethodDescriptionstatic CallLoggingDetailCallLoggingDetail.fromString(String s) Retrieves this enum using case-insensitive matching.CallLoggerRule.getRequestDetail()Returns the detail level for HTTP requests.CallLoggerRule.getResponseDetail()Returns the detail level for HTTP responses.static CallLoggingDetailReturns the enum constant of this class with the specified name.static CallLoggingDetail[]CallLoggingDetail.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.juneau.rest.logger with parameters of type CallLoggingDetailModifier and TypeMethodDescriptionCallLogger.Builder.requestDetail(CallLoggingDetail value) The default level of detail to log on a request.CallLoggerRule.Builder.requestDetail(CallLoggingDetail value) The level of detail to log on a request.CallLogger.Builder.responseDetail(CallLoggingDetail value) The default level of detail to log on a response.CallLoggerRule.Builder.responseDetail(CallLoggingDetail value) The level of detail to log on a response.