DeepBlueRobotics / lib199

Code that we reuse in different projects/years.
Other
2 stars 0 forks source link

Remove logging support #23

Closed CoolSpy3 closed 4 months ago

CoolSpy3 commented 2 years ago

WPILib has released its own logging API. It will likely be more efficient and better maintained than the one in lib199. As a result, the logging features present in lib199 are no longer necessary.

CoolSpy3 commented 2 years ago

Okay, I'll create a new PR to deprecate the code.

CoolSpy3 commented 1 year ago

I'm pretty sure that this condition is now met and we no longer have any active projects which use any of the logging classes. These have been deprecated for ~1 year and should be removed in the next major release.