A B C D E F G I L M N O P R S T W

A

ALL - Static variable in class org.apache.log4j.Level
The ALL has the lowest possible rank and is intended to turn on all logging.
ALL_INT - Static variable in class org.apache.log4j.Priority
The ALL has the lowest possible rank and is intended to turn on all logging.

B

bundle - Variable in class org.apache.log4j.Category
Resource bundle for localized messages.

C

Category - Class in org.apache.log4j
Implementation of the Category class for compatibility, despite it having been deprecated a long, long time ago.
Category(LoggerContext, String) - Constructor for class org.apache.log4j.Category
Constructor used by Logger to specify a LoggerContext.
Category(String) - Constructor for class org.apache.log4j.Category
Constructor exposed by Log4j 1.2.
clear() - Static method in class org.apache.log4j.MDC
 
clear() - Static method in class org.apache.log4j.NDC
Clear any nested diagnostic information if any.
cloneStack() - Static method in class org.apache.log4j.NDC
Clone the diagnostic context for the current thread.

D

debug(Object) - Method in class org.apache.log4j.Category
 
debug(Object, Throwable) - Method in class org.apache.log4j.Category
 
DEBUG - Static variable in class org.apache.log4j.Level
The DEBUG Level designates fine-grained informational events that are most useful to debug an application.
DEBUG - Static variable in class org.apache.log4j.Priority
Deprecated. Use Level.DEBUG instead.
DEBUG_INT - Static variable in class org.apache.log4j.Priority
The DEBUG Level designates fine-grained informational events that are most useful to debug an application.

E

equals(Object) - Method in class org.apache.log4j.Priority
Two priorities are equal if their level fields are equal.
error(Object) - Method in class org.apache.log4j.Category
 
error(Object, Throwable) - Method in class org.apache.log4j.Category
 
ERROR - Static variable in class org.apache.log4j.Level
The ERROR level designates error events that might still allow the application to continue running.
ERROR - Static variable in class org.apache.log4j.Priority
Deprecated. Use Level.ERROR instead.
ERROR_INT - Static variable in class org.apache.log4j.Priority
The ERROR level designates error events that might still allow the application to continue running.
exists(String) - Method in class org.apache.log4j.Category
 
exists(String) - Static method in class org.apache.log4j.LogManager
 

F

fatal(Object) - Method in class org.apache.log4j.Category
 
fatal(Object, Throwable) - Method in class org.apache.log4j.Category
 
FATAL - Static variable in class org.apache.log4j.Level
The FATAL level designates very severe error events that will presumably lead the application to abort.
FATAL - Static variable in class org.apache.log4j.Priority
Deprecated. Use Level.FATAL instead.
FATAL_INT - Static variable in class org.apache.log4j.Priority
The FATAL level designates very severe error events that will presumably lead the application to abort.
forcedLog(String, Priority, Object, Throwable) - Method in class org.apache.log4j.Category
 

G

get(String) - Static method in class org.apache.log4j.MDC
 
get() - Static method in class org.apache.log4j.NDC
Never use this method directly.
getAdditivity() - Method in class org.apache.log4j.Category
 
getAllPossiblePriorities() - Static method in class org.apache.log4j.Priority
Deprecated. This method will be removed with no replacement.
getChainedPriority() - Method in class org.apache.log4j.Category
 
getContext() - Static method in class org.apache.log4j.MDC
 
getDepth() - Static method in class org.apache.log4j.NDC
Get the current nesting depth of this diagnostic context.
getEffectiveLevel() - Method in class org.apache.log4j.Category
 
getInstance(String) - Static method in class org.apache.log4j.Category
 
getInstance(Class) - Static method in class org.apache.log4j.Category
 
getLevel() - Method in class org.apache.log4j.Category
 
getLogger(String) - Static method in class org.apache.log4j.Logger
 
getLogger(Class) - Static method in class org.apache.log4j.Logger
 
getLogger(String, LoggerFactory) - Static method in class org.apache.log4j.Logger
 
getLogger(String) - Static method in class org.apache.log4j.LogManager
 
getLogger(Class) - Static method in class org.apache.log4j.LogManager
 
getName() - Method in class org.apache.log4j.Category
 
getParent() - Method in class org.apache.log4j.Category
 
getPriority() - Method in class org.apache.log4j.Category
 
getResourceBundle() - Method in class org.apache.log4j.Category
 
getRoot() - Static method in class org.apache.log4j.Category
 
getRootLogger() - Static method in class org.apache.log4j.Logger
 
getRootLogger() - Static method in class org.apache.log4j.LogManager
 
getSyslogEquivalent() - Method in class org.apache.log4j.Priority
Return the syslog equivalent of this priority as an integer.

I

info(Object) - Method in class org.apache.log4j.Category
 
info(Object, Throwable) - Method in class org.apache.log4j.Category
 
INFO - Static variable in class org.apache.log4j.Level
The INFO level designates informational messages that highlight the progress of the application at coarse-grained level.
INFO - Static variable in class org.apache.log4j.Priority
Deprecated. Use Level.INFO instead.
INFO_INT - Static variable in class org.apache.log4j.Priority
The INFO level designates informational messages that highlight the progress of the application at coarse-grained level.
inherit(Stack) - Static method in class org.apache.log4j.NDC
Inherit the diagnostic context of another thread.
isDebugEnabled() - Method in class org.apache.log4j.Category
 
isEnabledFor(Priority) - Method in class org.apache.log4j.Category
 
