Deprecated log.h and created a new ylog.h
authorHeikki Levanto <heikki@indexdata.dk>
Thu, 18 Nov 2004 15:18:10 +0000 (15:18 +0000)
committerHeikki Levanto <heikki@indexdata.dk>
Thu, 18 Nov 2004 15:18:10 +0000 (15:18 +0000)
commit3b96525a40981e162b959f3e842e0ff20e314320
tree41ae2b8bd32d65caafc542855dfe2efdd1f262a3
parenta94620ffd6001681474a94f5de767f168d772d1c
Deprecated log.h and created a new ylog.h
Renamed all LOG_ #defines to matching YLOG_, and used them everywhere
Used the new dynamic log system in deveral places
24 files changed:
client/client.c
include/yaz/Makefile.am
include/yaz/log.h
include/yaz/yaz-util.h
include/yaz/ylog.h [new file with mode: 0644]
src/eventl.c
src/log.c
src/logrpn.c
src/nmem.c
src/odr.c
src/odr_oct.c
src/readconf.c
src/seshigh.c
src/statserv.c
src/tcpdchk.c
src/tcpip.c
src/tpath.c
src/unix.c
src/xmalloc.c
src/zoom-c.c
test/tstlog.c
zoom/zoomsh.c
ztest/read-grs.c
ztest/ztest.c