A B C D E F G H I K L M N O P R S T U W X Z

A

abbreviate(int, StringBuffer) - Method in class org.apache.log4j.pattern.NameAbbreviator
Abbreviates a name in a StringBuffer.
abbreviate(int, StringBuffer) - Method in class org.apache.log4j.pattern.NamePatternConverter
Abbreviate name in string buffer.
AbstractRule - Class in org.apache.log4j.rule
An abstract Rule class that provides the PropertyChange support plumbing.
AbstractRule() - Constructor for class org.apache.log4j.rule.AbstractRule
 
Action - Interface in org.apache.log4j.rolling.helper
The Action interface should be implemented by any class that performs file system actions for RollingFileAppenders after the close of the active log file.
ActionBase - Class in org.apache.log4j.rolling.helper
Abstract base class for implementations of Action.
ActionBase() - Constructor for class org.apache.log4j.rolling.helper.ActionBase
Constructor.
activateOptions() - Method in class org.apache.log4j.EnhancedPatternLayout
Activates the conversion pattern.
activateOptions() - Method in class org.apache.log4j.filter.AndFilter
 
activateOptions() - Method in class org.apache.log4j.filter.ExpressionFilter
activateOptions() - Method in class org.apache.log4j.filter.LocationInfoFilter
activateOptions() - Method in class org.apache.log4j.rolling.FilterBasedTriggeringPolicy
activateOptions() - Method in class org.apache.log4j.rolling.FixedWindowRollingPolicy
activateOptions() - Method in class org.apache.log4j.rolling.RollingFileAppender
Prepare instance of use.
activateOptions() - Method in class org.apache.log4j.rolling.RollingPolicyBase
activateOptions() - Method in class org.apache.log4j.rolling.SizeBasedTriggeringPolicy
Prepares policy for use.
activateOptions() - Method in class org.apache.log4j.rolling.TimeBasedRollingPolicy
Prepares instance of use.
activateOptions() - Method in class org.apache.log4j.varia.SoundAppender
Attempt to initialize the appender by creating a reference to an AudioClip.
activateOptions() - Method in class org.apache.log4j.xml.XSLTLayout
activeFileName - Variable in class org.apache.log4j.rolling.RollingPolicyBase
Active file name may be null.
addFilter(Filter) - Method in class org.apache.log4j.filter.AndFilter
 
addFilter(Filter) - Method in class org.apache.log4j.rolling.FilterBasedTriggeringPolicy
Add a filter to end of the filter list.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.log4j.rule.AbstractRule
Add property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.log4j.rule.Rule
Adds a PropertyChangeListener to this instance, which is notified when underlying Rule information has changed.
AndFilter - Class in org.apache.log4j.filter
A filter that 'and's the results of any number of contained filters together.
AndFilter() - Constructor for class org.apache.log4j.filter.AndFilter
 
AndRule - Class in org.apache.log4j.rule
A Rule class implementing a logical 'and'.
append(LoggingEvent) - Method in class org.apache.log4j.varia.SoundAppender
Play the sound if an event is being processed
applyFields(String, LoggingEvent) - Method in class org.apache.log4j.spi.LoggingEventFieldResolver
Apply fields.

B

BridgePatternConverter - Class in org.apache.log4j.pattern
The class implements the pre log4j 1.3 org.apache.log4j.helpers.PatternConverter contract by delegating to the log4j 1.3 pattern implementation.
BridgePatternConverter(String) - Constructor for class org.apache.log4j.pattern.BridgePatternConverter
Create a new instance.
BridgePatternParser - Class in org.apache.log4j.pattern
The class implements the pre log4j 1.3 org.apache.log4j.helpers.PatternConverter contract by delegating to the log4j 1.3 pattern implementation.
BridgePatternParser(String) - Constructor for class org.apache.log4j.pattern.BridgePatternParser
Create a new instance.
BUF_SIZE - Variable in class org.apache.log4j.EnhancedPatternLayout
Deprecated. since 1.3

C

CachedDateFormat - Class in org.apache.log4j.pattern
CachedDateFormat optimizes the performance of a wrapped DateFormat.
CachedDateFormat(DateFormat, int) - Constructor for class org.apache.log4j.pattern.CachedDateFormat
Creates a new CachedDateFormat object.
categoryName - Variable in class org.apache.log4j.pattern.LogEvent
Deprecated. This field will be marked as private in future releases. Please do not access it directly. Use the LogEvent.getLoggerName() method instead.
CLASS_FIELD - Static variable in class org.apache.log4j.spi.LoggingEventFieldResolver
CLASS string literal.
ClassNamePatternConverter - Class in org.apache.log4j.pattern
Formats the class name of the site of the logging request.
clearFilters() - Method in class org.apache.log4j.rolling.FilterBasedTriggeringPolicy
Clear the filters chain.
close() - Method in interface org.apache.log4j.rolling.helper.Action
Cancels the action if not already initialized or waits till completion.
close() - Method in class org.apache.log4j.rolling.helper.ActionBase
Cancels the action if not already initialized or waits till completion.
close() - Method in class org.apache.log4j.rolling.RollingFileAppender
Close appender.
close() - Method in class org.apache.log4j.varia.SoundAppender
 
ColorRule - Class in org.apache.log4j.rule
A Rule class which also holds a color.
ColorRule(String, Rule, Color, Color) - Constructor for class org.apache.log4j.rule.ColorRule
Create new instance.
CompositeAction - Class in org.apache.log4j.rolling.helper
A group of Actions to be executed in sequence.
CompositeAction(List, boolean) - Constructor for class org.apache.log4j.rolling.helper.CompositeAction
Construct a new composite action.
CONFIG - Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
CONFIG.
CONFIG_INT - Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
Numerical value for CONFIG.
configure(Element) - Static method in class org.apache.log4j.extras.DOMConfigurator
Configure log4j using a configuration element as defined in the log4j.dtd.
configure(String) - Static method in class org.apache.log4j.extras.DOMConfigurator
A static version of DOMConfigurator.doConfigure(String, LoggerRepository).
configure(URL) - Static method in class org.apache.log4j.extras.DOMConfigurator
A static version of DOMConfigurator.doConfigure(URL, LoggerRepository).
configureAndWatch(String) - Static method in class org.apache.log4j.extras.DOMConfigurator
Like DOMConfigurator.configureAndWatch(String, long) except that the default delay as defined by FileWatchdog.DEFAULT_DELAY is used.
configureAndWatch(String, long) - Static method in class org.apache.log4j.extras.DOMConfigurator
Read the configuration file configFilename if it exists.
convert(LoggingEvent) - Method in class org.apache.log4j.pattern.BridgePatternConverter
convert(String) - Method in class org.apache.log4j.rule.InFixToPostFix
Convert in-fix expression to post-fix.
createPatternParser(String) - Method in class org.apache.log4j.EnhancedPatternLayout
Returns PatternParser used to parse the conversion string.
createWriter(OutputStream) - Method in class org.apache.log4j.rolling.RollingFileAppender
Returns an OutputStreamWriter when passed an OutputStream.

D

DatePatternConverter - Class in org.apache.log4j.pattern
Convert and format the event's date in a StringBuffer.
debug(Logger, String, Object[]) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at debug level.
debug(Logger, Throwable, String, Object[]) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at debug level.
debug(Logger, String, boolean) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at debug level.
debug(Logger, String, char) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at debug level.
debug(Logger, String, byte) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at debug level.
debug(Logger, String, short) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at debug level.
debug(Logger, String, int) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at debug level.
debug(Logger, String, long) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at debug level.
debug(Logger, String, float) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at debug level.
debug(Logger, String, double) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at debug level.
debug(Logger, String, Object) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at debug level.
debug(Logger, String, Object, Object) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at debug level.
debug(Logger, String, Object, Object, Object) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at debug level.
debug(Logger, String, Object, Object, Object, Object) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at debug level.
debug(Logger, String, Object[]) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at debug level.
debug(Logger, Throwable, String, Object[]) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at debug level.
debug(Logger, String, boolean) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at debug level.
debug(Logger, String, char) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at debug level.
debug(Logger, String, byte) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at debug level.
debug(Logger, String, short) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at debug level.
debug(Logger, String, int) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at debug level.
debug(Logger, String, long) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at debug level.
debug(Logger, String, float) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at debug level.
debug(Logger, String, double) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at debug level.
debug(Logger, String, Object) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at debug level.
debug(Logger, String, Object, Object) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at debug level.
debug(Logger, String, Object, Object, Object) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at debug level.
debug(Logger, String, Object, Object, Object, Object) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at debug level.
decide(LoggingEvent) - Method in class org.apache.log4j.filter.AndFilter
If this event does not already contain location information, evaluate the event against the expression.
decide(LoggingEvent) - Method in class org.apache.log4j.filter.DenyAllFilter
Always returns the integer constant Filter.DENY regardless of the LoggingEvent parameter.
decide(LoggingEvent) - Method in class org.apache.log4j.filter.ExpressionFilter
Determines if event matches the filter.
decide(LoggingEvent) - Method in class org.apache.log4j.filter.LevelMatchFilter
Return the decision of this filter.
decide(LoggingEvent) - Method in class org.apache.log4j.filter.LevelRangeFilter
Return the decision of this filter.
decide(LoggingEvent) - Method in class org.apache.log4j.filter.LocationInfoFilter
If this event does not already contain location information, evaluate the event against the expression.
decide(LoggingEvent) - Method in class org.apache.log4j.filter.LoggerMatchFilter
decide(LoggingEvent) - Method in class org.apache.log4j.filter.StringMatchFilter
Returns Filter.NEUTRAL is there is no string match.
decide(LoggingEvent) - Method in class org.apache.log4j.filter.TimeFilter
DEFAULT_CONVERSION_PATTERN - Static variable in class org.apache.log4j.EnhancedPatternLayout
Default pattern string for log output.
DenyAllFilter - Class in org.apache.log4j.filter
This filter drops all logging events.
DenyAllFilter() - Constructor for class org.apache.log4j.filter.DenyAllFilter
 
