Skip to content
Bug Fixes
Features
- use separate thread for DataLog and NT operations (#14) (edd45db)
Features
- add support for logging extras (6180898), closes #12
Bug Fixes
- fix logging numeric values that start off as 0 (6c17bc5)
Bug Fixes
- fix struct arrays not appearing in log files (cb4ac04)
- remove unhelpful DogLog.log() overloads for structs (fe4c14d)
Features
- reduce log file size with change detection (#8) (e291715)
Bug Fixes
- instantiate DataLogManager after configuring NetworkTables capture behavior (0bbaabb)
Features