Updated: October 28, 2024 |
Update the logging configuration based on a configuration string
#include <qh/log.h>
int qh_log_update_config(const char *config_str)
Logging using QNX helpers is controlled by a configuration string that specifies a combination of the destination flags, the verbosity of a context, and the message-specific flags. For a detailed description of this string, see Controlling QNX helpers logging.
Calling qh_log_update_config() has no effect if the configuration has been locked using a QH_LOG_CONFIG_CTX* environment variable.
EOK on success or a standard errno on failure (and errno is set).