doConfigure(String, LoggerRepository) - Method in class org.apache.log4j.extras.DOMConfigurator
 
doConfigure(URL, LoggerRepository) - Method in class org.apache.log4j.extras.DOMConfigurator
 
doConfigure(InputStream, LoggerRepository) - Method in class org.apache.log4j.extras.DOMConfigurator
Configure log4j by reading in a log4j.dtd compliant XML configuration file.
doConfigure(Reader, LoggerRepository) - Method in class org.apache.log4j.extras.DOMConfigurator
Configure log4j by reading in a log4j.dtd compliant XML configuration file.
doConfigure(InputSource, LoggerRepository) - Method in class org.apache.log4j.extras.DOMConfigurator
Configure log4j by reading in a log4j.dtd compliant XML configuration file.
doConfigure(Element, LoggerRepository) - Method in class org.apache.log4j.extras.DOMConfigurator
Configure by taking in an DOM element.
DOMConfigurator - Class in org.apache.log4j.extras
This is a duplicate (with minor modifications) of the log4j 1.2.15 DOMConfigurator renamed for use with earlier versions of log4j.
DOMConfigurator() - Constructor for class org.apache.log4j.extras.DOMConfigurator
No argument constructor.

E

EMPTY_STRING - Static variable in class org.apache.log4j.spi.LoggingEventFieldResolver
empty string literal.
EnhancedPatternLayout - Class in org.apache.log4j
A flexible layout configurable with pattern string.
EnhancedPatternLayout() - Constructor for class org.apache.log4j.EnhancedPatternLayout
Constructs a EnhancedPatternLayout using the DEFAULT_LAYOUT_PATTERN.
EnhancedPatternLayout(String) - Constructor for class org.apache.log4j.EnhancedPatternLayout
Constructs a EnhancedPatternLayout using the supplied conversion pattern.
EqualsRule - Class in org.apache.log4j.rule
A Rule class which returns the result of performing equals against two strings.
error(Logger, String, Object[]) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at error level.
error(Logger, Throwable, String, Object[]) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at error level.
error(Logger, String, Object[]) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at error level.
error(Logger, Throwable, String, Object[]) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at error level.
evaluate(LoggingEvent) - Method in class org.apache.log4j.rule.AndRule
Returns true if this implementation of the rule accepts the LoggingEvent, or false if not.
evaluate(LoggingEvent) - Method in class org.apache.log4j.rule.ColorRule
Returns true if this implementation of the rule accepts the LoggingEvent, or false if not.
evaluate(LoggingEvent) - Method in class org.apache.log4j.rule.EqualsRule
Returns true if this implementation of the rule accepts the LoggingEvent, or false if not.
evaluate(LoggingEvent) - Method in class org.apache.log4j.rule.ExistsRule
Returns true if this implementation of the rule accepts the LoggingEvent, or false if not.
evaluate(LoggingEvent) - Method in class org.apache.log4j.rule.ExpressionRule
Returns true if this implementation of the rule accepts the LoggingEvent, or false if not.
evaluate(LoggingEvent) - Method in class org.apache.log4j.rule.InequalityRule
Returns true if this implementation of the rule accepts the LoggingEvent, or false if not.
evaluate(LoggingEvent) - Method in class org.apache.log4j.rule.LevelEqualsRule
Returns true if this implementation of the rule accepts the LoggingEvent, or false if not.
evaluate(LoggingEvent) - Method in class org.apache.log4j.rule.LikeRule
Returns true if this implementation of the rule accepts the LoggingEvent, or false if not.
evaluate(LoggingEvent) - Method in class org.apache.log4j.rule.NotEqualsRule
Returns true if this implementation of the rule accepts the LoggingEvent, or false if not.
evaluate(LoggingEvent) - Method in class org.apache.log4j.rule.NotRule
Returns true if this implementation of the rule accepts the LoggingEvent, or false if not.
evaluate(LoggingEvent) - Method in class org.apache.log4j.rule.OrRule
Returns true if this implementation of the rule accepts the LoggingEvent, or false if not.
evaluate(LoggingEvent) - Method in class org.apache.log4j.rule.PartialTextMatchRule
Returns true if this implementation of the rule accepts the LoggingEvent, or false if not.
evaluate(LoggingEvent) - Method in interface org.apache.log4j.rule.Rule
Returns true if this implementation of the rule accepts the LoggingEvent, or false if not.
evaluate(LoggingEvent) - Method in class org.apache.log4j.rule.TimestampEqualsRule
Returns true if this implementation of the rule accepts the LoggingEvent, or false if not.
evaluate(LoggingEvent) - Method in class org.apache.log4j.rule.TimestampInequalityRule
Returns true if this implementation of the rule accepts the LoggingEvent, or false if not.
EXCEPTION_FIELD - Static variable in class org.apache.log4j.spi.LoggingEventFieldResolver
EXCEPTION string literal.
execute() - Method in interface org.apache.log4j.rolling.helper.Action
Perform an action.
execute() - Method in class org.apache.log4j.rolling.helper.ActionBase
Perform action.
execute() - Method in class org.apache.log4j.rolling.helper.CompositeAction
Execute sequence of actions.
execute() - Method in class org.apache.log4j.rolling.helper.FileRenameAction
Rename file.
execute(File, File, boolean) - Static method in class org.apache.log4j.rolling.helper.FileRenameAction
Rename file.
execute() - Method in class org.apache.log4j.rolling.helper.GZCompressAction
Compress.
execute(File, File, boolean) - Static method in class org.apache.log4j.rolling.helper.GZCompressAction
Compress a file.
execute() - Method in class org.apache.log4j.rolling.helper.ZipCompressAction
Compress.
execute(File, File, boolean) - Static method in class org.apache.log4j.rolling.helper.ZipCompressAction
Compress a file.
ExistsRule - Class in org.apache.log4j.rule
A Rule class implementing a not null (and not empty string) check.
ExpressionFilter - Class in org.apache.log4j.filter
A filter supporting complex expressions - supports both infix and postfix expressions (infix expressions must first be converted to postfix prior to processing).
ExpressionFilter() - Constructor for class org.apache.log4j.filter.ExpressionFilter
 
ExpressionRule - Class in org.apache.log4j.rule
A Rule class supporting both infix and postfix expressions, accepting any rule which is supported by the RuleFactory.

F

