mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
The FMT_STRING() call used in the macro does formatter initialization, overhead that's not required if Log() is not going to be called.
The FMT_STRING() call used in the macro does formatter initialization, overhead that's not required if Log() is not going to be called.