Define UASSERT
Defined in File ULogger.h
Define Documentation
-
UASSERT(condition)
Print a fatal error level message in the logger if condition is not met. The application will exit on fatal error. Format is the same as a printf:
UASSERT(a!=42, "This is a fatal error message with the number %d", 42);