Verbosity control

QNX SDP8.0High Availability Framework Developer's GuideDeveloper

You can use the ham_verbose() function to programmatically get or set (increase or decrease) the verbosity:

int ham_verbose(const char *reserved, int op, int value);

You can also use the hamctrl utility to interactively control the verbosity:

hamctrl -verbose /* increase    verbosity */
hamctrl +verbose /* decrease    verbosity */
hamctrl =verbose /* get current verbosity */
Page updated: