LoggerInterceptor constructor
LoggerInterceptor({})
Implementation
LoggerInterceptor({
this.requestUrl = true,
this.requestHeader = false,
this.requestBody = false,
this.responseHeader = false,
this.responseBody = true,
this.responseError = true,
});