Beta8397 / virtual_robot

A 2D robot simulator to help beginners learn Java programming for FTC Robotics
100 stars 171 forks source link

Add functions for priority levels #85

Closed JJTech0130 closed 2 years ago

JJTech0130 commented 2 years ago

Our codebase uses the individual priority level functions such as i() and w(). I have added simple stub functions that call the println() function with the appropriate log level.

jkenney2 commented 2 years ago

Thanks!