Skip to content

Add context and related logging #7

Description

@YellPika

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.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions