LogConfig constructor
LogConfig({
- LogConfigCloudAuditOptions? cloudAudit,
- LogConfigCounterOptions? counter,
- LogConfigDataAccessOptions? dataAccess,
Implementation
LogConfig({
this.cloudAudit,
this.counter,
this.dataAccess,
});