|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.container.services.log.LogServiceImpl
Implementation of Apache Pluto LogService.
Constructor Summary | |
LogServiceImpl()
|
Method Summary | |
void |
destroy()
Destroys the services. |
org.apache.pluto.services.log.Logger |
getLogger(java.lang.Class klass)
|
org.apache.pluto.services.log.Logger |
getLogger(java.lang.String component)
|
void |
init(javax.servlet.ServletConfig servletConfig,
java.util.Properties properties)
Initializes the service using the servlet configuration and the service properties. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LogServiceImpl()
Method Detail |
public void init(javax.servlet.ServletConfig servletConfig, java.util.Properties properties) throws java.lang.Exception
PortletContainerService
init
in interface PortletContainerService
servletConfig
- the servlet configurationproperties
- the service properties
java.lang.Exception
- if the initialization failspublic void destroy() throws java.lang.Exception
PortletContainerService
destroy
in interface PortletContainerService
java.lang.Exception
- if the destruction failspublic org.apache.pluto.services.log.Logger getLogger(java.lang.Class klass)
getLogger
in interface org.apache.pluto.services.log.LogService
public org.apache.pluto.services.log.Logger getLogger(java.lang.String component)
getLogger
in interface org.apache.pluto.services.log.LogService
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |