Hello All, I'm considering a possible design for integrating log4j with our projects. I would like to decouple my classes from the log4j api and was considering implementing a delegation util class that would allow our team members to call with the class type and object message as parameters. So rather then return the Logger class to the calling client it would locate the logger and write the message.
The only problem I'm seeing is that this would make the locating of Logging Class method local instead of having a single instance of the Logger as a static member in the client class. Has anyone done this? Would there be a significant performance loss? Thanks, Matt -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>