Modifier and Type | Method and Description |
---|---|
HttpLoggingInterceptor.Level |
HttpLoggingInterceptor.getLevel() |
static HttpLoggingInterceptor.Level |
HttpLoggingInterceptor.Level.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HttpLoggingInterceptor.Level[] |
HttpLoggingInterceptor.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HttpLoggingInterceptor |
HttpLoggingInterceptor.setLevel(HttpLoggingInterceptor.Level level)
Change the level at which this interceptor logs.
|
Copyright © 2019. All Rights Reserved.