LogStreamFile constructor
const
LogStreamFile({})
The log is written to a file
Implementation
const LogStreamFile({
required this.path,
required this.maxFileSize,
required this.redirectStderr,
this.extra,
this.clientId,
});