Interface HttpLoggingInterceptor.Logger
-
- Enclosing class:
- HttpLoggingInterceptor
public static interface HttpLoggingInterceptor.Logger
-
-
Field Summary
Fields Modifier and Type Field Description static HttpLoggingInterceptor.Logger
DEFAULT
AHttpLoggingInterceptor.Logger
defaults output appropriate for the current platform.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
log(java.lang.String message)
-
-
-
Field Detail
-
DEFAULT
static final HttpLoggingInterceptor.Logger DEFAULT
AHttpLoggingInterceptor.Logger
defaults output appropriate for the current platform.
-
-