> From: QM [mailto:[EMAIL PROTECTED]
>
> I notice, you define/initialize the instance variable "log" at its
> declaration point.
>
> Humor me: what happens if you initialize "log" in the ctor?

Or for that matter, why not make the log member static?  There's no harm in one log 
instance being shared by multiple objects.

Reply via email to