Enum Class SLF4JInterceptor.DetailLevel

java.lang.Object
java.lang.Enum<SLF4JInterceptor.DetailLevel>
com.mypurecloud.sdk.v2.SLF4JInterceptor.DetailLevel
All Implemented Interfaces:
Serializable, Comparable<SLF4JInterceptor.DetailLevel>, java.lang.constant.Constable
Enclosing class:
SLF4JInterceptor

public static enum SLF4JInterceptor.DetailLevel extends Enum<SLF4JInterceptor.DetailLevel>
The level of detail to log NONE - don't log anything MINIMAL - only log the verb, url, and response code HEADERS - as above, but also log all the headers for both the request and response FULL - as above, but also log the full body for both the request and response