SimpleFormatter constructor
const
SimpleFormatter({})
Implementation
const SimpleFormatter({
this.includeTimestamp = true,
this.includeLevel = true,
this.includeLoggerName = true,
this.includeTag = true,
this.timestampFormat,
});