LoggerParameters constructor
const
LoggerParameters({})
Implementation
const LoggerParameters({
this.maxLength = 54,
this.dateFormat = "HH:mm:ss:SSS",
this.showLog = true,
this.showInitMessage = true,
this.filterTypes = const [],
this.filterTags = const [],
}) : assert(maxLength >= 35);