![]() |
![]() |
![]() |
![]() |
Set the verbosity levels for specified logging modules
#include <mme/mme.h> int mme_set_logging( mme_hdl_t *hdl, const char *name, uint8_t level, uint8_t flags );
mme
The function mme_set_logging() sets the verbosity levels for specified MME logging modules. You can set verbosity levels as required for individual modules or for all modules, as required, by placing the appropriate strings in the buffer referenced by the name argument.
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 |
![]() |
![]() |
![]() |
![]() |