kaos.cougaar.clik.util
Class CougaarLoggerFactory

java.lang.Object
  extended by kaos.cougaar.clik.util.CougaarLoggerFactory
All Implemented Interfaces:
LoggerFactory

public class CougaarLoggerFactory
extends java.lang.Object
implements LoggerFactory


Constructor Summary
CougaarLoggerFactory(ServiceBroker sb)
           
 
Method Summary
 Logger getLogger(java.lang.Object requestor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CougaarLoggerFactory

public CougaarLoggerFactory(ServiceBroker sb)
Method Detail

getLogger

public Logger getLogger(java.lang.Object requestor)
Specified by:
getLogger in interface LoggerFactory