Logging methods
You can use the following message logging methods in your UDXs:
bool isLoggingEnabled(int8 val);
int8 getLogMask();
void logMsg(int8 flags, const char* fmt, ...);
The isLoggingEnabled and getLogMask methods are available only in UDXs that use API version 2.