Does no one else have a problem with needing to log messages from templated classes? If anyone else has solved this problem, I would very much like to hear your solution.
Thanks, Daniel On Thu, 20 Jan 2005 15:51:41 -0500, Daniel Einspanjer <[EMAIL PROTECTED]> wrote: > Could anyone share their methods for logging within a templated class? > > Specifically, the problem I don't have a good solution for is the > static instantiation of a logger object at all, let alone one that has > a name giving the particular class for which the template is being > used.