v3_debuglevel()
int v3_debuglevel(uint32_t level);
Arguments
| Type | Description |
| uint32_t level | Instructs the library to print out debug information about various activities it is performing. The level is a bitwise OR of Debug Levels. |
int v3_debuglevel(uint32_t level);
| Type | Description |
| uint32_t level | Instructs the library to print out debug information about various activities it is performing. The level is a bitwise OR of Debug Levels. |