EasyLogBackendConfig constructor
const
EasyLogBackendConfig({})
Implementation
const EasyLogBackendConfig({
required this.location,
required this.nameSpace,
required this.enabled,
required this.minLevel,
required this.rotationHours,
required this.singleFileSizeBytes,
required this.retention,
required this.maxDiskSizeBytes,
});