ContigoDioLogger constructor
ContigoDioLogger({})
Implementation
ContigoDioLogger({
this.request = true,
this.requestHeader = true,
this.requestBody = true,
this.responseHeader = true,
this.responseBody = true,
this.error = true,
this.maxWidth = 90,
this.compact = true,
});