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, ...);