Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 624 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 624 Bytes

FRC-Logger

FRC-Logger is a logging library designed for FIRST Robotics Competition to serve all of your logging needs.

  • Logging can be done automatically, manually, or when certain comditions are met.
  • FRC-Logger comes equiped with built in ways to log to files and databases, as well as an interface for adding your own logging method.

How To Use It

  • Clone the repository to your computer
  • Copy the FRCLogger folder from inside src to your project (Prebuilt jar is forthcoming)
  • Include JDBC jarfile for postgresql in your project

Code Usage

See example.java. Better explanations are forthcoming