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

java.lang.Object
  extended byorg.apache.pluto.portalImpl.services.Service
      extended byorg.apache.pluto.portalImpl.services.log.LogService
          extended byorg.apache.pluto.portalImpl.services.log.LogServiceImpl
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.


Constructor Summary
LogServiceImpl()
           
 
Method Summary
 org.apache.pluto.services.log.Logger getLogger(java.lang.Class klass)
           
 org.apache.pluto.services.log.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 org.apache.pluto.services.log.Logger getLogger(java.lang.String component)

getLogger

public org.apache.pluto.services.log.Logger getLogger(java.lang.Class klass)


Copyright © 2003-2006 . All Rights Reserved.