-
Notifications
You must be signed in to change notification settings - Fork 4
Libraries that we depend on
Wasabi Fan edited this page Nov 27, 2015
·
1 revision
Seriously Common Lib uses a number of external libraries that speed up development and debugging. These libraries are:
- log4j is a powerful Java logging library that automatically keeps track of the source of logging output. All of our classes log information, warnings and errors to log files (while running on the RoboRIO) and other output streams.
- Guice is an object injection framework managed by Google. It allows you to automatically create objects without having to pass in parameters, and it handles the creation of the necessary objects to pass to the constructor. Learn more here.
All of the libraries that are used have been included (in jar
form) in the libs
directory.