Message with severity

QNX SDP8.0QNX Helpers Developer's GuideAPIDeveloper

Convenience logging macros that implicitly specify the logging severity that is normally specified when calling the qh_log() or qh_log_noloc() macros.

Definitions:

#define qh_log_shutdown(...) 
#define qh_log_critical(...) 
#define qh_log_error(...) 
#define qh_log_warning(...) 
#define qh_log_notice(...) 
#define qh_log_info(...) 
#define qh_log_debug1(...) 
#define qh_log_debug2(...) 
#define qh_log_noloc_shutdown(...) 
#define qh_log_noloc_critical(...) 
#define qh_log_noloc_error(...) 
#define qh_log_noloc_warning(...) 
#define qh_log_noloc_notice(...) 
#define qh_log_noloc_info(...) 
#define qh_log_noloc_debug1(...) 
#define qh_log_noloc_debug2(...) 
Page updated: