Kanzi  3.9.9
Kanzi Engine C++ API
halt.hpp File Reference

Macros

#define kzHaltWithMessage(message)
 Terminates the program after logging a message. More...
 

Macro Definition Documentation

#define kzHaltWithMessage (   message)

Terminates the program after logging a message.

Parameters
messageThe message to log before program termination. This message is logged at KZ_LOG_LEVEL_ERROR into KZ_LOG_CATEGORY_GENERIC.