Avoid injecting the log event to ELogCategory. Replace ELogCategory by ELogCode which also contains category and event code. But use nice operators to fill the values.
Now there is only logHeartBeat( ELogCategory ) and logCode( ELogCode ) as entry point. logHeartBeat( ) is for the LED, logCode( ) is for sending events via CAN.
[#567] clean up Log-Heartbeat code
Avoid injecting the log event to ELogCategory.
Replace ELogCategory by ELogCode which also contains category and event
code. But use nice operators to fill the values.
Now there is only
logHeartBeat( ELogCategory ) and
logCode( ELogCode )
as entry point. logHeartBeat( ) is for the LED, logCode( ) is for
sending events via CAN.