CloudWatchLoggingOptions constructor

CloudWatchLoggingOptions({
  1. bool? enabled,
  2. String? logGroupName,
  3. String? logStreamName,
})

Implementation

CloudWatchLoggingOptions({
  this.enabled,
  this.logGroupName,
  this.logStreamName,
});