libyang  2.1.148
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Debug messages groups
Collaboration diagram for Debug messages groups:

Macros

#define LY_LDGDEPSETS   0x04
 
#define LY_LDGDICT   0x01
 
#define LY_LDGXPATH   0x02
 

Detailed Description

Categories of the debug messages.

Allows to show only the selected group(s) of the debug messages.

Macro Definition Documentation

#define LY_LDGDEPSETS   0x04

Dependency module sets for schema compilation.

Definition at line 160 of file log.h.

#define LY_LDGDICT   0x01

Dictionary additions and deletions.

Definition at line 158 of file log.h.

#define LY_LDGXPATH   0x02

XPath parsing end evaluation.

Definition at line 159 of file log.h.