ApiLogOptions constructor
const
ApiLogOptions({})
Implementation
const ApiLogOptions({
this.enabled = true,
this.request = true,
this.requestHeader = false,
this.requestBody = true,
this.responseHeader = false,
this.responseBody = true,
this.error = true,
this.maxWidth = 90,
this.compact = true,
this.logPrint,
});