Description: zlog is a reliable, high ecent, thread safe,
exsible, clear model, pure c logging
library
Actually, in the c world there is NO good logging library for application like
logback in java or log4cxx in c++. printf can work, but can not be easily redirected
or reformat, syslog is slow and is designed for system use.
So I write zlog.
It is faster, safer and more powerful than log4c. So it can be widely used.
zlog has feartures below:
syslog model, better than log4j model
log format customization
multiple output, include static le path, dynamic le path, stdout, stderr,
syslog, user-dened ouput
runtime mannully or automaticlly refreash congure(safely)
high ecieny, about 200 times faster than syslog(3) with rsyslogd
user-dened log level
safely rotate log le on multiple-process or multiple-threads condition
accurate to microseconds
dzlog, a default category log API for easy use
MDC, a log4j style key-value map
To Search:
File list (Check if you may need any files):
23825765zlog-latest-stable.tar