What's the plan for logging in wsrp4j?
I note that wsrp4j includes its own logging API and implementation
org.apache.wsrp4j.commons.log.*
Is it the case that:
1) WSRP4j has special logging needs fulfilled by this custom logging API
such that it benefits from and should continue to maintain its own
logging API instead of using an off-the-shelf logging API (Commons
Logging or log4j directly). The advantage of using the internal API is
the special features it provides.
2) WSRP4j has greatly reduced logging needs such that the flexibility
and power of something like Commons logging or log4j would be overkill.
The advantage of using the internal API is simplicity.
or
3) The project would benefit from moving to use Commons Logging
throughout, and progress on this ist waiting for someone interested in
making contributions of patches that accomplish this move. The internal
API is currently used for legacy reasons -- i.e. it's what the code did
at some point in the past and it hasn't been changed.
Andrew