Skip to content

Examples Procedure

Eduard Mishkurov edited this page Apr 7, 2026 · 1 revision

Procedure example

Procedure

This example shows procedure logging helpers and custom value formatting.

What it demonstrates

  • LogmeP(...) and LogmePV(...)
  • Capturing function arguments and return values
  • Providing a custom formatter for a user-defined type
  • Routing library logs with a thread channel

Notes

  • Procedure helpers are useful when you want entry/exit style tracing with minimal boilerplate.

Clone this wiki locally