-
Type: Improvement
-
Resolution: Works as Designed
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Tools
-
None
Currently, it seems we aren't able to use string variables directly in a call to LOGV2. We end up with work-arounds like here, where we build the message using str::stream and then pass that in as an attribute.
Ideally, there would be a way for us to pass in string variables directly.