SLogOptions constructor
const
SLogOptions({
- List<
SLogInterceptor> interceptors = const [], - List<
SLogPrinter> printers = const [], - bool handleMissingChannels = false,
Creates LoggerOptions
Implementation
const SLogOptions({
this.interceptors = const [],
this.printers = const [],
this.handleMissingChannels = false,
});