basic_logger_file
FileOutputLogger adds file logging to BasicLogger for Android, iOS, Linux, macOS, and Windows.
What this package is like to depend on
Last release 7 months ago
20 Jan 2026
Ships fairly regularly
a new release about every 5 months
Nearly every release is documented
notes for 6 of 6 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
6 releases · first in 2024
3 releases in the last 12 months
see the full history below
Release timeline
6 releases · Sep 2024 to Jan 2026
2025
2026
Releases
latest 6-
0.1.320 Jan 2026Release notes
Open source →- perf: use conditional constructor termination to share a unified data type while bypassing redundant base-class logic during inheritance.
-
0.1.219 Jan 2026 -
0.1.116 Jan 2026Release notes
Open source →- feat: allow custom log extensions via
extparameter for log categorization.
- feat: allow custom log extensions via
-
0.1.013 Mar 2025Release notes
Open source →- BREAKING: FileOutputLogger, uses positional arguments, passing
parentNamein the same way as its parent. - fix: If
selfonlyis false, all logs with aparentNamematch are output.
- BREAKING: FileOutputLogger, uses positional arguments, passing
-
0.0.214 Oct 2024Release notes
Open source →- The logger name is set to selfname.
- selfonly, when true, filter by selfname. Otherwise, output all.
-
0.0.109 Sep 2024