Jacob Kjome skrev den 07-07-2008 08:11:
logging name each time it is used. You'll have do add a constructor that takes
a
logger name, such as...
public SQLStatements(String loggerName) {...}
And then each time you use this helper class, pass in the logger name to use.
For
instance...
Another option is just passing in another Logger object in the call to
the method.
That may confuse a maintainer though. I spent some time a while ago
locating a logger which had been initialized with the wrong class so the
messages came from a different class.
--
Thorbjørn
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]