TextLogFormatter constructor

TextLogFormatter({
  1. bool includeTimestamp = true,
  2. bool includeLevel = true,
})

Implementation

TextLogFormatter({
  bool includeTimestamp = true,
  bool includeLevel = true,
})  : _includeTimestamp = includeTimestamp,
      _includeLevel = includeLevel;