]> git.proxmox.com Git - proxmox-backup.git/history - src/tools/file_logger.rs
avoid chrono dependency, depend on proxmox 0.3.8
[proxmox-backup.git] / src / tools / file_logger.rs
2020-09-15 Dietmar Maureravoid chrono dependency, depend on proxmox 0.3.8
2020-09-11 Fabian Grünbichlerdon't truncate DateTime nanoseconds
2020-05-30 Thomas Lamprechttypo fixes all over the place
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2019-09-11 Wolfgang Bumillerclippy: use write_all in file logger
2019-04-06 Dietmar Maurersrc/tools/file_logger.rs: fix test
2019-04-03 Dietmar Maurersrc/tools/file_logger.rs: new - accept AsRef<Path>
2019-04-03 Dietmar Maurersrc/tools/file_logger.rs: change timestamp format to...
2019-03-01 Dietmar Maurersrc/tools/file_logger.rs: class to log into files