libyang  1.0.184
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 1913 of file libyang.h.

◆ LY_LDGYANG

#define LY_LDGYANG   0x02

YANG parser messages.

Definition at line 1914 of file libyang.h.

◆ LY_LDGYIN

#define LY_LDGYIN   0x04

YIN parser messages.

Definition at line 1915 of file libyang.h.

◆ LY_LDGXPATH

#define LY_LDGXPATH   0x08

XPath parsing end evaluation.

Definition at line 1916 of file libyang.h.

◆ LY_LDGDIFF

#define LY_LDGDIFF   0x10

Diff processing and creation.

Definition at line 1917 of file libyang.h.

◆ LY_LDGAPI

#define LY_LDGAPI   0x20

API tracing.

Definition at line 1918 of file libyang.h.

◆ LY_LDGHASH

#define LY_LDGHASH   0x40

Hash table modifications.

Definition at line 1919 of file libyang.h.