$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Neal Becker (ndbecker2_at_[hidden])
Date: 2004-03-18 22:48:21
An interesting idea is that boost::signal seems like a nice way to connect
logging producers with logging consumers.
Only problem with it, is that the overhead of a disconnected signal seems to
be much to high to be considered negligible when turned off. (I just tried
stepping through using gdb. It was amusing - for a while).