DatadogLoggingConfiguration constructor

DatadogLoggingConfiguration({
  1. String? customEndpoint,
  2. LogEventMapper? eventMapper,
})

Implementation

DatadogLoggingConfiguration({
  this.customEndpoint,
  this.eventMapper,
});