LogPlainOutput.file constructor
file implementation
path
is directory path
output to a file
Implementation
factory LogPlainOutput.file({
required String path,
String prefix,
String postfix,
String ext,
}) = LogPlainOutputFileImpl;
file implementation
path
is directory path
output to a file
factory LogPlainOutput.file({
required String path,
String prefix,
String postfix,
String ext,
}) = LogPlainOutputFileImpl;