LogConfig.defaultConfig constructor
const
LogConfig.defaultConfig({})
默认日志配置对象
Implementation
const LogConfig.defaultConfig({
this.methodCount = isWeb ? null : 2,
this.lineLength = isWeb ? null : 120,
this.printTitle = !isWeb,
this.autoWrap = true,
this.excludePaths = const ['package:element_dart/src/log/'],
}) : color = null;