-
Notifications
You must be signed in to change notification settings - Fork 2
Home
NukeMinecart edited this page Apr 29, 2025
·
29 revisions
Badgerlog is a modern, annotation-based NetworkTables utility.
There are multiple steps in installation.
- Add a new vendor dependency to a robot project.
https://raw.githubusercontent.com/team1306/badger-log/master/vendordep.json - To enable annotation processing add
annotationProcessor 'com.github.team1306:badger-log:2025.1.4'to dependencies inbuild.gradle
Annotation processing will ensure fields annotated with @Entry, any Configurable annotation or @MappingType match the requirements specified in Annotation Requirements
The Javadoc can be found on Jitpack
Javadoc can be found on Jitpack
Welcome to the Badgerlog Wiki!