fatal(Logger, String, Object[]) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at fatal level.
fatal(Logger, Throwable, String, Object[]) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at fatal level.
fatal(Logger, String, Object[]) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at fatal level.
fatal(Logger, Throwable, String, Object[]) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at fatal level.
FILE_FIELD - Static variable in class org.apache.log4j.spi.LoggingEventFieldResolver
FILE string literal.
FileDatePatternConverter - Class in org.apache.log4j.pattern
Formats an date by delegating to DatePatternConverter.
FileLocationPatternConverter - Class in org.apache.log4j.pattern
Return the event's line location information in a StringBuffer.
FileRenameAction - Class in org.apache.log4j.rolling.helper
File rename action.
FileRenameAction(File, File, boolean) - Constructor for class org.apache.log4j.rolling.helper.FileRenameAction
Creates an FileRenameAction.
FilterBasedTriggeringPolicy - Class in org.apache.log4j.rolling
FilterBasedTriggeringPolicy determines if rolling should be triggered by evaluating the current message against a set of filters.
FilterBasedTriggeringPolicy() - Constructor for class org.apache.log4j.rolling.FilterBasedTriggeringPolicy
Creates a new FilterBasedTriggeringPolicy.
findAppenderByName(Document, String) - Method in class org.apache.log4j.extras.DOMConfigurator
Used internally to parse appenders by IDREF name.
findAppenderByReference(Element) - Method in class org.apache.log4j.extras.DOMConfigurator
Used internally to parse appenders by IDREF element.
findMillisecondStart(long, String, DateFormat) - Static method in class org.apache.log4j.pattern.CachedDateFormat
Finds start of millisecond field in formatted time.
FINE - Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
FINE.
FINE_INT - Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
Numerical value for FINE.
FINER - Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
FINER.
FINER_INT - Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
Numerical value for FINER.
FINEST - Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
FINEST.
FINEST_INT - Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
Numerical value for FINEST.
firePropertyChange(String, Object, Object) - Method in class org.apache.log4j.rule.AbstractRule
Send property change notification to attached listeners.
firePropertyChange(PropertyChangeEvent) - Method in class org.apache.log4j.rule.AbstractRule
Send property change notification to attached listeners.
FixedWindowRollingPolicy - Class in org.apache.log4j.rolling
When rolling over, FixedWindowRollingPolicy renames files according to a fixed window algorithm as described below.
FixedWindowRollingPolicy() - Constructor for class org.apache.log4j.rolling.FixedWindowRollingPolicy
Constructs a new instance.
format(LoggingEvent) - Method in class org.apache.log4j.EnhancedPatternLayout
Formats a logging event to a writer.
format(StringBuffer, LoggingEvent) - Method in class org.apache.log4j.pattern.BridgePatternConverter
Format event to string buffer.
format(Date, StringBuffer, FieldPosition) - Method in class org.apache.log4j.pattern.CachedDateFormat
Formats a Date into a date/time string.
format(long, StringBuffer) - Method in class org.apache.log4j.pattern.CachedDateFormat
Formats a millisecond count into a date/time string.
format(LoggingEvent, StringBuffer) - Method in class org.apache.log4j.pattern.ClassNamePatternConverter
Format a logging event.
format(LoggingEvent, StringBuffer) - Method in class org.apache.log4j.pattern.DatePatternConverter
Formats an event into a string buffer.
format(Object, StringBuffer) - Method in class org.apache.log4j.pattern.DatePatternConverter
Formats an object into a string buffer.
format(Date, StringBuffer) - Method in class org.apache.log4j.pattern.DatePatternConverter
Append formatted date to string buffer.
format(LoggingEvent, StringBuffer) - Method in class org.apache.log4j.pattern.FileLocationPatternConverter
Formats an event into a string buffer.
format(int, StringBuffer) - Method in class org.apache.log4j.pattern.FormattingInfo
Adjust the content of the buffer based on the specified lengths and alignment.
format(LoggingEvent, StringBuffer) - Method in class org.apache.log4j.pattern.FullLocationPatternConverter
Formats an event into a string buffer.
format(Object, StringBuffer) - Method in class org.apache.log4j.pattern.IntegerPatternConverter
Formats an object into a string buffer.
format(LoggingEvent, StringBuffer) - Method in class org.apache.log4j.pattern.LevelPatternConverter
Formats an event into a string buffer.
format(LoggingEvent, StringBuffer) - Method in class org.apache.log4j.pattern.LineLocationPatternConverter
Formats an event into a string buffer.
format(LoggingEvent, StringBuffer) - Method in class org.apache.log4j.pattern.LineSeparatorPatternConverter
Formats an event into a string buffer.
format(Object, StringBuffer) - Method in class org.apache.log4j.pattern.LineSeparatorPatternConverter
Formats an object into a string buffer.
format(LoggingEvent, StringBuffer) - Method in class org.apache.log4j.pattern.LiteralPatternConverter
Formats an event into a string buffer.
format(Object, StringBuffer) - Method in class org.apache.log4j.pattern.LiteralPatternConverter
Formats an object into a string buffer.
format(LoggingEvent, StringBuffer) - Method in class org.apache.log4j.pattern.LoggerPatternConverter
Formats an event into a string buffer.
format(LoggingEvent, StringBuffer) - Method in class org.apache.log4j.pattern.LoggingEventPatternConverter
Formats an event into a string buffer.
format(Object, StringBuffer) - Method in class org.apache.log4j.pattern.LoggingEventPatternConverter
Formats an object into a string buffer.
format(LoggingEvent, StringBuffer) - Method in class org.apache.log4j.pattern.MessagePatternConverter
Formats an event into a string buffer.
format(LoggingEvent, StringBuffer) - Method in class org.apache.log4j.pattern.MethodLocationPatternConverter
Formats an event into a string buffer.
format(LoggingEvent, StringBuffer) - Method in class org.apache.log4j.pattern.NDCPatternConverter
Formats an event into a string buffer.
format(Object, StringBuffer) - Method in class org.apache.log4j.pattern.PatternConverter
Formats an object into a string buffer.
format(LoggingEvent, StringBuffer) - Method in class org.apache.log4j.pattern.PropertiesPatternConverter
Formats an event into a string buffer.
format(LoggingEvent, StringBuffer) - Method in class org.apache.log4j.pattern.RelativeTimePatternConverter
Formats an event into a string buffer.
format(LoggingEvent, StringBuffer) - Method in class org.apache.log4j.pattern.SequenceNumberPatternConverter
Formats an event into a string buffer.
format(LoggingEvent, StringBuffer) - Method in class org.apache.log4j.pattern.ThreadPatternConverter
Formats an event into a string buffer.
format(LoggingEvent, StringBuffer) - Method in class org.apache.log4j.pattern.ThrowableInformationPatternConverter
Formats an event into a string buffer.
format(LoggingEvent) - Method in class org.apache.log4j.xml.XSLTLayout
formatFileName(Object, StringBuffer) - Method in class org.apache.log4j.rolling.RollingPolicyBase
Format file name.
FormattingInfo - Class in org.apache.log4j.pattern
Modifies the output of a pattern converter for a specified minimum and maximum width and alignment.
FormattingInfo(boolean, int, int) - Constructor for class org.apache.log4j.pattern.FormattingInfo
Creates new instance.
fqnOfCategoryClass - Variable in class org.apache.log4j.pattern.LogEvent
Fully qualified name of the calling category class.
FullLocationPatternConverter - Class in org.apache.log4j.pattern
Format the event's line location information.

G

getAbbreviator(String) - Static method in class org.apache.log4j.pattern.NameAbbreviator
Gets an abbreviator.
getAcceptOnMatch() - Method in class org.apache.log4j.filter.ExpressionFilter
Gets whether filter accepts matching or non-matching events.
getAcceptOnMatch() - Method in class org.apache.log4j.filter.LevelMatchFilter
 
getAcceptOnMatch() - Method in class org.apache.log4j.filter.LevelRangeFilter
Get the value of the AcceptOnMatch option.
getAcceptOnMatch() - Method in class org.apache.log4j.filter.LoggerMatchFilter
Gets whether a match should result in acceptance.
getAcceptOnMatch() - Method in class org.apache.log4j.filter.StringMatchFilter
 
getAcceptOnMatch() - Method in class org.apache.log4j.filter.TimeFilter
Gets whether an event within the timespan should be accepted or denied.
getActiveFileName() - Method in class org.apache.log4j.rolling.RollingPolicyBase
Deprecated. Duplicates FileAppender.file and should be removed
getActiveFileName() - Method in interface org.apache.log4j.rolling.RolloverDescription
Active log file name after rollover.
getActiveFileName() - Method in class org.apache.log4j.rolling.RolloverDescriptionImpl
Active log file name after rollover.
getAllPossibleLevels() - Static method in class org.apache.log4j.helpers.UtilLoggingLevel
Gets list of supported levels.
getAppend() - Method in interface org.apache.log4j.rolling.RolloverDescription
Specifies if active file should be opened for appending.
getAppend() - Method in class org.apache.log4j.rolling.RolloverDescriptionImpl
Specifies if active file should be opened for appending.
getAsynchronous() - Method in interface org.apache.log4j.rolling.RolloverDescription
Action to be completed after close of current active log file and before next rollover attempt, may be executed asynchronously.
getAsynchronous() - Method in class org.apache.log4j.rolling.RolloverDescriptionImpl
Action to be completed after close of current active log file and before next rollover attempt, may be executed asynchronously.
getAudioURL() - Method in class org.apache.log4j.varia.SoundAppender
Accessor
getBackgroundColor() - Method in class org.apache.log4j.rule.ColorRule
Get background color.
getContentType() - Method in class org.apache.log4j.xml.XSLTLayout
getConversionPattern() - Method in class org.apache.log4j.EnhancedPatternLayout
Returns the value of the ConversionPattern option.
getConvertInFixToPostFix() - Method in class org.apache.log4j.filter.ExpressionFilter
Get in-fix to post-fix conversion setting.
getConvertInFixToPostFix() - Method in class org.apache.log4j.filter.LocationInfoFilter
Set whether in-fix expressions should be converted to post-fix.
getDatePatternConverter() - Method in class org.apache.log4j.rolling.RollingPolicyBase
 
getDefault() - Static method in class org.apache.log4j.pattern.FormattingInfo
Gets default instance.
getDefaultAbbreviator() - Static method in class org.apache.log4j.pattern.NameAbbreviator
Gets default abbreviator.
getExpression() - Method in class org.apache.log4j.filter.ExpressionFilter
Get expression.
getExpression() - Method in class org.apache.log4j.filter.LocationInfoFilter
Get expression.
getExpression() - Method in class org.apache.log4j.rule.ColorRule
Get expression.
getFileLength() - Method in class org.apache.log4j.rolling.RollingFileAppender
Get byte length of current active log file.
getFileNamePattern() - Method in class org.apache.log4j.rolling.RollingPolicyBase
Get file name pattern.
getFileNamePatternRules() - Static method in class org.apache.log4j.pattern.PatternParser
Get standard format specifiers for rolling file appender file specification.
getFilter() - Method in class org.apache.log4j.rolling.FilterBasedTriggeringPolicy
Returns the head Filter.
getForegroundColor() - Method in class org.apache.log4j.rule.ColorRule
Get foreground color.
getFQNOfLoggerClass() - Method in class org.apache.log4j.pattern.LogEvent
Get the fully qualified name of the calling logger sub-class/wrapper.
getInstance() - Static method in class org.apache.log4j.rule.RuleFactory
Get instance.
getInstance() - Static method in class org.apache.log4j.spi.LoggingEventFieldResolver
Get singleton instance.
getIntegerPatternConverter() - Method in class org.apache.log4j.rolling.RollingPolicyBase
 
