libyang  0.16.105
YANG data modeling language library
Debug message groups
Collaboration diagram for Debug message groups:

Macros

#define LY_LDGDICT   0x01
 
#define LY_LDGYANG   0x02
 
#define LY_LDGYIN   0x04
 
#define LY_LDGXPATH   0x08
 
#define LY_LDGDIFF   0x10
 

Detailed Description

Selected displayed debug message groups.

Macro Definition Documentation

◆ LY_LDGDICT

#define LY_LDGDICT   0x01

Dictionary additions and deletions.

Definition at line 1936 of file libyang.h.

◆ LY_LDGYANG

#define LY_LDGYANG   0x02

YANG parser messages.

Definition at line 1937 of file libyang.h.

◆ LY_LDGYIN

#define LY_LDGYIN   0x04

YIN parser messages.

Definition at line 1938 of file libyang.h.

◆ LY_LDGXPATH

#define LY_LDGXPATH   0x08

XPath parsing end evaluation.

Definition at line 1939 of file libyang.h.

◆ LY_LDGDIFF

#define LY_LDGDIFF   0x10

Diff processing and creation.

Definition at line 1940 of file libyang.h.