I am using a static logger at the top of my class, and it is working fine.
Now I need to create an Appender that goes to a specific Company db. This changes for each class that is loaded, though. Is there a way to use the static logger in this fashion, where I can change the specific instance for the Class Logger?
What would be the best way to implement this?Should this go on the users list instead?
Thanks