getLevel() - Method in class org.apache.log4j.pattern.LogEvent
Return the level of this event.
getLevelMax() - Method in class org.apache.log4j.filter.LevelRangeFilter
Get the value of the LevelMax option.
getLevelMin() - Method in class org.apache.log4j.filter.LevelRangeFilter
Get the value of the LevelMin option.
getLevelToMatch() - Method in class org.apache.log4j.filter.LevelMatchFilter
 
getLocationInfo() - Method in class org.apache.log4j.xml.XSLTLayout
Gets whether location info should be output.
getLocationInformation() - Method in class org.apache.log4j.pattern.LogEvent
Set the location information for this logging event.
getLoggerName() - Method in class org.apache.log4j.pattern.LogEvent
Return the name of the logger.
getLoggerToMatch() - Method in class org.apache.log4j.filter.LoggerMatchFilter
Gets logger name.
getMaxFileSize() - Method in class org.apache.log4j.rolling.SizeBasedTriggeringPolicy
Gets rollover threshold size in bytes.
getMaximumCacheValidity(String) - Static method in class org.apache.log4j.pattern.CachedDateFormat
Gets maximum cache validity for the specified SimpleDateTime conversion pattern.
getMaxIndex() - Method in class org.apache.log4j.rolling.FixedWindowRollingPolicy
Get index of oldest log file to be retained.
getMaxLength() - Method in class org.apache.log4j.pattern.FormattingInfo
Get maximum length.
getMDC(String) - Method in class org.apache.log4j.pattern.LogEvent
Returns the the context corresponding to the key parameter.
getMDCCopy() - Method in class org.apache.log4j.pattern.LogEvent
Obtain a copy of this thread's MDC prior to serialization or asynchronous logging.
getMessage() - Method in class org.apache.log4j.pattern.LogEvent
Return the message for this logging event.
getMinIndex() - Method in class org.apache.log4j.rolling.FixedWindowRollingPolicy
Get index of most recent log file.
getMinLength() - Method in class org.apache.log4j.pattern.FormattingInfo
Get minimum length.
getName() - Method in class org.apache.log4j.pattern.PatternConverter
This method returns the name of the conversion pattern.
getNDC() - Method in class org.apache.log4j.pattern.LogEvent
This method returns the NDC for this event.
getNumberFormat() - Method in class org.apache.log4j.pattern.CachedDateFormat
Gets number formatter.
getOptionStrings() - Method in class org.apache.log4j.filter.DenyAllFilter
Deprecated. We now use JavaBeans introspection to configure components. Options strings are no longer needed.
getPatternLayoutRules() - Static method in class org.apache.log4j.pattern.PatternParser
Get standard format specifiers for EnhancedPatternLayout.
getProperties() - Method in class org.apache.log4j.pattern.LogEvent
Returns the set of properties for the event.
getProperties() - Method in class org.apache.log4j.xml.XSLTLayout
Gets whether MDC key-value pairs should be output.
getProperty(String) - Method in class org.apache.log4j.pattern.LogEvent
Return a property for this event.
getPropertyKeySet(LoggingEvent) - Method in class org.apache.log4j.helpers.MDCKeySetExtractor
 
getPropertyKeySet() - Method in class org.apache.log4j.pattern.LogEvent
Returns the set of the key values in the properties for the event.
getRenderedMessage() - Method in class org.apache.log4j.pattern.LogEvent
 
getRollingPolicy() - Method in class org.apache.log4j.rolling.RollingFileAppender
Get rolling policy.
getRule(Stack) - Static method in class org.apache.log4j.rule.AndRule
Create rule from top two elements of stack.
getRule(Rule, Rule) - Static method in class org.apache.log4j.rule.AndRule
Get rule.
getRule() - Method in class org.apache.log4j.rule.ColorRule
Get rule.
getRule(Stack) - Static method in class org.apache.log4j.rule.EqualsRule
Create new instance from top two elements of stack.
getRule(String, String) - Static method in class org.apache.log4j.rule.EqualsRule
Create new instance.
getRule(String) - Static method in class org.apache.log4j.rule.ExistsRule
Get an instance of ExistsRule.
getRule(Stack) - Static method in class org.apache.log4j.rule.ExistsRule
Create an instance of ExistsRule using the top name on the stack.
getRule(String) - Static method in class org.apache.log4j.rule.ExpressionRule
Get rule.
getRule(String, boolean) - Static method in class org.apache.log4j.rule.ExpressionRule
Get rule.
getRule(String, Stack) - Static method in class org.apache.log4j.rule.InequalityRule
Create new instance from top two elements on stack.
getRule(String, String, String) - Static method in class org.apache.log4j.rule.InequalityRule
Create new instance from top two elements on stack.
getRule(String) - Static method in class org.apache.log4j.rule.LevelEqualsRule
Create new rule.
getRule(String, String) - Static method in class org.apache.log4j.rule.LevelInequalityRule
Create new rule.
getRule(Stack) - Static method in class org.apache.log4j.rule.LikeRule
Create new instance from top two elements of stack.
getRule(String, String) - Static method in class org.apache.log4j.rule.LikeRule
Create new instance.
getRule(String, String) - Static method in class org.apache.log4j.rule.NotEqualsRule
Get new instance.
getRule(Stack) - Static method in class org.apache.log4j.rule.NotEqualsRule
Get new instance from top two elements of stack.
getRule(Rule) - Static method in class org.apache.log4j.rule.NotRule
Create new instance.
getRule(Stack) - Static method in class org.apache.log4j.rule.NotRule
Create new instance from top element of stack.
getRule(Rule, Rule) - Static method in class org.apache.log4j.rule.OrRule
Create new instance.
getRule(Stack) - Static method in class org.apache.log4j.rule.OrRule
Create new instance from top two elements of stack.
getRule(String, String) - Static method in class org.apache.log4j.rule.PartialTextMatchRule
Create new instance.
getRule(Stack) - Static method in class org.apache.log4j.rule.PartialTextMatchRule
Create new instance from top two elements of stack.
getRule(String, Stack) - Method in class org.apache.log4j.rule.RuleFactory
Create rule from applying operator to stack.
getRule(String) - Static method in class org.apache.log4j.rule.TimestampEqualsRule
Create new instance.
getRule(String, String) - Static method in class org.apache.log4j.rule.TimestampInequalityRule
Create new instance.
getStartTime() - Static method in class org.apache.log4j.pattern.LogEvent
Returns the time when the application started, in milliseconds elapsed since 01.01.1970.
getStringToMatch() - Method in class org.apache.log4j.filter.StringMatchFilter
 
getStyleClass(Object) - Method in class org.apache.log4j.pattern.LevelPatternConverter
This method returns the CSS style class that should be applied to the LoggingEvent passed as parameter, which can be null.
getStyleClass(Object) - Method in class org.apache.log4j.pattern.PatternConverter
This method returns the CSS style class that should be applied to the LoggingEvent passed as parameter, which can be null.
getSynchronous() - Method in interface org.apache.log4j.rolling.RolloverDescription
Action to be completed after close of current active log file before returning control to caller.
getSynchronous() - Method in class org.apache.log4j.rolling.RolloverDescriptionImpl
Action to be completed after close of current active log file before returning control to caller.
getThreadName() - Method in class org.apache.log4j.pattern.LogEvent
 
getThrowableInformation() - Method in class org.apache.log4j.pattern.LogEvent
Returns the throwable information contained within this event.
getThrowableStrRep() - Method in class org.apache.log4j.pattern.LogEvent
Return this event's throwable's string[] representaion.
getTimeStamp() - Method in class org.apache.log4j.pattern.LogEvent
Getter for the event's time stamp.
getTriggeringPolicy() - Method in class org.apache.log4j.rolling.RollingFileAppender
Get triggering policy.
getValue(String, LoggingEvent) - Method in class org.apache.log4j.spi.LoggingEventFieldResolver
Get value of field.
GZCompressAction - Class in org.apache.log4j.rolling.helper
Compresses a file using GZ compression.
GZCompressAction(File, File, boolean) - Constructor for class org.apache.log4j.rolling.helper.GZCompressAction
Create new instance of GZCompressAction.

H

handlesThrowable() - Method in class org.apache.log4j.pattern.LoggingEventPatternConverter
Normally pattern converters are not meant to handle Exceptions although few pattern converters might.
handlesThrowable() - Method in class org.apache.log4j.pattern.ThrowableInformationPatternConverter
This converter obviously handles throwables.

I

