From: "tobyclemson@..." Date: 2007-08-25T08:15:04+09:00 Subject: Logging object. Hi, Can anyone suggest the best way to pass a Logger object around between all the classes in an application? Currently I have it set in a constant in the top-level but I don't feel that this is the best way to do it as it couples the code in each of my classes to the current implementation and makes it difficult for me to reuse the code elsewhere without first setting up a logger instance of the same name. Thanks, Toby