ApiLogConfig constructor
const
ApiLogConfig({})
Creates an ApiLogConfig with the given toggles.
All options default to true so existing behavior is preserved.
Implementation
const ApiLogConfig({
this.queryParams = true,
this.requestHeader = true,
this.requestBody = true,
this.response = true,
this.responseHeader = true,
this.curl = true,
this.maxResponseLength,
this.hideEmptyValue = true,
});