Returns a FileStat of the currently opened logs File, if any.
Future<FileStat?> stat() async { return await _file?.stat(); }