Add a gen::context (namespace subject to change) combinator:
gen::context([&] {
...
return ...;
});
Values produced by sub-contexts will be logged. The logging produced by sub-contexts will be supressed (i.e., values within sub-contexts will not be logged.)
Add a
gen::context(namespace subject to change) combinator:Values produced by sub-contexts will be logged. The logging produced by sub-contexts will be supressed (i.e., values within sub-contexts will not be logged.)