LoggerInitOptions constructor

LoggerInitOptions({
  1. String? sessionId,
  2. Map<String, String>? hostInfo,
  3. LogLevel? logLevel,
})

Implementation

LoggerInitOptions({
  this.sessionId,
  this.hostInfo,
  this.logLevel,
});