LibLogInterceptor constructor
LibLogInterceptor({})
Implementation
LibLogInterceptor(
{this.request = true,
this.requestHeader = true,
this.requestBody = true,
this.responseHeader = true,
this.responseBody = true,
this.error = true});