Re: [orchestra] static log objects

2007-08-11 Thread Mario Ivankovits
Hi! I've noticed that a number of Orchestra classes use private static final Log log = ; See class ConversationManager for an example. I don't think static log objects are a good idea in libraries, as described here: http://wiki.apache.org/jakarta-commons/Logging/StaticLog Yepp,

[orchestra] static log objects

2007-08-10 Thread simon
Hi Mario et al., I've noticed that a number of Orchestra classes use private static final Log log = ; See class ConversationManager for an example. I don't think static log objects are a good idea in libraries, as described here: http://wiki.apache.org/jakarta-commons/Logging/StaticLog