Logger constructor
Logger({
- required LoggerComponent component,
- required String id,
- required LoggerLevel level,
- required LoggerType type,
- int? space,
Implementation
Logger({
required this.component,
required this.id,
required this.level,
required this.type,
this.space,
});