tracelogging
tracelogging copied to clipboard
TraceLogging events and tracing
[traceloggingdynamic.py](https://github.com/microsoft/tracelogging/blob/main/etw/python/traceloggingdynamic/traceloggingdynamic.py) has type hints, but type-checking client code with mypy results in the following errors: ``` my_module.py:4: error: Skipping analyzing "traceloggingdynamic": module is installed, but missing library stubs or py.typed...
Current documentation for `LTTng` recommends using this project as a subdirectory in the consuming project. Would it be possible to consume LTTng through a `vcpkg` (https://github.com/microsoft/vcpkg) port?