ignoresThrowable() - Method in class org.apache.log4j.EnhancedPatternLayout
Will return false if any of the conversion specifiers in the pattern handles Exceptions.
ignoresThrowable() - Method in class org.apache.log4j.pattern.BridgePatternConverter
Will return false if any of the conversion specifiers in the pattern handles Exceptions.
ignoresThrowable() - Method in class org.apache.log4j.xml.XSLTLayout
Gets whether throwables should not be output.
incrementFileLength(int) - Method in class org.apache.log4j.rolling.RollingFileAppender
Increments estimated byte length of current active log file.
InequalityRule - Class in org.apache.log4j.rule
A Rule class implementing inequality evaluation.
InFixToPostFix - Class in org.apache.log4j.rule
A helper class which converts infix expressions to postfix expressions Currently grouping is supported, as well as all of the Rules supported by RuleFactory NOTE: parsing is supported through the use of StringTokenizer, which means all tokens in the expression must be separated by spaces.
InFixToPostFix() - Constructor for class org.apache.log4j.rule.InFixToPostFix
Create new instance.
INFO - Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
INFO.
info(Logger, String, Object[]) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at info level.
info(Logger, Throwable, String, Object[]) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at info level.
info(Logger, String, boolean) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at info level.
info(Logger, String, char) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at info level.
info(Logger, String, byte) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at info level.
info(Logger, String, short) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at info level.
info(Logger, String, int) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at info level.
info(Logger, String, long) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at info level.
info(Logger, String, float) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at info level.
info(Logger, String, double) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at info level.
info(Logger, String, Object) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at info level.
info(Logger, String, Object, Object) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at info level.
info(Logger, String, Object, Object, Object) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at info level.
info(Logger, String, Object, Object, Object, Object) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at info level.
info(Logger, String, Object[]) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at info level.
info(Logger, Throwable, String, Object[]) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at info level.
info(Logger, String, boolean) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at info level.
info(Logger, String, char) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at info level.
info(Logger, String, byte) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at info level.
info(Logger, String, short) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at info level.
info(Logger, String, int) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at info level.
info(Logger, String, long) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at info level.
info(Logger, String, float) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at info level.
info(Logger, String, double) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at info level.
info(Logger, String, Object) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at info level.
info(Logger, String, Object, Object) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at info level.
info(Logger, String, Object, Object, Object) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at info level.
info(Logger, String, Object, Object, Object, Object) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at info level.
INFO_INT - Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
Numerical value for INFO.
initialize(String, boolean) - Method in class org.apache.log4j.rolling.FixedWindowRollingPolicy
Initialize the policy and return any initial actions for rolling file appender..
initialize(String, boolean) - Method in interface org.apache.log4j.rolling.RollingPolicy
Initialize the policy and return any initial actions for rolling file appender..
initialize(String, boolean) - Method in class org.apache.log4j.rolling.TimeBasedRollingPolicy
Initialize the policy and return any initial actions for rolling file appender..
INSTANCE - Static variable in class org.apache.log4j.helpers.MDCKeySetExtractor
 
IntegerPatternConverter - Class in org.apache.log4j.pattern
Formats an integer.
isComplete() - Method in interface org.apache.log4j.rolling.helper.Action
Determines if action has been completed.
isComplete() - Method in class org.apache.log4j.rolling.helper.ActionBase
Tests if the action is complete.
isField(String) - Method in class org.apache.log4j.spi.LoggingEventFieldResolver
Determines if specified string is a recognized field.
isLeftAligned() - Method in class org.apache.log4j.pattern.FormattingInfo
Determine if left aligned.
isRule(String) - Method in class org.apache.log4j.rule.RuleFactory
Determine if specified string is a known operator.
isTriggeringEvent(LoggingEvent) - Method in class org.apache.log4j.rolling.FilterBasedTriggeringPolicy
isTriggeringEvent(Appender, LoggingEvent, String, long) - Method in class org.apache.log4j.rolling.FilterBasedTriggeringPolicy
Determines if a rollover may be appropriate at this time.
isTriggeringEvent(Appender, LoggingEvent, String, long) - Method in class org.apache.log4j.rolling.SizeBasedTriggeringPolicy
Determines if a rollover may be appropriate at this time.
isTriggeringEvent(Appender, LoggingEvent, String, long) - Method in class org.apache.log4j.rolling.TimeBasedRollingPolicy
Determines if a rollover may be appropriate at this time.
isTriggeringEvent(Appender, LoggingEvent, String, long) - Method in interface org.apache.log4j.rolling.TriggeringPolicy
Determines if a rollover may be appropriate at this time.

K

KEYWORD_LIST - Static variable in class org.apache.log4j.spi.LoggingEventFieldResolver
Keyword list.

L

level - Variable in class org.apache.log4j.pattern.LogEvent
Deprecated. This field will be marked as private in future releases. Please do not access it directly. Use the LogEvent.getLevel() method instead.
LEVEL_FIELD - Static variable in class org.apache.log4j.spi.LoggingEventFieldResolver
LEVEL string literal.
LevelEqualsRule - Class in org.apache.log4j.rule
A Rule class implementing equals against two levels.
LevelInequalityRule - Class in org.apache.log4j.rule
A Rule class implementing inequality evaluation for Levels (log4j and util.logging) using the toInt method.
LevelMatchFilter - Class in org.apache.log4j.filter
This is a very simple filter based on level matching.
LevelMatchFilter() - Constructor for class org.apache.log4j.filter.LevelMatchFilter
 
LevelPatternConverter - Class in org.apache.log4j.pattern
Return the event's level in a StringBuffer.
LevelRangeFilter - Class in org.apache.log4j.filter
This is a very simple filter based on level matching, which can be used to reject messages with priorities outside a certain range.
LevelRangeFilter() - Constructor for class org.apache.log4j.filter.LevelRangeFilter
 
LikeRule - Class in org.apache.log4j.rule
A Rule class supporting java.util.regex regular expression syntax.
LINE_FIELD - Static variable in class org.apache.log4j.spi.LoggingEventFieldResolver
LINE string literal.
LineLocationPatternConverter - Class in org.apache.log4j.pattern
Return the event's line location information in a StringBuffer.
LineSeparatorPatternConverter - Class in org.apache.log4j.pattern
Formats a line separator.
LiteralPatternConverter - Class in org.apache.log4j.pattern
Formats a string literal.
LiteralPatternConverter(String) - Constructor for class org.apache.log4j.pattern.LiteralPatternConverter
Create a new instance.
LocationInfoFilter - Class in org.apache.log4j.filter
Location information is usually specified at the appender level - all events associated with an appender either create and parse stack traces or they do not.
LocationInfoFilter() - Constructor for class org.apache.log4j.filter.LocationInfoFilter
 
locationInformationExists() - Method in class org.apache.log4j.pattern.LogEvent
Check for the existence of location information without creating it (a byproduct of calling getLocationInformation).
log(Logger, Level, String, Object[]) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at specified level.
log(Logger, Level, Throwable, String, Object[]) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at specified level.
log(Logger, Level, String, Object) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at specified level.
log(Logger, Level, String, boolean) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at specified level.
log(Logger, Level, String, byte) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at specified level.
log(Logger, Level, String, char) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at specified level.
log(Logger, Level, String, short) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at specified level.
log(Logger, Level, String, int) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at specified level.
log(Logger, Level, String, long) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at specified level.
log(Logger, Level, String, float) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at specified level.
log(Logger, Level, String, double) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at specified level.
log(Logger, Level, String, Object, Object) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at specified level.
log(Logger, Level, String, Object, Object, Object) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at specifed level.
log(Logger, Level, String, Object, Object, Object, Object) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at specified level.
log(Logger, Level, String, Object[]) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at specified level.
log(Logger, Level, Throwable, String, Object[]) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at specified level.
log(Logger, Level, String, Object) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at specified level.
log(Logger, Level, String, boolean) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at specified level.
log(Logger, Level, String, byte) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at specified level.
log(Logger, Level, String, char) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at specified level.
log(Logger, Level, String, short) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at specified level.
log(Logger, Level, String, int) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at specified level.
log(Logger, Level, String, long) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at specified level.
log(Logger, Level, String, float) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at specified level.
log(Logger, Level, String, double) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at specified level.
log(Logger, Level, String, Object, Object) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at specified level.
log(Logger, Level, String, Object, Object, Object) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at specifed level.
log(Logger, Level, String, Object, Object, Object, Object) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at specified level.
LogEvent - Class in org.apache.log4j.pattern
This class is a copy of o.a.l.spi.LoggingEvent from log4j 1.2.15 which has been renamed to keep the same overall class name length to allow a serialization written with a prior instance of o.a.l.spi.LoggingEvent to be deserialized with this class just by mangling the class name in the byte stream.
LogEvent(String, Category, Priority, Object, Throwable) - Constructor for class org.apache.log4j.pattern.LogEvent
Instantiate a LoggingEvent from the supplied parameters.
LogEvent(String, Category, long, Priority, Object, Throwable) - Constructor for class org.apache.log4j.pattern.LogEvent
Instantiate a LoggingEvent from the supplied parameters.
LogEvent(String, Logger, long, Level, Object, String, ThrowableInformation, String, LocationInfo, Map) - Constructor for class org.apache.log4j.pattern.LogEvent
Create new instance.
LOGGER_FIELD - Static variable in class org.apache.log4j.spi.LoggingEventFieldResolver
LOGGER string literal.
LoggerMatchFilter - Class in org.apache.log4j.filter
This is a very simple filter based on logger name matching.
LoggerMatchFilter() - Constructor for class org.apache.log4j.filter.LoggerMatchFilter
 
