Logging option bits of libyang.
◆ LY_LOLOG
Log messages normally, using callback if set. If not set, messages will not be printed by libyang.
Definition at line 1903 of file libyang.h.
◆ LY_LOSTORE
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 1906 of file libyang.h.
◆ LY_LOSTORE_LAST
#define LY_LOSTORE_LAST 0x06 |
Store any generated errors or warnings but only the last message, always overwrite the previous one.
Definition at line 1909 of file libyang.h.