Uses of Interface
org.apache.pluto.services.log.Logger

Packages that use Logger
org.apache.pluto   
org.apache.pluto.core.impl   
org.apache.pluto.invoker.impl   
org.apache.pluto.services.log   
 

Uses of Logger in org.apache.pluto
 

Fields in org.apache.pluto declared as Logger
private  Logger PortletContainerImpl.log
           
 

Uses of Logger in org.apache.pluto.core.impl
 

Fields in org.apache.pluto.core.impl declared as Logger
private  Logger RenderRequestImpl.log
           
 

Uses of Logger in org.apache.pluto.invoker.impl
 

Fields in org.apache.pluto.invoker.impl declared as Logger
private  Logger PortletInvokerImpl.log
           
 

Methods in org.apache.pluto.invoker.impl that return Logger
private  Logger PortletInvokerImpl.getLog()
          Provides lazy instantiation of the Logger.
 

Uses of Logger in org.apache.pluto.services.log
 

Methods in org.apache.pluto.services.log that return Logger
 Logger LogService.getLogger(java.lang.Class klass)
          Used to retrieve a Logger implementation which can be used to log information for the given Class.
 Logger LogService.getLogger(java.lang.String component)
          Used to retrieve a Logger implementation which can be used to log information for the given component.