LoggerPatternConverter - Class in org.apache.log4j.pattern
Formats a logger name.
LoggingEventFieldResolver - Class in org.apache.log4j.spi
A singleton helper utility which accepts a field name and a LoggingEvent and returns the value of that field.
LoggingEventPatternConverter - Class in org.apache.log4j.pattern
LoggingEventPatternConverter is a base class for pattern converters that can format information from instances of LoggingEvent.
LoggingEventPatternConverter(String, String) - Constructor for class org.apache.log4j.pattern.LoggingEventPatternConverter
Constructs an instance of LoggingEventPatternConverter.
LogMF - Class in org.apache.log4j
This class provides static methods to format log messages using java.text.MessageFormat.
logrb(Logger, Level, String, String, Object[]) - Static method in class org.apache.log4j.LogMF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, Throwable, String, String, Object[]) - Static method in class org.apache.log4j.LogMF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, Object) - Static method in class org.apache.log4j.LogMF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, boolean) - Static method in class org.apache.log4j.LogMF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, char) - Static method in class org.apache.log4j.LogMF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, byte) - Static method in class org.apache.log4j.LogMF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, short) - Static method in class org.apache.log4j.LogMF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, int) - Static method in class org.apache.log4j.LogMF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, long) - Static method in class org.apache.log4j.LogMF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, float) - Static method in class org.apache.log4j.LogMF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, double) - Static method in class org.apache.log4j.LogMF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, Object, Object) - Static method in class org.apache.log4j.LogMF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, Object, Object, Object) - Static method in class org.apache.log4j.LogMF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, Object, Object, Object, Object) - Static method in class org.apache.log4j.LogMF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, Object[]) - Static method in class org.apache.log4j.LogSF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, Throwable, String, String, Object[]) - Static method in class org.apache.log4j.LogSF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, Object) - Static method in class org.apache.log4j.LogSF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, boolean) - Static method in class org.apache.log4j.LogSF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, char) - Static method in class org.apache.log4j.LogSF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, byte) - Static method in class org.apache.log4j.LogSF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, short) - Static method in class org.apache.log4j.LogSF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, int) - Static method in class org.apache.log4j.LogSF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, long) - Static method in class org.apache.log4j.LogSF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, float) - Static method in class org.apache.log4j.LogSF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, double) - Static method in class org.apache.log4j.LogSF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, Object, Object) - Static method in class org.apache.log4j.LogSF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, Object, Object, Object) - Static method in class org.apache.log4j.LogSF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, Object, Object, Object, Object) - Static method in class org.apache.log4j.LogSF
Log a parameterized message using a pattern from a resource bundle.
LogSF - Class in org.apache.log4j
This class provides static methods to format log messages using a log4j 1.3 or SLF4J style formatter.

M

MAX_CAPACITY - Variable in class org.apache.log4j.EnhancedPatternLayout
Deprecated. since 1.3
MDCKeySetExtractor - Class in org.apache.log4j.helpers
 
MessagePatternConverter - Class in org.apache.log4j.pattern
Return the event's rendered message in a StringBuffer.
METHOD_FIELD - Static variable in class org.apache.log4j.spi.LoggingEventFieldResolver
METHOD string literal.
MethodLocationPatternConverter - Class in org.apache.log4j.pattern
Return the event's line location information in a StringBuffer.
MSG_FIELD - Static variable in class org.apache.log4j.spi.LoggingEventFieldResolver
MSG string literal.

N

NameAbbreviator - Class in org.apache.log4j.pattern
NameAbbreviator generates abbreviated logger and class names.
NameAbbreviator() - Constructor for class org.apache.log4j.pattern.NameAbbreviator
 
NamePatternConverter - Class in org.apache.log4j.pattern
Base class for other pattern converters which can return only parts of their name.
NamePatternConverter(String, String, String[]) - Constructor for class org.apache.log4j.pattern.NamePatternConverter
Constructor.
NDC_FIELD - Static variable in class org.apache.log4j.spi.LoggingEventFieldResolver
NDC string literal.
NDCPatternConverter - Class in org.apache.log4j.pattern
Return the event's NDC in a StringBuffer.
newInstance(String[]) - Static method in class org.apache.log4j.pattern.ClassNamePatternConverter
Gets an instance of ClassNamePatternConverter.
newInstance(String[]) - Static method in class org.apache.log4j.pattern.DatePatternConverter
Obtains an instance of pattern converter.
newInstance(String[]) - Static method in class org.apache.log4j.pattern.FileDatePatternConverter
Obtains an instance of pattern converter.
newInstance(String[]) - Static method in class org.apache.log4j.pattern.FileLocationPatternConverter
Obtains an instance of pattern converter.
newInstance(String[]) - Static method in class org.apache.log4j.pattern.FullLocationPatternConverter
Obtains an instance of pattern converter.
newInstance(String[]) - Static method in class org.apache.log4j.pattern.IntegerPatternConverter
Obtains an instance of pattern converter.
newInstance(String[]) - Static method in class org.apache.log4j.pattern.LevelPatternConverter
Obtains an instance of pattern converter.
newInstance(String[]) - Static method in class org.apache.log4j.pattern.LineLocationPatternConverter
Obtains an instance of pattern converter.
newInstance(String[]) - Static method in class org.apache.log4j.pattern.LineSeparatorPatternConverter
Obtains an instance of pattern converter.
newInstance(String[]) - Static method in class org.apache.log4j.pattern.LoggerPatternConverter
Obtains an instance of pattern converter.
newInstance(String[]) - Static method in class org.apache.log4j.pattern.MessagePatternConverter
Obtains an instance of pattern converter.
newInstance(String[]) - Static method in class org.apache.log4j.pattern.MethodLocationPatternConverter
Obtains an instance of MethodLocationPatternConverter.
newInstance(String[]) - Static method in class org.apache.log4j.pattern.NDCPatternConverter
Obtains an instance of NDCPatternConverter.
newInstance(String[]) - Static method in class org.apache.log4j.pattern.PropertiesPatternConverter
Obtains an instance of PropertiesPatternConverter.
newInstance(String[]) - Static method in class org.apache.log4j.pattern.RelativeTimePatternConverter
Obtains an instance of RelativeTimePatternConverter.
newInstance(String[]) - Static method in class org.apache.log4j.pattern.SequenceNumberPatternConverter
Obtains an instance of SequencePatternConverter.
newInstance(String[]) - Static method in class org.apache.log4j.pattern.ThreadPatternConverter
Obtains an instance of ThreadPatternConverter.
newInstance(String[]) - Static method in class org.apache.log4j.pattern.ThrowableInformationPatternConverter
Gets an instance of the class.
NO_MILLISECONDS - Static variable in class org.apache.log4j.pattern.CachedDateFormat
Constant used to represent that there was no change observed when changing the millisecond count.
NotEqualsRule - Class in org.apache.log4j.rule
A Rule class implementing not equals against two strings.
NotRule - Class in org.apache.log4j.rule
A Rule class implementing logical not.

O

org.apache.log4j - package org.apache.log4j
 
org.apache.log4j.extras - package org.apache.log4j.extras
 
org.apache.log4j.filter - package org.apache.log4j.filter
 
org.apache.log4j.helpers - package org.apache.log4j.helpers
 
org.apache.log4j.pattern - package org.apache.log4j.pattern
Provides classes implementing format specifiers in conversion patterns.
org.apache.log4j.rolling - package org.apache.log4j.rolling
Implements various file rolling policies.
org.apache.log4j.rolling.helper - package org.apache.log4j.rolling.helper
Internal helper classes used by org.apache.log4j.rolling package.
org.apache.log4j.rule - package org.apache.log4j.rule
 
org.apache.log4j.spi - package org.apache.log4j.spi
 
org.apache.log4j.varia - package org.apache.log4j.varia
 
org.apache.log4j.xml - package org.apache.log4j.xml
 
OrRule - Class in org.apache.log4j.rule
A Rule class implementing logical or.

P

parse(Element) - Method in class org.apache.log4j.extras.DOMConfigurator
Used internally to configure the log4j framework by parsing a DOM tree of XML elements based on log4j.dtd.
parse() - Method in class org.apache.log4j.pattern.BridgePatternParser
Create new pattern converter.
parse(String, ParsePosition) - Method in class org.apache.log4j.pattern.CachedDateFormat
This method is delegated to the formatter which most likely returns null.
parse(String, List, List, Map, Map) - Static method in class org.apache.log4j.pattern.PatternParser
Parse a format specifier.
parseAppender(Element) - Method in class org.apache.log4j.extras.DOMConfigurator
Used internally to parse an appender element.
parseCategory(Element) - Method in class org.apache.log4j.extras.DOMConfigurator
Used internally to parse an category element.
parseCategoryFactory(Element) - Method in class org.apache.log4j.extras.DOMConfigurator
Used internally to parse the category factory element.
parseChildrenOfLoggerElement(Element, Logger, boolean) - Method in class org.apache.log4j.extras.DOMConfigurator
Used internally to parse the children of a category element.
parseElement(Element, Properties, Class) - Static method in class org.apache.log4j.extras.DOMConfigurator
Creates an OptionHandler and processes any nested param elements but does not call activateOptions.
parseErrorHandler(Element, Appender) - Method in class org.apache.log4j.extras.DOMConfigurator
Used internally to parse an ErrorHandler element.
parseFileNamePattern() - Method in class org.apache.log4j.rolling.RollingPolicyBase
Parse file name pattern.
parseFilters(Element, Appender) - Method in class org.apache.log4j.extras.DOMConfigurator
Used internally to parse a filter element.
parseLayout(Element) - Method in class org.apache.log4j.extras.DOMConfigurator
Used internally to parse a layout element.
parseLevel(Element, Logger, boolean) - Method in class org.apache.log4j.extras.DOMConfigurator
Used internally to parse a level element.
parseRenderer(Element) - Method in class org.apache.log4j.extras.DOMConfigurator
 
