Log4j 1.3alpha-6

org.apache.ugli.impl
Class JDK14LoggerFA

java.lang.Object
  |
  +--org.apache.ugli.impl.JDK14LoggerFA
All Implemented Interfaces:
LoggerFactoryAdapter

public class JDK14LoggerFA
extends java.lang.Object
implements LoggerFactoryAdapter

Author:
ceki To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
JDK14LoggerFA()
           
 
Method Summary
 ULogger getLogger(java.lang.String name)
          Return the appropriate named ULogger instance.
 ULogger getLogger(java.lang.String domainName, java.lang.String subDomainName)
          Return a ULogger instance in domain, subDomain.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDK14LoggerFA

public JDK14LoggerFA()
Method Detail

getLogger

public ULogger getLogger(java.lang.String name)
Description copied from interface: LoggerFactoryAdapter
Return the appropriate named ULogger instance.

Specified by:
getLogger in interface LoggerFactoryAdapter

getLogger

public ULogger getLogger(java.lang.String domainName,
                         java.lang.String subDomainName)
Description copied from interface: LoggerFactoryAdapter
Return a ULogger instance in domain, subDomain.

Specified by:
getLogger in interface LoggerFactoryAdapter
Parameters:
domainName -
subDomainName -
Returns:
ULogger instance

Log4j 1.3alpha-6

Copyright 2000-2005 Apache Software Foundation.