Log4j 1.2.13 | |
Frames | No Frames |
Methods with parameter type org.apache.log4j.Logger | |
void |
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. |
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. |
Methods with parameter type org.apache.log4j.Logger | |
void | Does not do anything. |
Classes derived from org.apache.log4j.Logger | |
class | |
class | RootLogger sits at the top of the logger 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) |
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 | Shorthand for 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 named according to the value of the
name parameter. |
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 | Return the root logger for the current logger repository. |
Logger | Retrieve the appropriate root logger. |
Constructors with parameter type org.apache.log4j.Logger | |
Methods with return type org.apache.log4j.Logger | |
Logger | |
Logger | |
Logger | |
Logger | |
Logger |