Threaded Logger - Summary
Threadlog is a logger library.
The main difference between Threadlog and the usual Unix logger
(syslog) is that Threadlog enforces a graph structure over all
log messages : a message can reference several previously written
Contents of the repository :
threadlog/ : headers for the various logger API
lib/ : sources of libthreadlog
tools/ : sources for the binaries
Binaries :
threadlogd : the daemon that receives and write the log messages (via sockets)
log : a command line tool to send a log message
delog : the command line / ncurse tool to browse through log messages
See the various header files to learn more about how to use the threadlog library in your programs.
Registration Date: Fri 29 Dec 2006 04:03:26 PM UTC
License: GNU General Public License V2 or later
Development Status: 4 - Beta

