org.apache.pluto.portalImpl.services.log
Class LogServiceImpl

java.lang.Object
  extended by org.apache.pluto.portalImpl.services.Service
      extended by org.apache.pluto.portalImpl.services.log.LogService
          extended by org.apache.pluto.portalImpl.services.log.LogServiceImpl

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.


Constructor Summary
LogServiceImpl()
           
 
Method Summary
 Logger getLogger(java.lang.Class klass)
           
 Logger getLogger(java.lang.String component)
           
 
Methods inherited from class org.apache.pluto.portalImpl.services.Service
destroy, destroy, init, init, init, postInit, postInit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogServiceImpl

public LogServiceImpl()
Method Detail

getLogger

public Logger getLogger(java.lang.String component)

getLogger

public Logger getLogger(java.lang.Class klass)