Skip to content

Change the variable substitution used in ilog(), FC_THROW()

Eric Frias requested to merge fc-log-shortcut into develop

and similar to make providing a name for the values to be logged optional; if not specified, the variable name will be generated. In other words, you can now say ilog("{foo}", (foo)) instead of ilog("{foo}", ("foo", foo)).

Merge request reports