Define UDEBUG

Define Documentation

UDEBUG(...)

Print a debug level message in the logger. Format is the same as a printf:

UDEBUG("This is a debug message with the number %d", 42);