
19 Mar
2004
19 Mar
'04
3:48 a.m.
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).