DatumLogger constructor
DatumLogger({})
Implementation
DatumLogger({
this.enabled = true,
this.colors = true,
this.minimumLevel = LogLevel.info,
this.samplers = const {},
this.enablePerformanceLogging = false,
this.performanceThreshold = const Duration(milliseconds: 100),
});