$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2008-02-04 18:48:01
John Torjo wrote:
> Sebastian Redl wrote:
>> 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?
>>
>>
> Please see attached.
OK, so basically the library asks the user to initialize the log. Makes
sense. Is there a way to quickly duplicate the configuration of one
logger into another?
Sebastian Redl