Log4j 1.2.8 | ||
Frames | No Frames |
Methods with parameter type org.apache.log4j.Logger | |
void | Does not do anything. |
Constructors with parameter type org.apache.log4j.Logger | |
Methods with return type org.apache.log4j.Logger | |
Logger | |
Logger | |
Logger | |
Logger | |
Logger |
Methods with parameter type org.apache.log4j.Logger | |
void | Adds the logger passed as parameter to the list of
loggers that we need to search for in case of appender failure. |
Constructors with parameter type org.apache.log4j.Logger | |
Create a new logger hierarchy. |
Methods with return type org.apache.log4j.Logger | |
Logger | If the named category exists (in the default hierarchy) then it
returns a reference to the category, otherwise it returns
null . |
Logger | Check if the named logger exists in the hierarchy. |
Logger | LogManager.exists(String name) |
Logger | Same as calling getLogger(clazz.getName()) . |
Logger | LogManager.getLogger(Class clazz) Retrieve the appropriate Logger instance. |
Logger | Return a new logger instance named as the first parameter using
the default factory. |
Logger | Retrieve a logger by name. |
Logger | LogManager.getLogger(String name) Retrieve the appropriate Logger instance. |
Logger | Return a new logger instance named as the first parameter using
factory . |
Logger | Like getLogger(String) except that the type of logger
instantiated depends on the type returned by the LoggerFactory.makeNewLoggerInstance(String) method of the
factory parameter. |
Logger | Retrieve the appropriate Logger instance. |
Logger | Get the root of this hierarchy. |
Logger | Retrieve the root logger. |
Logger | Retrieve the appropriate root logger. |
Classes derived from org.apache.log4j.Logger | |
class | RootCategory sits at the top of the category hierachy. |
Methods with parameter type org.apache.log4j.Logger | |
void | Add a reference to a logger to which the failing appender might
be attached to. |
Methods with return type org.apache.log4j.Logger | |
Logger | LoggerRepository.exists(String name) |
Logger | LoggerRepository.getLogger(String name) |
Logger | |
Logger | |
Logger | LoggerFactory.makeNewLoggerInstance(String name) |
Methods with parameter type org.apache.log4j.Logger | |
void | Used internally to parse the children of a category element. |
void | Used internally to parse a level element. |