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