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

java.lang.Object
  extended by org.apache.pluto.portalImpl.services.Service
      extended by org.apache.pluto.portalImpl.services.log.LogService
Direct Known Subclasses:
LogServiceImpl, StandardOutLogService

public abstract class LogService
extends Service

Defines the PortalDrivers LogService implementation for pluto.


Constructor Summary
LogService()
           
 
Method Summary
 
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

LogService

public LogService()