mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Instead of only logging based on the declared type, loggers will be smarter and do instanceof checks to determine what logger should be used. Note that diamond inheritance may cause unexpected behavior for non-logged classes that implement multiple logged interfaces.