qh_log_verbosity_to_str()

QNX SDP8.0QNX Helpers Developer's GuideAPIDeveloper

Get the string representation of the specified verbosity

Synopsis:

#include <qh/log.h>
const char* qh_log_verbosity_to_str(uint64_t verbosity)

Arguments:

verbosity
The QH_LOG_SEVERITY_* verbosity level for which to get the string representation.

Library:

qh

Description:

The qh_log_verbosity_to_str() function gets the string representation of the specified verbosity level (QH_LOG_SEVERITY_*) that would be used for logging configuration. Values outside the range of valid QH_LOG_SEVERITY_* levels are treated as if QH_LOG_SEVERITY_ALL was specified.

Returns:

The string representation of the specified verbosity.

Page updated: