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