
4 Feb
2008
4 Feb
'08
11:48 p.m.
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