parseRoot(Element) - Method in class org.apache.log4j.extras.DOMConfigurator
Used internally to parse the roor category element.
parseUnrecognizedElement(Element, Properties) - Method in class org.apache.log4j.filter.AndFilter
Called to inform a configured object when an unrecognized child element is encountered.
parseUnrecognizedElement(Element, Properties) - Method in class org.apache.log4j.rolling.FilterBasedTriggeringPolicy
Called to inform a configured object when an unrecognized child element is encountered.
parseUnrecognizedElement(Element, Properties) - Method in class org.apache.log4j.rolling.RollingFileAppender
Called to inform a configured object when an unrecognized child element is encountered.
parseUnrecognizedElement(Element, Properties) - Method in interface org.apache.log4j.xml.UnrecognizedElementHandler
Called to inform a configured object when an unrecognized child element is encountered.
parseUnrecognizedElement(Element, Properties) - Method in class org.apache.log4j.xml.XSLTLayout
Called to inform a configured object when an unrecognized child element is encountered.
PartialTextMatchRule - Class in org.apache.log4j.rule
A Rule class implementing case-insensitive partial-text matches against two strings.
PATTERN_RULE_REGISTRY - Static variable in class org.apache.log4j.EnhancedPatternLayout
Customized pattern conversion rules are stored under this key in the LoggerRepository object store.
PatternConverter - Class in org.apache.log4j.pattern
PatternConverter is an abstract class that provides the formatting functionality that derived classes need.
PatternConverter(String, String) - Constructor for class org.apache.log4j.pattern.PatternConverter
Create a new pattern converter.
PatternParser - Class in org.apache.log4j.pattern
Most of the work of the EnhancedPatternLayout class is delegated to the PatternParser class.
PROP_FIELD - Static variable in class org.apache.log4j.spi.LoggingEventFieldResolver
PROP.
PropertiesPatternConverter - Class in org.apache.log4j.pattern
Able to handle the contents of the LoggingEvent's Property bundle and either output the entire contents of the properties in a similar format to the java.util.Hashtable.toString(), or to output the value of a specific key within the property bundle when this pattern converter has the option set.

R

RelativeTimePatternConverter - Class in org.apache.log4j.pattern
Return the relative time in milliseconds since loading of the LoggingEvent class.
RelativeTimePatternConverter() - Constructor for class org.apache.log4j.pattern.RelativeTimePatternConverter
Private constructor.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.log4j.rule.AbstractRule
Remove property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.log4j.rule.Rule
Removes a known PropertyChangeListener from this Rule.
reportException(Exception) - Method in class org.apache.log4j.rolling.helper.ActionBase
Capture exception.
reportException(Exception) - Method in class org.apache.log4j.rolling.helper.GZCompressAction
Capture exception.
reportException(Exception) - Method in class org.apache.log4j.rolling.helper.ZipCompressAction
Capture exception.
requiresLayout() - Method in class org.apache.log4j.varia.SoundAppender
Gets whether appender requires a layout.
RollingFileAppender - Class in org.apache.log4j.rolling
RollingFileAppender extends FileAppender to backup the log files depending on RollingPolicy and TriggeringPolicy.
RollingFileAppender() - Constructor for class org.apache.log4j.rolling.RollingFileAppender
Construct a new instance.
RollingPolicy - Interface in org.apache.log4j.rolling
A RollingPolicy specifies the actions taken on a logging file rollover.
RollingPolicyBase - Class in org.apache.log4j.rolling
Implements methods common to most, it not all, rolling policies.
RollingPolicyBase() - Constructor for class org.apache.log4j.rolling.RollingPolicyBase
 
rollover(String) - Method in class org.apache.log4j.rolling.FixedWindowRollingPolicy
Prepare for a rollover.
rollover() - Method in class org.apache.log4j.rolling.RollingFileAppender
Implements the usual roll over behaviour.
rollover(String) - Method in interface org.apache.log4j.rolling.RollingPolicy
Prepare for a rollover.
rollover(String) - Method in class org.apache.log4j.rolling.TimeBasedRollingPolicy
Prepare for a rollover.
RolloverDescription - Interface in org.apache.log4j.rolling
Description of actions needed to complete rollover.
RolloverDescriptionImpl - Class in org.apache.log4j.rolling
Description of actions needed to complete rollover.
RolloverDescriptionImpl(String, boolean, Action, Action) - Constructor for class org.apache.log4j.rolling.RolloverDescriptionImpl
Create new instance.
Rule - Interface in org.apache.log4j.rule
A Rule evaluates to true of false given a LoggingEvent object, and can notify listeners when the underlying implementation of this Rule has it's criteria changed by using the standard PropertyChangeListener infrastructure.
RuleFactory - Class in org.apache.log4j.rule
A Factory class which, given a string representation of the rule, and a context stack, will return a Rule ready for evaluation against events.
run() - Method in class org.apache.log4j.rolling.helper.ActionBase
run() - Method in class org.apache.log4j.rolling.helper.CompositeAction

S

SequenceNumberPatternConverter - Class in org.apache.log4j.pattern
Formats the event sequence number.
setAcceptOnMatch(boolean) - Method in class org.apache.log4j.filter.AndFilter
 
setAcceptOnMatch(boolean) - Method in class org.apache.log4j.filter.ExpressionFilter
Set whether filter should accept events if they match the expression.
setAcceptOnMatch(boolean) - Method in class org.apache.log4j.filter.LevelMatchFilter
 
setAcceptOnMatch(boolean) - Method in class org.apache.log4j.filter.LevelRangeFilter
Set the AcceptOnMatch option.
setAcceptOnMatch(boolean) - Method in class org.apache.log4j.filter.LoggerMatchFilter
Sets whether a match should result in acceptance.
setAcceptOnMatch(boolean) - Method in class org.apache.log4j.filter.StringMatchFilter
 
setAcceptOnMatch(boolean) - Method in class org.apache.log4j.filter.TimeFilter
Sets whether an event within the timespan should be accepted or denied.
setActiveFileName(String) - Method in class org.apache.log4j.rolling.RollingPolicyBase
Deprecated. Duplicates FileAppender.file and should be removed
setAudioURL(String) - Method in class org.apache.log4j.varia.SoundAppender
Mutator - common format for a file-based url: file:///c:/path/someaudioclip.wav
setConversionPattern(String) - Method in class org.apache.log4j.EnhancedPatternLayout
Set the ConversionPattern option.
setConvertInFixToPostFix(boolean) - Method in class org.apache.log4j.filter.ExpressionFilter
Set convert in-fix to post-fix.
setConvertInFixToPostFix(boolean) - Method in class org.apache.log4j.filter.LocationInfoFilter
Set whether in-fix expressions should be converted to post-fix.
setEnd(String) - Method in class org.apache.log4j.filter.TimeFilter
Set end (exclusive) of time span.
setExpression(String) - Method in class org.apache.log4j.filter.ExpressionFilter
Set exp.
setExpression(String) - Method in class org.apache.log4j.filter.LocationInfoFilter
Set expression.
setFileNamePattern(String) - Method in class org.apache.log4j.rolling.RollingPolicyBase
Set file name pattern.
setIgnoresThrowable(boolean) - Method in class org.apache.log4j.xml.XSLTLayout
Sets whether throwables should not be output.
setLevelMax(Level) - Method in class org.apache.log4j.filter.LevelRangeFilter
Set the LevelMax option.
setLevelMin(Level) - Method in class org.apache.log4j.filter.LevelRangeFilter
Set the LevelMin option.
setLevelToMatch(String) - Method in class org.apache.log4j.filter.LevelMatchFilter
 
setLocationInfo(boolean) - Method in class org.apache.log4j.xml.XSLTLayout
The LocationInfo option takes a boolean value.
setLoggerToMatch(String) - Method in class org.apache.log4j.filter.LoggerMatchFilter
Sets logger name.
setMaxFileSize(long) - Method in class org.apache.log4j.rolling.SizeBasedTriggeringPolicy
Sets rollover threshold size in bytes.
setMaxIndex(int) - Method in class org.apache.log4j.rolling.FixedWindowRollingPolicy
Set index of oldest log file to be retained.
setMinIndex(int) - Method in class org.apache.log4j.rolling.FixedWindowRollingPolicy
Set index of most recent log file.
setOption(String, String) - Method in class org.apache.log4j.filter.DenyAllFilter
Deprecated. Use the setter method for the option directly instead of the generic setOption method.
setParameter(Element, PropertySetter) - Method in class org.apache.log4j.extras.DOMConfigurator
 
