Uses of Interface org.apache.log4j.spi.LoggerRepository

Uses in package org.apache.log4j.varia

Methods with parameter type org.apache.log4j.spi.LoggerRepository

void
Interpret a resource pointed by a URL and set up log4j accordingly.

Uses in package org.apache.log4j.lf5

Methods with parameter type org.apache.log4j.spi.LoggerRepository

void
This is a dummy method that will throw an IllegalStateException if used.

Uses in package org.apache.log4j.xml

Methods with parameter type org.apache.log4j.spi.LoggerRepository

void
DOMConfigurator.doConfigure(Element element, LoggerRepository repository)
Configure by taking in an DOM element.
void
DOMConfigurator.doConfigure(InputSource inputSource, LoggerRepository repository)
Configure log4j by reading in a log4j.dtd compliant XML configuration file.
void
DOMConfigurator.doConfigure(InputStream inputStream, LoggerRepository repository)
Configure log4j by reading in a log4j.dtd compliant XML configuration file.
void
DOMConfigurator.doConfigure(Reader reader, LoggerRepository repository)
Configure log4j by reading in a log4j.dtd compliant XML configuration file.
void
DOMConfigurator.doConfigure(String filename, LoggerRepository repository)
void
Interpret a resource pointed by a URL and set up log4j accordingly.

Uses in package org.apache.log4j.helpers

Methods with parameter type org.apache.log4j.spi.LoggerRepository

void
OptionConverter.selectAndConfigure(URL url, String clazz, LoggerRepository hierarchy)
Configure log4j given a URL.

Uses in package org.apache.log4j.net

Constructors with parameter type org.apache.log4j.spi.LoggerRepository

SocketNode.SocketNode(Socket socket, LoggerRepository hierarchy)

Uses in package org.apache.log4j.spi

Constructors with parameter type org.apache.log4j.spi.LoggerRepository

Methods with parameter type org.apache.log4j.spi.LoggerRepository

void
Interpret a resource pointed by a URL and set up log4j accordingly.

Methods with return type org.apache.log4j.spi.LoggerRepository

LoggerRepository
LoggerRepository
Returns a LoggerRepository depending on the context.

Uses in package org.apache.log4j

Classes implementing org.apache.log4j.spi.LoggerRepository

class
This class is specialized in retrieving loggers by name and also maintaining the logger hierarchy.

Fields of type org.apache.log4j.spi.LoggerRepository

LoggerRepository

Methods with parameter type org.apache.log4j.spi.LoggerRepository

void
PropertyConfigurator.doConfigure(Properties properties, LoggerRepository hierarchy)
Read configuration options from properties.
void
PropertyConfigurator.doConfigure(String configFileName, LoggerRepository hierarchy)
Read configuration from a file.
void
Read configuration options from url configURL.
void
Parse non-root elements, such non-root categories and renderers.

Methods with return type org.apache.log4j.spi.LoggerRepository

LoggerRepository
Return the default Hierarchy instance.
LoggerRepository
Return the the Hierarchy where this Category instance is attached.
LoggerRepository
Return the the LoggerRepository where this Category is attached.
LoggerRepository

Copyright 2000-2005 Apache Software Foundation.