some of the handlers need to use logging during configuration or
initialisation. the consensus was that injection was preferrable in
these cases to including the log within the method signature.
i think that it would be difficult to achieve service-based logging if
constructor injection was used. so, i think we're going to need to
inject a commons log. my preference is to add an interface
public LogEnabled {
setLogger(Log logger)
}
to replace AbstractLogEnabled
opinions?
- robert
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]