libyang  2.2.8
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
Logging options
Collaboration diagram for Logging options:

Macros

#define LY_LOLOG   0x01
 
#define LY_LOSTORE   0x02
 
#define LY_LOSTORE_LAST   0x06
 

Detailed Description

Logging option bits of libyang.

Can be set via ly_log_options().

Macro Definition Documentation

#define LY_LOLOG   0x01

Log messages normally, using callback if set. If not set, messages will not be printed by libyang.

Definition at line 116 of file log.h.

#define LY_LOSTORE   0x02

Store any generated errors or warnings, never verbose or debug messages. Note that if LY_LOLOG is not set then verbose and debug messages are always lost.

Definition at line 119 of file log.h.

#define LY_LOSTORE_LAST   0x06

Store any generated errors or warnings but only the last message, always overwrite the previous one.

Definition at line 122 of file log.h.