Kanzi 3.9.10
halt.hpp File Reference

Macros

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

Macro Definition Documentation

◆ kzHaltWithMessage

#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.