Log4j 1.3alpha-5

org.apache.ugli
Class LoggerFactory

java.lang.Object
  |
  +--org.apache.ugli.LoggerFactory

public class LoggerFactory
extends java.lang.Object

The LoggerFactory can produce Loggers for various logging APIs, most notably for log4j, JDK 1.4 logging. Other implemenations such as NOPLogger and SimpleLogger are also supported.

Author:
Ceki Gülcü

Constructor Summary
LoggerFactory()
           
 
Method Summary
static ULogger getLogger(java.lang.Class clazz)
           
static ULogger getLogger(java.lang.Class clazz, java.lang.String subDomainName)
           
static ULogger getLogger(java.lang.String name)
           
static ULogger getLogger(java.lang.String domainName, java.lang.String subDomainName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerFactory

public LoggerFactory()
Method Detail

getLogger

public static ULogger getLogger(java.lang.String name)

getLogger

public static ULogger getLogger(java.lang.String domainName,
                                java.lang.String subDomainName)

getLogger

public static ULogger getLogger(java.lang.Class clazz)

getLogger

public static ULogger getLogger(java.lang.Class clazz,
                                java.lang.String subDomainName)

Log4j 1.3alpha-5

Copyright 2000-2005 Apache Software Foundation.