Is there any difference, advantage, etc. by doing

       Logger logger = Logger.getLogger(MyClass.class);

versus doing

       Logger logger = Logger.getLogger(MyClass.class.getName());

I've seen it both ways in documentation and examples and both seem to
work the same way.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to