Added a new log flag LOG_FLUSH that forces flushing the log after every
authorHeikki Levanto <heikki@indexdata.dk>
Tue, 2 Nov 2004 12:55:04 +0000 (12:55 +0000)
committerHeikki Levanto <heikki@indexdata.dk>
Tue, 2 Nov 2004 12:55:04 +0000 (12:55 +0000)
commit86ed958b7fd25d668f426da532a2a5c0a78bc9ef
tree5c584e5cc8fb7429e3ce645cf8b6b27213c3d421
parentd7b75f236b92e98bff554317e123753d0549c3c3
Added a new log flag LOG_FLUSH that forces flushing the log after every
write. Yaz used to do this unconditionally, now it only does if LOG_FLUSH or
LOG_DEBUG are set in the log level. Presumably speeds up stuff that writes
many log entries...
include/yaz/log.h
src/log.c