LogPlainFormat.pretty constructor

const LogPlainFormat.pretty({
  1. String prefix,
})

pretty implementation

multi-line box like format

Implementation

const factory LogPlainFormat.pretty({
  String prefix,
}) = LogPlainFormatPrettyImpl;