setParameter(Element, PropertySetter, Properties) - Static method in class org.apache.log4j.extras.DOMConfigurator
Sets a parameter based from configuration file content.
setProperties(boolean) - Method in class org.apache.log4j.xml.XSLTLayout
Sets whether MDC key-value pairs should be output, default false.
setProperty(String, String) - Method in class org.apache.log4j.pattern.LogEvent
Set value for MDC property.
setRollingPolicy(RollingPolicy) - Method in class org.apache.log4j.rolling.RollingFileAppender
Sets the rolling policy.
setStart(String) - Method in class org.apache.log4j.filter.TimeFilter
Set start (inclusive) of time span.
setStringToMatch(String) - Method in class org.apache.log4j.filter.StringMatchFilter
 
setTimeZone(String) - Method in class org.apache.log4j.filter.TimeFilter
Set timezone.
setTimeZone(TimeZone) - Method in class org.apache.log4j.pattern.CachedDateFormat
Set timezone.
setTransform(Document) - Method in class org.apache.log4j.xml.XSLTLayout
Sets XSLT transform.
setTriggeringPolicy(TriggeringPolicy) - Method in class org.apache.log4j.rolling.RollingFileAppender
Set triggering policy.
SEVERE - Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
SEVERE.
SEVERE_INT - Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
Numerical value for SEVERE.
SizeBasedTriggeringPolicy - Class in org.apache.log4j.rolling
SizeBasedTriggeringPolicy looks at size of the file being currently written to.
SizeBasedTriggeringPolicy() - Constructor for class org.apache.log4j.rolling.SizeBasedTriggeringPolicy
Constructs a new instance.
SizeBasedTriggeringPolicy(long) - Constructor for class org.apache.log4j.rolling.SizeBasedTriggeringPolicy
Constructs an new instance.
SoundAppender - Class in org.apache.log4j.varia
Plays a sound clip created using Applet.newAudioClip when an event is received.
SoundAppender() - Constructor for class org.apache.log4j.varia.SoundAppender
 
StringMatchFilter - Class in org.apache.log4j.filter
This is a very simple filter based on string matching.
StringMatchFilter() - Constructor for class org.apache.log4j.filter.StringMatchFilter
 
subAppend(LoggingEvent) - Method in class org.apache.log4j.rolling.RollingFileAppender
subst(String) - Method in class org.apache.log4j.extras.DOMConfigurator
 
subst(String, Properties) - Static method in class org.apache.log4j.extras.DOMConfigurator
Substitutes property value for any references in expression.

T

THREAD_FIELD - Static variable in class org.apache.log4j.spi.LoggingEventFieldResolver
THREAD string literal.
ThreadPatternConverter - Class in org.apache.log4j.pattern
Formats the event thread name.
ThrowableInformationPatternConverter - Class in org.apache.log4j.pattern
Outputs the ThrowableInformation portion of the LoggingiEvent as a full stacktrace unless this converter's option is 'short', where it just outputs the first line of the trace.
TimeBasedRollingPolicy - Class in org.apache.log4j.rolling
TimeBasedRollingPolicy is both easy to configure and quite powerful.
TimeBasedRollingPolicy() - Constructor for class org.apache.log4j.rolling.TimeBasedRollingPolicy
Constructs a new instance.
TimeFilter - Class in org.apache.log4j.filter
Filters events that fall within a specified time period in each day.
TimeFilter() - Constructor for class org.apache.log4j.filter.TimeFilter
Constructor.
timeStamp - Variable in class org.apache.log4j.pattern.LogEvent
The number of milliseconds elapsed from 1/1/1970 until logging event was created.
TIMESTAMP_FIELD - Static variable in class org.apache.log4j.spi.LoggingEventFieldResolver
TIMESTAMP string literal.
TimestampEqualsRule - Class in org.apache.log4j.rule
A Rule class implementing equality evaluation for timestamps.
TimestampInequalityRule - Class in org.apache.log4j.rule
A Rule class implementing inequality evaluation for timestamps.
toLevel(int, UtilLoggingLevel) - Static method in class org.apache.log4j.helpers.UtilLoggingLevel
Convert an integer passed as argument to a level.
toLevel(int) - Static method in class org.apache.log4j.helpers.UtilLoggingLevel
Gets level matching numeric value.
toLevel(String) - Static method in class org.apache.log4j.helpers.UtilLoggingLevel
Get level with specified symbolic name.
toLevel(String, Level) - Static method in class org.apache.log4j.helpers.UtilLoggingLevel
Get level with specified symbolic name.
toString() - Method in class org.apache.log4j.rule.ColorRule
toString() - Method in class org.apache.log4j.rule.ExpressionRule
trace(Logger, String, Object[]) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at trace level.
trace(Logger, Throwable, String, Object[]) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at trace level.
trace(Logger, String, boolean) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at trace level.
trace(Logger, String, char) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at trace level.
trace(Logger, String, byte) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at trace level.
trace(Logger, String, short) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at trace level.
trace(Logger, String, int) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at trace level.
trace(Logger, String, long) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at trace level.
trace(Logger, String, float) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at trace level.
trace(Logger, String, double) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at trace level.
trace(Logger, String, Object) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at trace level.
trace(Logger, String, Object, Object) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at trace level.
trace(Logger, String, Object, Object, Object) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at trace level.
trace(Logger, String, Object, Object, Object, Object) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at trace level.
trace(Logger, String, Object[]) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at trace level.
trace(Logger, Throwable, String, Object[]) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at trace level.
trace(Logger, String, boolean) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at trace level.
trace(Logger, String, char) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at trace level.
trace(Logger, String, byte) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at trace level.
trace(Logger, String, short) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at trace level.
trace(Logger, String, int) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at trace level.
trace(Logger, String, long) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at trace level.
trace(Logger, String, float) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at trace level.
trace(Logger, String, double) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at trace level.
trace(Logger, String, Object) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at trace level.
trace(Logger, String, Object, Object) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at trace level.
trace(Logger, String, Object, Object, Object) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at trace level.
trace(Logger, String, Object, Object, Object, Object) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at trace level.
TriggeringPolicy - Interface in org.apache.log4j.rolling
A TriggeringPolicy controls the conditions under which rollover occurs.
TTCC_CONVERSION_PATTERN - Static variable in class org.apache.log4j.EnhancedPatternLayout
A conversion pattern equivalent to the TTCCCLayout.

U

UNKNOWN_INT - Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
Numerical value for UNKNOWN.
UNRECOGNIZED_MILLISECONDS - Static variable in class org.apache.log4j.pattern.CachedDateFormat
Constant used to represent that there was an observed change, but was an expected change.
UnrecognizedElementHandler - Interface in org.apache.log4j.xml
When implemented by an object configured by DOMConfigurator, the handle method will be called when an unrecognized child element is encountered.
UtilLoggingLevel - Class in org.apache.log4j.helpers
An extension of the Level class that provides support for java.util.logging Levels.
UtilLoggingLevel(int, String, int) - Constructor for class org.apache.log4j.helpers.UtilLoggingLevel
Create new instance.

W

warn(Logger, String, Object[]) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at warn level.
warn(Logger, Throwable, String, Object[]) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at warn level.
warn(Logger, String, boolean) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at warn level.
warn(Logger, String, char) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at warn level.
warn(Logger, String, byte) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at warn level.
warn(Logger, String, short) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at warn level.
warn(Logger, String, int) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at warn level.
warn(Logger, String, long) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at warn level.
warn(Logger, String, float) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at warn level.
warn(Logger, String, double) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at warn level.
warn(Logger, String, Object) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at warn level.
warn(Logger, String, Object, Object) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at warn level.
warn(Logger, String, Object, Object, Object) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at warn level.
warn(Logger, String, Object, Object, Object, Object) - Static method in class org.apache.log4j.LogMF
Log a parameterized message at warn level.
warn(Logger, String, Object[]) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at warn level.
warn(Logger, Throwable, String, Object[]) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at warn level.
warn(Logger, String, boolean) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at warn level.
warn(Logger, String, char) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at warn level.
warn(Logger, String, byte) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at warn level.
warn(Logger, String, short) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at warn level.
warn(Logger, String, int) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at warn level.
warn(Logger, String, long) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at warn level.
warn(Logger, String, float) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at warn level.
warn(Logger, String, double) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at warn level.
warn(Logger, String, Object) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at warn level.
warn(Logger, String, Object, Object) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at warn level.
warn(Logger, String, Object, Object, Object) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at warn level.
warn(Logger, String, Object, Object, Object, Object) - Static method in class org.apache.log4j.LogSF
Log a parameterized message at warn level.
WARNING - Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
WARNING.
WARNING_INT - Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
Numerical value for WARNING.

X

XSLTLayout - Class in org.apache.log4j.xml
XSLTLayout transforms each event as a document using a specified or default XSLT transform.
XSLTLayout() - Constructor for class org.apache.log4j.xml.XSLTLayout
Default constructor.

Z

ZipCompressAction - Class in org.apache.log4j.rolling.helper
Compresses a file using Zip compression.
ZipCompressAction(File, File, boolean) - Constructor for class org.apache.log4j.rolling.helper.ZipCompressAction
Create new instance of GZCompressAction.

A B C D E F G H I K L M N O P R S T U W X Z

Copyright © 2007 Apache Software Foundation. All Rights Reserved.