TelemetryConfig constructor

TelemetryConfig({
  1. String? logFormat,
})

Implementation

TelemetryConfig({
  this.logFormat,
});