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: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to