PrintingLogsTree constructor

PrintingLogsTree({
  1. int maxLineSize = 800,
  2. int stacktraceLoggingThreshold = 900,
  3. LoggerOutput loggerOutput = const CorePrinterLoggerOutput(),
})

Implementation

PrintingLogsTree({
  this.maxLineSize = 800,
  this.stacktraceLoggingThreshold = 900,
  this.loggerOutput = const CorePrinterLoggerOutput(),
});