LogPlainFormat.simple constructor

const LogPlainFormat.simple(
  1. {String prefix}
)

simple implementation

simple one line format

Implementation

const factory LogPlainFormat.simple({
  String prefix,
}) = LogPlainFormatSimpleImpl;