Logging level control interface for core video feature-lib. More...
#include <syslog.h>
Functions | |
void | VFTR_setLog (int level) |
Set log level for core video feature lib. More... | |
Logging level control interface for core video feature-lib.
void VFTR_setLog | ( | int | level | ) |
Set log level for core video feature lib.
User can specify log level by macros defined in syslog.h, which includes LOG_EMERG, LOG_ALERT, LOG_CRIT, LOG_ERR, LOG_WARNING, LOG_NOTICE, LOG_INFO and LOG_DEBUG, to enable or disable logs.
After configured, logs with lower importance will be ignored.
[in] | level | Accept integer in range [0, 7]. Otherwise the action will be ignored. |