Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
V1Alpha, V1Beta, v1m1
-
None
Description
Currently, the web service control uses org.apache.log4j directly for logging. In order to allow for plugging in different loggers, the service control should use commons-logging.
For an example, take a look at NetUI's log infrastructure here:
This exposes an org.apache.commons.logging.Log implementation that is used by the rest of NetUI.