mirror of
https://github.com/square/okhttp.git
synced 2025-11-27 18:21:14 +03:00
Log level getter.
This commit is contained in:
@@ -131,6 +131,10 @@ public final class HttpLoggingInterceptor implements Interceptor {
|
||||
return this;
|
||||
}
|
||||
|
||||
public Level getLevel() {
|
||||
return level;
|
||||
}
|
||||
|
||||
@Override public Response intercept(Chain chain) throws IOException {
|
||||
Level level = this.level;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user