basic_logger_file 0.1.3 copy "basic_logger_file: ^0.1.3" to clipboard
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 ext parameter for log categorization.

0.1.0 #

  • BREAKING: FileOutputLogger, uses positional arguments, passing parentName in the same way as its parent.
  • fix: If selfonly is false, all logs with a parentName match 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.
1
likes
160
points
246
downloads

Publisher

verified publisheriche2.com

Weekly Downloads

FileOutputLogger adds file logging to BasicLogger for Android, iOS, Linux, macOS, and Windows.

Homepage
Repository (GitHub)
View/report issues

Topics

#logging #console #debug #user-logs

Documentation

API reference

License

MIT (license)

Dependencies

basic_logger, logging, path

More

Packages that depend on basic_logger_file