#define SF_DEBUG_OUTPUT(cond, msgtype, str) do { if (cond) Scaleform::LogDebugMessage(msgtype, str); } while (0)
Simple output with prefix tag.
SF_Debug.h