|
Log4j 1.3alpha-5 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ULogger | |
org.apache.log4j | The main log4j package. |
org.apache.log4j.rolling.helper | Internal helper classes used by org.apache.log4j.rolling package. |
org.apache.log4j.spi | Contains part of the System Programming Interface (SPI) needed to extend log4j. |
org.apache.ugli | |
org.apache.ugli.impl |
Uses of ULogger in org.apache.log4j |
Classes in org.apache.log4j that implement ULogger | |
class |
Category
This class has been deprecated and replaced by the Logger subclass. |
class |
Logger
This is the central class in the log4j package. |
Uses of ULogger in org.apache.log4j.rolling.helper |
Methods in org.apache.log4j.rolling.helper with parameters of type ULogger | |
void |
RollingCalendar.printPeriodicity(ULogger logger)
|
Uses of ULogger in org.apache.log4j.spi |
Classes in org.apache.log4j.spi that implement ULogger | |
class |
RootCategory
Deprecated. Replaced by RootLogger . |
class |
RootLogger
RootLogger sits at the top of the category hierachy. |
Methods in org.apache.log4j.spi that return ULogger | |
protected ULogger |
ComponentBase.getLogger()
Return an instance specific logger to be used by the component itself. |
Uses of ULogger in org.apache.ugli |
Methods in org.apache.ugli that return ULogger | |
ULogger |
LoggerFactoryAdapter.getLogger(java.lang.String name)
Return the appropriate named ULogger instance. |
ULogger |
LoggerFactoryAdapter.getLogger(java.lang.String domain,
java.lang.String subDomain)
Return a ULogger instance in domain , subDomain . |
static ULogger |
LoggerFactory.getLogger(java.lang.String name)
|
static ULogger |
LoggerFactory.getLogger(java.lang.String domainName,
java.lang.String subDomainName)
|
static ULogger |
LoggerFactory.getLogger(java.lang.Class clazz)
|
static ULogger |
LoggerFactory.getLogger(java.lang.Class clazz,
java.lang.String subDomainName)
|
Uses of ULogger in org.apache.ugli.impl |
Classes in org.apache.ugli.impl that implement ULogger | |
class |
JDK14Logger
A wrapper over @{link java.utill.Logger} which conforms to the ULogger interface. |
class |
NOPLogger
A no operation (NOP) implementation of ULogger . |
class |
SimpleLogger
A simple implementation that logs messages of level INFO or higher on the console ( System.out |
Methods in org.apache.ugli.impl that return ULogger | |
ULogger |
SimpleLoggerFA.getLogger(java.lang.String name)
Return an appropriate SimpleLogger instance. |
ULogger |
SimpleLoggerFA.getLogger(java.lang.String domainName,
java.lang.String subDomainName)
|
ULogger |
NOPLoggerFA.getLogger(java.lang.String name)
|
ULogger |
NOPLoggerFA.getLogger(java.lang.String domainName,
java.lang.String subDomainName)
|
ULogger |
Log4jLoggerFA.getLogger(java.lang.String name)
Get a ULogger by name, by delegating all work to log4's
LogManager .
|
ULogger |
Log4jLoggerFA.getLogger(java.lang.String domainName,
java.lang.String subDomainName)
Get a ULogger by domain and subdomain name, by delegating all work
to log4's LogManager .
|
ULogger |
JDK14LoggerFA.getLogger(java.lang.String name)
|
ULogger |
JDK14LoggerFA.getLogger(java.lang.String domainName,
java.lang.String subDomainName)
|
|
Log4j 1.3alpha-5 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |