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