SLogOptions constructor

const SLogOptions({
  1. List<SLogInterceptor> interceptors = const [],
  2. List<SLogPrinter> printers = const [],
  3. bool handleMissingChannels = false,
})

Creates LoggerOptions

Implementation

const SLogOptions({
  this.interceptors = const [],
  this.printers = const [],
  this.handleMissingChannels = false,
});