FRC2994 / Autonomous

1 stars 1 forks source link

TODO: Add method to log exceptions #10

Closed ryanlarkin closed 9 years ago

ryanlarkin commented 9 years ago

Most likely using the logging methods that already exist.

ryanlarkin commented 9 years ago

I have a method that uses a specified logger, that prints the exception message. I have not been able to test it yet though.

Usage: logException(Logger, Exception)

ryanlarkin commented 9 years ago

I have been able test it, and it does work.