X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Flog.h;h=926828734af33885ab3df0a362ec23e7cf7f6487;hp=3d7bb67305546729686fff1fe093b40956ef34bc;hb=d654b817f2bdb80102dd663d78f31ab3eea4f6bd;hpb=bc2c68cf9316d95c5b00444aaaa2f0a6127c1aa9 diff --git a/include/yaz/log.h b/include/yaz/log.h index 3d7bb67..9268287 100644 --- a/include/yaz/log.h +++ b/include/yaz/log.h @@ -220,9 +220,13 @@ YAZ_EXPORT void log_event_end(void (*func)(int level, const char *msg, */ YAZ_EXPORT void yaz_log_xml_errors(const char *prefix, int log_level); +/** \brief Lock for YAZ log writes +*/ YAZ_EXPORT void yaz_log_lock(void); -YAZ_EXPORT void yaz_log_unlock(void); +/** \brief Unlock for YAZ log writes +*/ +YAZ_EXPORT void yaz_log_unlock(void); YAZ_END_CDECL #endif