org.apache.jetspeed.container.services.log
Class PlutoLogService

java.lang.Object
  extended by org.apache.jetspeed.container.services.log.PlutoLogService
All Implemented Interfaces:
org.apache.pluto.services.ContainerService, org.apache.pluto.services.log.LogService

public class PlutoLogService
extends java.lang.Object
implements org.apache.pluto.services.log.LogService

Implements the logging service adaptor for the Pluto container adapting Jetspeed logging service implemented in Commons to Pluto NOTE: this implementation may have performance issues since everytime we call isSomethingEnabled, we must get a logger I recommend deprecated Pluto's logging container service and this adaptor once we get the Pluto source in Apache's CVS

Version:
$Id: PlutoLogService.java 516448 2007-03-09 16:25:47Z ate $
Author:
David Sean Taylor

Constructor Summary
PlutoLogService()
           
 
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlutoLogService

public PlutoLogService()
Method Detail

getLogger

public org.apache.pluto.services.log.Logger getLogger(java.lang.String component)
Specified by:
getLogger in interface org.apache.pluto.services.log.LogService

getLogger

public org.apache.pluto.services.log.Logger getLogger(java.lang.Class klass)
Specified by:
getLogger in interface org.apache.pluto.services.log.LogService


Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.