StackedLogger constructor

const StackedLogger({
  1. List<Type> loggerOutputs = const [],
  2. String logHelperName = 'getLogger',
  3. bool disableReleaseConsoleOutput = true,
})

Implementation

const StackedLogger({
  this.loggerOutputs = const [],
  this.logHelperName = 'getLogger',
  this.disableReleaseConsoleOutput = true,
});