LogTargetConfiguration constructor

LogTargetConfiguration({
  1. LogLevel? logLevel,
  2. LogTarget? logTarget,
})

Implementation

LogTargetConfiguration({
  this.logLevel,
  this.logTarget,
});