![]() |
![]() |
![]() |
![]() |
Get the verbosity log levels for specified logging modules
#include <mme/mme.h> int mme_get_logging( mme_hdl_t *hdl, const char *name, char *settings, size_t size );
mme
The function mme_get_logging() retrieves the logging verbosity levels for the specified MME logging modules. For more information about the logging modules and how to set their levels, see mme_set_logging().
The mme_get_logging() function writes logging level information into the buffer referenced by the settings argument. These settings are written as a comma-separated list with each item based on the following template:
module=verbosity level:flags
For example, if the metadata interface logging module has a verbosity level of 8 and its flags set to 0, mme_get_logging() writes the following to the buffer referenced by settings: mdi=8:0.
The strings that identify mme logging modules include:
![]() |
The above list is not definitive. The logging modules may change. To find out what logging module strings are valid, call mme_get_logging() with the string referenced by the name argument set to NULL. |
The logging flags are bit masks that configure logging behavior:
None delivered.
This function doesn't perform any validations, and doesn't block.
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |
![]() |
![]() |
![]() |
![]() |