LoggingOptions constructor
const
LoggingOptions({})
Implementation
const LoggingOptions({
this.logNetworkTraffic = true,
this.request = true,
this.requestHeader = true,
this.requestBody = true,
this.responseBody = true,
this.responseHeader = true,
this.error = true,
this.compact = true,
this.logStorage = true,
this.logCacheStorage = true,
});