basic_logger_file 0.1.3
basic_logger_file: ^0.1.3 copied to clipboard
FileOutputLogger adds file logging to BasicLogger for Android, iOS, Linux, macOS, and Windows.
0.1.3 #
- perf: use conditional constructor termination to share a unified data type while bypassing redundant base-class logic during inheritance.
0.1.2 #
- feat: implement daily log rotation.
0.1.1 #
- feat: allow custom log extensions via
extparameter for log categorization.
0.1.0 #
- BREAKING: FileOutputLogger, uses positional arguments, passing
parentNamein the same way as its parent. - fix: If
selfonlyis false, all logs with aparentNamematch are output.
0.0.2 #
- The logger name is set to selfname.
- selfonly, when true, filter by selfname. Otherwise, output all.
0.0.1 #
- Initial version.