#pragma once #include // All native addon logging goes to stderr only. // printf/std::cout are BANNED — they corrupt the MCP JSON-RPC stdout stream. // Per D-23 from CONTEXT.md. #define DWM_LOG(fmt, ...) fprintf(stderr, "[dwm-capture] " fmt "\n", ##__VA_ARGS__)