$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2008-02-04 17:46:52
Quick question before I dig deeper into the docs.
Say I have a library that does some logging. Naturally, the logger of
this library should be configured by the user of the library, not the
library itself. How would I best do that in this library?
Sebastian Redl