LoggingConfig constructor

LoggingConfig({
  1. String? logSeverity,
})

Implementation

LoggingConfig({
  this.logSeverity,
});