LogConfig constructor

LogConfig({
  1. LogConfigCloudAuditOptions? cloudAudit,
  2. LogConfigCounterOptions? counter,
  3. LogConfigDataAccessOptions? dataAccess,
})

Implementation

LogConfig({
  this.cloudAudit,
  this.counter,
  this.dataAccess,
});