Logging constructor

Logging({
  1. List<LogSetup>? clusterLogging,
})

Implementation

Logging({
  this.clusterLogging,
});