Message_templates.Log_contextLogContext - ambient properties that flow across scopes
Properties are stored per-domain using Domain.DLS, making this safe for use in multicore OCaml programs. Properties do NOT automatically flow between domains - use export_context/import_context for that.
Execute function with temporary property (auto-pops on exit)
Execute function with multiple temporary properties
Execute function with a correlation ID (auto-pops on exit)
Execute function with an auto-generated correlation ID
val export_context : unit -> cross_domain_contextSerialize current context for cross-domain transfer
val import_context : cross_domain_context -> (unit -> 'a) -> 'aImport context in a new domain