- All Implemented Interfaces:
- org.apache.pluto.services.ContainerService, org.apache.pluto.services.log.LogService
public class LogServiceImpl
extends LogService
LogService implementation which uses Commons Logging.
The use of commons logging provides us with a simple yet
effective way to abstract the logging implementation. Commons
Logging will be initialized in it's default manner according
to: http://jakarta.apache.org/commons/logging/userguide.html.
If no configuraiton is found, Commons Logging will use it's
SimpleLog configuration, which will log everything to standard
error.