LoggerInterceptor constructor
LoggerInterceptor({})
Creates a LoggerInterceptor with configurable logging options.
Implementation
LoggerInterceptor({
this.logRequestUrl = true,
this.logRequestHeader = false,
this.logRequestBody = false,
this.logResponseHeader = false,
this.logResponseBody = true,
this.logResponseError = true,
});