-
Type:
New Feature
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Dev Tools 2020-02-10
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
Today our LOG macro does this:
LOG(id, fmt, attr1, attr2...)
We want it to do this:
LOG(id, XXX(msg, fmt), attr1, attr2...)
We want to enforce that msg and fmt are literals.
We should also update README.md