LogPlainOutput.custom constructor
custom implementation
custom logic
Implementation
const factory LogPlainOutput.custom({
void Function()? init,
void Function(Iterable<String> list)? write,
void Function()? close,
}) = LogPlainOutputCustomImpl;