LogFormatter constructor
const
LogFormatter({})
Implementation
const LogFormatter({
required this.errorColors,
required this.debugColors,
required this.infoColors,
required this.warningColors,
});
const LogFormatter({
required this.errorColors,
required this.debugColors,
required this.infoColors,
required this.warningColors,
});