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.
Thanks, Daniel