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 1884 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 1886 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 1888 of file libyang.h.