libyang  1.0.101
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
 
#define LY_LDGAPI   0x20
 
#define LY_LDGHASH   0x40
 

Detailed Description

Selected displayed debug message groups.

Macro Definition Documentation

◆ LY_LDGDICT

#define LY_LDGDICT   0x01

Dictionary additions and deletions.

Definition at line 1940 of file libyang.h.

◆ LY_LDGYANG

#define LY_LDGYANG   0x02

YANG parser messages.

Definition at line 1941 of file libyang.h.

◆ LY_LDGYIN

#define LY_LDGYIN   0x04

YIN parser messages.

Definition at line 1942 of file libyang.h.

◆ LY_LDGXPATH

#define LY_LDGXPATH   0x08

XPath parsing end evaluation.

Definition at line 1943 of file libyang.h.

◆ LY_LDGDIFF

#define LY_LDGDIFF   0x10

Diff processing and creation.

Definition at line 1944 of file libyang.h.

◆ LY_LDGAPI

#define LY_LDGAPI   0x20

API tracing.

Definition at line 1945 of file libyang.h.

◆ LY_LDGHASH

#define LY_LDGHASH   0x40

Hash table modifications.

Definition at line 1946 of file libyang.h.