Wednesday, June 26, 2013

OOP question for remote logging

Hi,

I am using java.util.Logger for remote logging. The Logger is called by the client side objects. Other than instantiate Logger for every class on the client side, is there any way to put it in a separate class? (OOP way).

Thanks

No comments:

Post a Comment