$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Colin Caughie (c.caughie_at_[hidden])
Date: 2008-02-08 10:38:18
> From what I can see so far, using this library is not going to be a
> compelling alternative to the concise
>
> #include <syslog.h>
> syslog(LOG_WARN,"Blob %d failed to %s",n,x);
Yeah, we used to do that. Once you've had a few crashes due to passing the wrong
argument types in the variable argument list, that _only_ happen when you hit
the error condition that that line is supposed to help you diagnose,
Boost.Logging looks very compelling indeed... :)
Colin