isErrorEnabled() - Method in class org.apache.log4j.Category
 
isFatalEnabled() - Method in class org.apache.log4j.Category
 
isGreaterOrEqual(Priority) - Method in class org.apache.log4j.Priority
Returns true if this level has a higher or equal level than the level passed as argument, false otherwise.
isInfoEnabled() - Method in class org.apache.log4j.Category
 
isTraceEnabled() - Method in class org.apache.log4j.Category
 
isWarnEnabled() - Method in class org.apache.log4j.Category
 

L

l7dlog(Priority, String, Throwable) - Method in class org.apache.log4j.Category
 
l7dlog(Priority, String, Object[], Throwable) - Method in class org.apache.log4j.Category
 
Level - Class in org.apache.log4j
Defines the minimum set of levels recognized by the system, that is OFF, FATAL, ERROR, WARN, INFODEBUG and ALL.
Level(int, String, int) - Constructor for class org.apache.log4j.Level
Instantiate a Level object.
Logger - Class in org.apache.log4j
 
Logger(String) - Constructor for class org.apache.log4j.Logger
 
LoggerFactory - Interface in org.apache.log4j
Implement this interface to create new instances of Logger or a sub-class of Logger.
LogManager - Class in org.apache.log4j
 

M

makeNewLoggerInstance(LoggerContext, String) - Method in interface org.apache.log4j.LoggerFactory
 
MDC - Class in org.apache.log4j
This class behaves just like Log4j's MDC would - and so can cause issues with the redeployment of web applications if the Objects stored in the threads Map cannot be garbage collected.

N

NDC - Class in org.apache.log4j
 

O

OFF - Static variable in class org.apache.log4j.Level
The OFF has the highest possible rank and is intended to turn off logging.
OFF_INT - Static variable in class org.apache.log4j.Priority
The OFF has the highest possible rank and is intended to turn off logging.
org.apache.log4j - package org.apache.log4j
Log4j 1.x compatibility layer.

P

peek() - Static method in class org.apache.log4j.NDC
Looks at the last diagnostic context at the top of this NDC without removing it.
pop() - Static method in class org.apache.log4j.NDC
Clients should call this method before leaving a diagnostic context.
Priority - Class in org.apache.log4j
Refrain from using this class directly, use the Level class instead.
Priority() - Constructor for class org.apache.log4j.Priority
Default constructor for deserialization.
Priority(int, String, int) - Constructor for class org.apache.log4j.Priority
Instantiate a level object.
push(String) - Static method in class org.apache.log4j.NDC
Push new diagnostic context information for the current thread.
put(String, String) - Static method in class org.apache.log4j.MDC
 
put(String, Object) - Static method in class org.apache.log4j.MDC
 

R

readResolve() - Method in class org.apache.log4j.Level
Resolved deserialized level to one of the stock instances.
remove(String) - Static method in class org.apache.log4j.MDC
 
remove() - Static method in class org.apache.log4j.NDC
Remove the diagnostic context for this thread.

S

setAdditivity(boolean) - Method in class org.apache.log4j.Category
 
setLevel(Level) - Method in class org.apache.log4j.Category
 
setMaxDepth(int) - Static method in class org.apache.log4j.NDC
Set maximum depth of this diagnostic context.
setPriority(Priority) - Method in class org.apache.log4j.Category
 
setResourceBundle(ResourceBundle) - Method in class org.apache.log4j.Category
 

T

toInt() - Method in class org.apache.log4j.Priority
Returns the integer representation of this level.
toLevel(String) - Static method in class org.apache.log4j.Level
Convert the string passed as argument to a level.
toLevel(int) - Static method in class org.apache.log4j.Level
Convert an integer passed as argument to a level.
toLevel(int, Level) - Static method in class org.apache.log4j.Level
Convert an integer passed as argument to a level.
toLevel(String, Level) - Static method in class org.apache.log4j.Level
Convert the string passed as argument to a level.
toPriority(String) - Static method in class org.apache.log4j.Priority
Deprecated. Please use the Level.toLevel(String) method instead.
toPriority(int) - Static method in class org.apache.log4j.Priority
Deprecated. Please use the Level.toLevel(int) method instead.
toPriority(int, Priority) - Static method in class org.apache.log4j.Priority
Deprecated. Please use the Level.toLevel(int, Level) method instead.
toPriority(String, Priority) - Static method in class org.apache.log4j.Priority
Deprecated. Please use the Level.toLevel(String, Level) method instead.
toString() - Method in class org.apache.log4j.Priority
Returns the string representation of this priority.
trace(Object) - Method in class org.apache.log4j.Category
 
trace(Object, Throwable) - Method in class org.apache.log4j.Category
 
TRACE - Static variable in class org.apache.log4j.Level
The TRACE Level designates finer-grained informational events than the DEBUG level.
TRACE_INT - Static variable in class org.apache.log4j.Level
TRACE level integer value.

W

warn(Object) - Method in class org.apache.log4j.Category
 
warn(Object, Throwable) - Method in class org.apache.log4j.Category
 
WARN - Static variable in class org.apache.log4j.Level
The WARN level designates potentially harmful situations.
WARN - Static variable in class org.apache.log4j.Priority
Deprecated. Use Level.WARN instead.
WARN_INT - Static variable in class org.apache.log4j.Priority
The WARN level designates potentially harmful situations.

A B C D E F G I L M N O P R S T W

Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.