Define UDEBUG
Defined in File ULogger.h
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);
Defined in File ULogger.h
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);