$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Torjo (john.lists_at_[hidden])
Date: 2004-06-30 13:55:07
Dear boosters,
Worked some more on the logging library, and here's what's new:
- added ***documentation***
- added samples
- made static library (improved compilation times)
- added efficient thread-safe logger, which does the logging on a
dedicated thread
(in order to be as fast as possible, it caches multiple log messages
- which could be coming
from multiple threads, and has a dedicated thread, which once at X
milliseconds, writes them)
Get it from:
http://groups.yahoo.com/group/boost/files/logging.zip or
http://www.torjo.com/code/logging.zip
Looking forward to your feedback.
Best,
John
-- John Torjo Freelancer -- john_at_[hidden] -- http://www.torjo.com/logview/ - viewing/filtering logs is just too easy!