Log4j 1.3alpha-3
A B C D E F G H I J K L M N O P Q R S T U V W X Z

A

ABOUT - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
ABS_TIME_DATE_FORMAT - Static variable in class org.apache.log4j.helpers.AbsoluteTimeDateFormat
String constant used to specify AbsoluteTimeDateFormat in layouts.
AbsoluteTimeDateFormat - class org.apache.log4j.helpers.AbsoluteTimeDateFormat.
Formats a Date in the format "HH:mm:ss,SSS" for example, "15:49:37,459".
AbsoluteTimeDateFormat() - Constructor for class org.apache.log4j.helpers.AbsoluteTimeDateFormat
 
AbsoluteTimeDateFormat(TimeZone) - Constructor for class org.apache.log4j.helpers.AbsoluteTimeDateFormat
 
AbstractPreferencePanel - class org.apache.log4j.chainsaw.AbstractPreferencePanel.
Some basic plumbing for Preference related dialogs.
AbstractPreferencePanel() - Constructor for class org.apache.log4j.chainsaw.AbstractPreferencePanel
 
AbstractRule - class org.apache.log4j.rule.AbstractRule.
An abstract Rule class that provides the PropertyChange support plumbing.
AbstractRule() - Constructor for class org.apache.log4j.rule.AbstractRule
 
ACCEPT - Static variable in class org.apache.log4j.spi.Filter
The log event must be logged immediately without consulting with the remaining filters, if any, in the chain.
Action - class org.apache.joran.action.Action.
Most of the work for configuring log4j is done by Actions.
ACTION_CLASS_ATTRIBUTE - Static variable in class org.apache.joran.action.Action
 
ACTION_CLASS_ATTRIBUTE - Static variable in class org.apache.log4j.joran.action.ActionConst
 
Action() - Constructor for class org.apache.joran.action.Action
 
ActionBase - class org.apache.log4j.joran.action.ActionBase.
ActionBase extension Action by adding logging capabilities
ActionBase() - Constructor for class org.apache.log4j.joran.action.ActionBase
 
ActionConst - class org.apache.log4j.joran.action.ActionConst.
This class contains costants used by other Actions.
ActionConst() - Constructor for class org.apache.log4j.joran.action.ActionConst
 
activateOptions() - Method in class org.apache.log4j.WriterAppender
Does nothing.
activateOptions() - Method in class org.apache.log4j.SimpleLayout
 
activateOptions() - Method in class org.apache.log4j.PatternLayout
Activates the conversion pattern.
activateOptions() - Method in class org.apache.log4j.FileAppender
If the value of File is not null, then FileAppender.setFile(java.lang.String) is called with the values of File and Append properties.
activateOptions() - Method in class org.apache.log4j.ConsoleAppender
 
activateOptions() - Method in class org.apache.log4j.AppenderSkeleton
Derived appenders should override this method if option structure requires it.
activateOptions() - Method in class org.apache.log4j.chainsaw.Generator
 
activateOptions() - Method in class org.apache.log4j.chainsaw.ChainsawAppenderHandler
 
activateOptions() - Method in class org.apache.log4j.chainsaw.ChainsawAppender
Instantiates and activates an instance of a ChainsawViewer to view the contents of this appender.
activateOptions() - Method in class org.apache.log4j.chainsaw.layout.EventDetailLayout
 
activateOptions() - Method in class org.apache.log4j.db.JNDIConnectionSource
 
activateOptions() - Method in class org.apache.log4j.db.DriverManagerConnectionSource
 
activateOptions() - Method in class org.apache.log4j.db.DBReceiver
 
activateOptions() - Method in class org.apache.log4j.db.DBAppender2
 
activateOptions() - Method in class org.apache.log4j.db.DBAppender
 
activateOptions() - Method in class org.apache.log4j.db.DataSourceConnectionSource
 
activateOptions() - Method in class org.apache.log4j.helpers.OnlyOnceErrorHandler
No options to activate.
activateOptions() - Method in class org.apache.log4j.helpers.DateLayout
 
activateOptions() - Method in class org.apache.log4j.net.XMLSocketReceiver
Starts the SocketReceiver with the current options.
activateOptions() - Method in class org.apache.log4j.net.UDPReceiver
Returns true if this receiver is active.
activateOptions() - Method in class org.apache.log4j.net.UDPAppender
Open the UDP sender for the RemoteHost and Port.
activateOptions() - Method in class org.apache.log4j.net.TelnetAppender
all of the options have been set, create the socket handler and wait for connections.
activateOptions() - Method in class org.apache.log4j.net.SyslogAppender
This method returns immediately as options are activated when they are set.
activateOptions() - Method in class org.apache.log4j.net.SocketReceiver
Starts the SocketReceiver with the current options.
activateOptions() - Method in class org.apache.log4j.net.SocketHubReceiver
Starts the SocketReceiver with the current options.
activateOptions() - Method in class org.apache.log4j.net.SocketHubAppender
Set up the socket server on the specified port.
activateOptions() - Method in class org.apache.log4j.net.SocketAppender
Connect to the specified RemoteHost and Port.
activateOptions() - Method in class org.apache.log4j.net.SMTPAppender
Activate the specified options, such as the smtp host, the recipient, from, etc.
activateOptions() - Method in class org.apache.log4j.net.MulticastReceiver
 
activateOptions() - Method in class org.apache.log4j.net.MulticastAppender
Open the multicast sender for the RemoteHost and Port.
activateOptions() - Method in class org.apache.log4j.net.JMSReceiver
Starts the JMSReceiver with the current options.
activateOptions() - Method in class org.apache.log4j.net.JMSAppender
Options are activated and become effective only after calling this method.
activateOptions() - Method in class org.apache.log4j.rolling.TimeBasedRollingPolicy
 
activateOptions() - Method in class org.apache.log4j.rolling.SlidingWindowRollingPolicy
 
activateOptions() - Method in class org.apache.log4j.rolling.SizeBasedTriggeringPolicy
 
activateOptions() - Method in class org.apache.log4j.rolling.RollingPolicySkeleton
 
activateOptions() - Method in class org.apache.log4j.rolling.RollingFileAppender
 
activateOptions() - Method in interface org.apache.log4j.spi.OptionHandler
Activate the options that were previously set with calls to option setters.
activateOptions() - Method in class org.apache.log4j.spi.Filter
Usually filters options become active when set.
activateOptions() - Method in class org.apache.log4j.varia.NullAppender
There are no options to acticate.
activateOptions() - Method in class org.apache.log4j.varia.LogFilePatternReceiver
Read and process the log file.
activateOptions() - Method in class org.apache.log4j.varia.FallbackErrorHandler
No options to activate.
activateOptions() - Method in class org.apache.log4j.varia.ExpressionFilter
 
activateOptions() - Method in class org.apache.log4j.xml.XMLLayout
No options to activate.
activateViewer() - Method in class org.apache.log4j.chainsaw.LogUI
Activates itself as a viewer by configuring Size, and location of itself, and configures the default Tabbed Pane elements with the correct layout, table columns, and sets itself viewable.
activateViewer(ChainsawAppender) - Method in class org.apache.log4j.chainsaw.LogUI
Allow Chainsaw v2 to be ran in-process (configured as a ChainsawAppender) NOTE: Closing Chainsaw will NOT stop the application generating the events.
activateViewer(ChainsawAppender) - Method in interface org.apache.log4j.chainsaw.ChainsawViewer
Called when the viewer should activate.
active - Variable in class org.apache.log4j.net.XMLSocketReceiver
 
active - Variable in class org.apache.log4j.net.SocketHubReceiver
 
active - Variable in class org.apache.log4j.plugins.PluginSkeleton
 
activeFileName - Variable in class org.apache.log4j.rolling.RollingPolicySkeleton
 
add(LoggingEvent) - Method in class org.apache.log4j.helpers.CyclicBuffer
Add an event as the last event in the buffer.
add(Object) - Method in class org.apache.log4j.chainsaw.CyclicBufferList
Add an event as the last event in the buffer.
addAppender(Appender) - Method in class org.apache.log4j.Category
Add newAppender to the list of appenders of this Category instance.
addAppender(Appender) - Method in class org.apache.log4j.AsyncAppender
 
addAppender(Appender) - Method in class org.apache.log4j.helpers.AppenderAttachableImpl
Attach an appender.
addAppender(Appender) - Method in interface org.apache.log4j.spi.AppenderAttachable
Add an appender.
addAppenderEvent(Logger, Appender) - Method in interface org.apache.log4j.spi.HierarchyEventListener
 
addCancelActionListener(ActionListener) - Method in class org.apache.log4j.chainsaw.layout.LayoutEditorPane
 
addComponent(String, Object) - Method in class org.apache.log4j.config.PropertySetter
 
addConversionRule(String, String) - Method in class org.apache.log4j.PatternLayout
Add a new conversion word and associate it with a PatternConverter class.
addConverter(PatternConverter) - Method in class org.apache.log4j.pattern.PatternParser
 
addCustomEventBatchListener(String, EventBatchListener) - Method in class org.apache.log4j.chainsaw.ChainsawAppenderHandler
 
addError(ErrorItem) - Method in class org.apache.joran.ExecutionContext
 
addError(ErrorItem) - Method in class org.apache.log4j.config.ConfiguratorBase
 
addErrorItem(ErrorItem) - Method in class org.apache.log4j.Hierarchy
Add an error item to the list of previously encountered errors.
addErrorItem(ErrorItem) - Method in interface org.apache.log4j.spi.LoggerRepository
Errors which cannot be logged, go to the error list,
addEventBatchListener(EventBatchListener) - Method in class org.apache.log4j.chainsaw.ChainsawAppenderHandler
 
addEventCountListener(EventCountListener) - Method in interface org.apache.log4j.chainsaw.EventContainer
Adds an EventCountListener, to be notified when the # of events changes
addFavourite(Favourite) - Method in class org.apache.log4j.chainsaw.favourites.FavouritesRegistry
Adds a favourite to this Registry
addFavourite(String, Object) - Method in class org.apache.log4j.chainsaw.favourites.FavouritesRegistry
Creates a new Favourite instance after running throught some suitability checks to make sure the object class is ok to be used as a prototype.
addFilter(Filter) - Method in class org.apache.log4j.AppenderSkeleton
Add a filter to end of the filter list.
addFilter(Filter) - Method in interface org.apache.log4j.Appender
Add a filter to the end of the filter list.
addImplcitAction(ImplicitAction) - Method in class org.apache.joran.Interpreter
 
additive - Variable in class org.apache.log4j.Category
Additivity is set to true by default, that is children inherit the appenders of their ancestors by default.
ADDITIVITY_ATTRIBUTE - Static variable in class org.apache.log4j.joran.action.ActionConst
 
addLogger(Logger) - Method in class org.apache.log4j.varia.FallbackErrorHandler
Adds the logger passed as parameter to the list of loggers that we need to search for in case of appender failure.
addLoggerEventListener(LoggerEventListener) - Method in class org.apache.log4j.Hierarchy
Add a LoggerEventListener to the repository.
addLoggerEventListener(LoggerEventListener) - Method in interface org.apache.log4j.spi.LoggerRepository
Add a LoggerEventListener to the repository.
addLoggerName(String) - Method in class org.apache.log4j.chainsaw.LoggerNameModelSupport
 
addLoggerName(String) - Method in interface org.apache.log4j.chainsaw.LoggerNameModel
Attempts to add the loggerName to the model, and returns true if it does, i.e that the loggerName is new, otherwise it is ignored.
addLoggerNameListener(LoggerNameListener) - Method in class org.apache.log4j.chainsaw.LoggerNameModelSupport
 
addLoggerNameListener(LoggerNameListener) - Method in interface org.apache.log4j.chainsaw.LoggerNameModel
 
addLoggerRepositoryEventListener(LoggerRepositoryEventListener) - Method in class org.apache.log4j.Hierarchy
Add a LoggerRepositoryEventListener to the repository.
addLoggerRepositoryEventListener(LoggerRepositoryEventListener) - Method in interface org.apache.log4j.spi.LoggerRepository
Add a LoggerRepositoryEventListener to the repository.
addMessage(String) - Method in class org.apache.log4j.chainsaw.messages.MessageCenter
 
addNewKeyListener(NewKeyListener) - Method in interface org.apache.log4j.chainsaw.EventContainer
Adds a NewKeyListener to be notified when unique Key (Property keys) arrive into this EventContainer
addOkActionListener(ActionListener) - Method in class org.apache.log4j.chainsaw.layout.LayoutEditorPane
 
addPlugin(Plugin) - Method in class org.apache.log4j.plugins.PluginRegistry
Adds a plugin to the plugin registry.
addPluginListener(PluginListener) - Method in class org.apache.log4j.plugins.PluginRegistry
Adds a PluginListener to this registry to be notified of PluginEvents
addProperties(Properties) - Method in class org.apache.joran.ExecutionContext
 
addProperty(String, String) - Method in class org.apache.joran.ExecutionContext
Add a property to the properties of this execution context.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.log4j.chainsaw.LogPanelPreferenceModel
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.log4j.chainsaw.EventContainer
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.log4j.chainsaw.ChainsawAppenderHandler
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.log4j.chainsaw.color.RuleColorizer
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.log4j.chainsaw.help.HelpManager
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.log4j.plugins.PluginSkeleton
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.log4j.plugins.Plugin
Adds a PropertyChangeListener that will be notified of all property changes.
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.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.log4j.rule.AbstractRule
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.apache.log4j.chainsaw.LogPanelPreferenceModel
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface org.apache.log4j.chainsaw.EventContainer
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.apache.log4j.chainsaw.ChainsawAppenderHandler
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.apache.log4j.chainsaw.color.RuleColorizer
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.apache.log4j.chainsaw.help.HelpManager
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.apache.log4j.plugins.PluginSkeleton
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface org.apache.log4j.plugins.Plugin
Adds a PropertyChangeListener to this instance which is notified only by changes of the property with name propertyName
addRenderer(Class, ObjectRenderer) - Method in class org.apache.log4j.Hierarchy
Add an object renderer for a specific class.
addRenderer(RendererSupport, String, String) - Static method in class org.apache.log4j.or.RendererMap
Add a renderer to a hierarchy passed as parameter.
ADDRESS_PARSE_FAILURE - Static variable in interface org.apache.log4j.spi.ErrorCode
 
AddressBased - interface org.apache.log4j.net.AddressBased.
Net based entities that 'work with' an Address should consider implementing this interface so that they can be treated generically.
addRule(Pattern, Action) - Method in interface org.apache.joran.RuleStore
 
addRule(Pattern, String) - Method in interface org.apache.joran.RuleStore
 
addRule(String, ColorRule) - Method in class org.apache.log4j.chainsaw.color.RuleColorizer
 
addRules(Map) - Method in class org.apache.log4j.chainsaw.color.RuleColorizer
 
addSettingsListener(SettingsListener) - Method in class org.apache.log4j.chainsaw.prefs.SettingsManager
Registers the listener with the manager
addShutdownListener(ShutdownListener) - Method in class org.apache.log4j.chainsaw.LogUI
Registers a ShutdownListener with this calss so that it can be notified when the user has requested that Chainsaw exit.
addSocketNodeEventListener(SocketNodeEventListener) - Method in class org.apache.log4j.net.SocketReceiver
Adds the listener to the list of listeners to be notified of the respective event
addSocketNodeEventListener(SocketNodeEventListener) - Method in class org.apache.log4j.net.SocketNode
Adds the listener to the list of listeners to be notified of the respective event
addSocketNodeEventListener(SocketNodeEventListener) - Method in class org.apache.log4j.net.SocketHubReceiver
Adds a SocketNodeEventListener to this receiver to be notified of SocketNode events
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.Level
ALL level integer value.
AndRule - class org.apache.log4j.rule.AndRule.
A Rule class implementing a logical 'and'.
ANIM_NET_CONNECT - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
ANIM_RADIO_TOWER - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
append(LoggingEvent) - Method in class org.apache.log4j.WriterAppender
This method is called by the AppenderSkeleton.doAppend(org.apache.log4j.spi.LoggingEvent) method.
append(LoggingEvent) - Method in class org.apache.log4j.AsyncAppender
 
append(LoggingEvent) - Method in class org.apache.log4j.AppenderSkeleton
Subclasses of AppenderSkeleton should implement this method to perform actual logging.
append(LoggingEvent) - Method in class org.apache.log4j.chainsaw.ChainsawAppenderHandler
 
append(LoggingEvent) - Method in class org.apache.log4j.chainsaw.ChainsawAppender
Appends the event
append(LoggingEvent) - Method in class org.apache.log4j.db.DBAppender2
 
append(LoggingEvent) - Method in class org.apache.log4j.db.DBAppender
 
append(LoggingEvent) - Method in class org.apache.log4j.net.UDPAppender
 
append(LoggingEvent) - Method in class org.apache.log4j.net.TelnetAppender
Handles a log event.
append(LoggingEvent) - Method in class org.apache.log4j.net.SyslogAppender
 
append(LoggingEvent) - Method in class org.apache.log4j.net.SocketHubAppender
Append an event to all of current connections.
append(LoggingEvent) - Method in class org.apache.log4j.net.SocketAppender
 
append(LoggingEvent) - Method in class org.apache.log4j.net.SMTPAppender
Perform SMTPAppender specific appending actions, mainly adding the event to a cyclic buffer and checking if the event triggers an e-mail to be sent.
append(LoggingEvent) - Method in class org.apache.log4j.net.MulticastAppender
 
append(LoggingEvent) - Method in class org.apache.log4j.net.JMSAppender
This method called by AppenderSkeleton.doAppend(org.apache.log4j.spi.LoggingEvent) method to do most of the real appending work.
append(LoggingEvent) - Method in class org.apache.log4j.varia.NullAppender
Does not do anything.
append(LoggingEvent) - Method in class org.apache.log4j.varia.ListModelAppender
 
append(LoggingEvent) - Method in class org.apache.log4j.varia.ListAppender
 
Appender - interface org.apache.log4j.Appender.
Implement this interface for your own strategies for outputting log statements.
APPENDER_BAG - Static variable in class org.apache.log4j.joran.action.ActionConst
 
APPENDER_TAG - Static variable in class org.apache.log4j.joran.action.ActionConst
 
AppenderAction - class org.apache.log4j.joran.action.AppenderAction.
 
AppenderAction() - Constructor for class org.apache.log4j.joran.action.AppenderAction
 
appenderAddedEvent(Logger, Appender) - Method in interface org.apache.log4j.spi.LoggerEventListener
Called when an appender is added to the logger.
AppenderAttachable - interface org.apache.log4j.spi.AppenderAttachable.
Interface for attaching appenders to objects.
AppenderAttachableImpl - class org.apache.log4j.helpers.AppenderAttachableImpl.
A straightforward implementation of the AppenderAttachable interface.
AppenderAttachableImpl() - Constructor for class org.apache.log4j.helpers.AppenderAttachableImpl
 
appenderList - Variable in class org.apache.log4j.helpers.AppenderAttachableImpl
Array of appenders.
appenderNames - Variable in class org.apache.log4j.config.PropertyPrinter
 
AppenderRefAction - class org.apache.log4j.joran.action.AppenderRefAction.
 
AppenderRefAction() - Constructor for class org.apache.log4j.joran.action.AppenderRefAction
 
appenderRemovedEvent(Logger, Appender) - Method in interface org.apache.log4j.spi.LoggerEventListener
Called when an appender is removed from the logger.
AppenderSkeleton - class org.apache.log4j.AppenderSkeleton.
Abstract superclass of the other appenders in the package.
AppenderSkeleton() - Constructor for class org.apache.log4j.AppenderSkeleton
 
appendEscapingCDATA(Writer, String) - Static method in class org.apache.log4j.helpers.Transform
Ensures that embeded CDEnd strings (]]>) are handled properly within message, NDC and throwable tag text.
appendLoopOnAppenders(LoggingEvent) - Method in class org.apache.log4j.helpers.AppenderAttachableImpl
Call the doAppend method on all attached appenders.
APPLICATION_KEY - Static variable in interface org.apache.log4j.helpers.Constants
 
ApplicationPreferenceModel - class org.apache.log4j.chainsaw.ApplicationPreferenceModel.
Encapsulates the Chainsaw Application wide properties
ApplicationPreferenceModel() - Constructor for class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
ApplicationPreferenceModelPanel - class org.apache.log4j.chainsaw.ApplicationPreferenceModelPanel.
A panel used by the user to modify any application-wide preferences.
ApplicationPreferenceModelPanel.GeneralAllPrefPanel - class org.apache.log4j.chainsaw.ApplicationPreferenceModelPanel.GeneralAllPrefPanel.
 
ApplicationPreferenceModelPanel.GeneralAllPrefPanel() - Constructor for class org.apache.log4j.chainsaw.ApplicationPreferenceModelPanel.GeneralAllPrefPanel
 
ApplicationPreferenceModelPanel.VisualsPrefPanel - class org.apache.log4j.chainsaw.ApplicationPreferenceModelPanel.VisualsPrefPanel.
 
apply(ApplicationPreferenceModel) - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
Takes another model and copies all the values into this model
apply(LogPanelPreferenceModel) - Method in class org.apache.log4j.chainsaw.LogPanelPreferenceModel
Applies all the properties of another model to this model
applyFields(String, LoggingEvent) - Method in class org.apache.log4j.spi.LoggingEventFieldResolver
 
AS_COLLECTION - Static variable in class org.apache.log4j.config.PropertySetter
 
AS_PROPERTY - Static variable in class org.apache.log4j.config.PropertySetter
 
asBoolean(String) - Method in class org.apache.log4j.chainsaw.prefs.LoadSettingsEvent
 
ascending - Variable in class org.apache.log4j.chainsaw.ColumnComparator
 
ASCENDING - Static variable in class org.apache.log4j.chainsaw.SortHeaderRenderer
 
ASCENDING - Static variable in class org.apache.log4j.chainsaw.SortArrowIcon
 
asInt(String) - Method in class org.apache.log4j.chainsaw.prefs.LoadSettingsEvent
 
assertLog(boolean, String) - Method in class org.apache.log4j.Category
If assertion parameter is false, then logs msg as an error statement.
AsyncAppender - class org.apache.log4j.AsyncAppender.
The AsyncAppender lets users log events asynchronously.
AsyncAppender() - Constructor for class org.apache.log4j.AsyncAppender
 
attachListAppender(LoggerRepository) - Method in class org.apache.log4j.config.ConfiguratorBase
Attach a list appender which will be used to collect the logging events generated by log4j components, including this JoranConfigurator.
attachTemporaryConsoleAppender(LoggerRepository) - Static method in class org.apache.log4j.config.ConfiguratorBase
 
AttributesRenderer - class org.apache.log4j.or.sax.AttributesRenderer.
Render org.xml.sax.Attributes objects.
AttributesRenderer() - Constructor for class org.apache.log4j.or.sax.AttributesRenderer
 

B

BasicConfigurator - class org.apache.log4j.BasicConfigurator.
Use this class to quickly configure the package.
BasicConfigurator() - Constructor for class org.apache.log4j.BasicConfigurator
 
BasicPrefPanel - class org.apache.log4j.chainsaw.BasicPrefPanel.
All of the Preferences panels used in this class extend from this, it is used to provide standard L&F required by all.
BasicPrefPanel(String) - Constructor for class org.apache.log4j.chainsaw.BasicPrefPanel
 
begin(ExecutionContext, String, Attributes) - Method in class org.apache.joran.action.ParamAction
 
begin(ExecutionContext, String, Attributes) - Method in class org.apache.joran.action.NewRuleAction
Instantiates an layout of the given class and sets its name.
begin(ExecutionContext, String, Attributes) - Method in class org.apache.joran.action.NestComponentIA
 
begin(ExecutionContext, String, Attributes) - Method in class org.apache.joran.action.Action
Called when the parser first encounters an element.
begin(ExecutionContext, String, Attributes) - Method in class org.apache.log4j.joran.action.RootLoggerAction
 
begin(ExecutionContext, String, Attributes) - Method in class org.apache.log4j.joran.action.PropertyAction
Set a new property for the execution context by name, value pair, or adds all the properties found in the given file.
begin(ExecutionContext, String, Attributes) - Method in class org.apache.log4j.joran.action.PriorityAction
 
begin(ExecutionContext, String, Attributes) - Method in class org.apache.log4j.joran.action.PluginAction
Instantiates an plugin of the given class and sets its name.
begin(ExecutionContext, String, Attributes) - Method in class org.apache.log4j.joran.action.LoggerAction
 
begin(ExecutionContext, String, Attributes) - Method in class org.apache.log4j.joran.action.LevelAction
 
begin(ExecutionContext, String, Attributes) - Method in class org.apache.log4j.joran.action.LayoutAction
Instantiates an layout of the given class and sets its name.
begin(ExecutionContext, String, Attributes) - Method in class org.apache.log4j.joran.action.ConversionRuleAction
Instantiates an layout of the given class and sets its name.
begin(ExecutionContext, String, Attributes) - Method in class org.apache.log4j.joran.action.ConfigurationAction
 
begin(ExecutionContext, String, Attributes) - Method in class org.apache.log4j.joran.action.AppenderRefAction
 
begin(ExecutionContext, String, Attributes) - Method in class org.apache.log4j.joran.action.AppenderAction
Instantiates an appender of the given class and sets its name.
BoundedFIFO - class org.apache.log4j.helpers.BoundedFIFO.
BoundedFIFO serves as the bounded first-in-first-out buffer heavily used by the AsyncAppender.
BoundedFIFO(int) - Constructor for class org.apache.log4j.helpers.BoundedFIFO
Instantiate a new BoundedFIFO with a maximum size passed as argument.
buf - Variable in class org.apache.log4j.TTCCLayout
 
bufferedIO - Variable in class org.apache.log4j.FileAppender
Do we do bufferedIO?
bufferSize - Variable in class org.apache.log4j.FileAppender
The size of the IO buffer.

C

CachedDateFormat - class org.apache.log4j.helpers.CachedDateFormat.
Caches the results of a DateFormat.
CachedDateFormat(DateFormat) - Constructor for class org.apache.log4j.helpers.CachedDateFormat
 
callAppenders(LoggingEvent) - Method in class org.apache.log4j.Category
Call the appenders in the hierrachy starting at this.
canContainComponent(String) - Method in class org.apache.log4j.config.PropertySetter
 
capitalize(String) - Static method in class org.apache.log4j.config.PropertyPrinter
 
Category - class org.apache.log4j.Category.
This class has been deprecated and replaced by the Loggersubclass.
Category(String) - Constructor for class org.apache.log4j.Category
This constructor created a new Category instance and sets its name.
cb - Variable in class org.apache.log4j.net.SMTPAppender
 
centerOnScreen(Component) - Static method in class org.apache.log4j.chainsaw.helper.SwingHelper
Centers the Component on screen.
chainHandlesThrowable(PatternConverter) - Static method in class org.apache.log4j.pattern.PatternConverter
This method computes whether a chain of converters handles exceptions or not.
ChainsawAppender - class org.apache.log4j.chainsaw.ChainsawAppender.
ChainsawAppender receives LoggingEvents from the local Log4J environment, and appends them into a model that can be used inside a Swing GUI
ChainsawAppender() - Constructor for class org.apache.log4j.chainsaw.ChainsawAppender
Constructor, initialises the singleton instance of the appender
ChainsawAppenderHandler - class org.apache.log4j.chainsaw.ChainsawAppenderHandler.
A handler class that either extends a particular appender hierarchy or can be bound into the Log4j appender framework, and queues events, to be later dispatched to registered/interested parties.
ChainsawAppenderHandler() - Constructor for class org.apache.log4j.chainsaw.ChainsawAppenderHandler
 
ChainsawAppenderHandler(ChainsawAppender) - Constructor for class org.apache.log4j.chainsaw.ChainsawAppenderHandler
 
ChainsawColumns - class org.apache.log4j.chainsaw.ChainsawColumns.
 
ChainsawConstants - class org.apache.log4j.chainsaw.ChainsawConstants.
Constants used throught Chainsaw.
ChainsawIcons - class org.apache.log4j.chainsaw.icons.ChainsawIcons.
 
ChainsawStatusBar - class org.apache.log4j.chainsaw.ChainsawStatusBar.
A general purpose status bar for all Frame windows
ChainsawStatusBar() - Constructor for class org.apache.log4j.chainsaw.ChainsawStatusBar
 
ChainsawViewer - interface org.apache.log4j.chainsaw.ChainsawViewer.
Chainsaw compatible gui viewers must implement this interface in order to be opened and configured by the ChainsawAppender class.
charArrayWriter - Variable in class org.apache.log4j.Layout
 
checkAndConfigure() - Method in class org.apache.log4j.helpers.FileWatchdog
 
checkEntryConditions() - Method in class org.apache.log4j.WriterAppender
This method determines if there is a sense in attempting to append.
checkEntryConditions() - Method in class org.apache.log4j.net.SMTPAppender
This method determines if there is a sense in attempting to append.
checkEntryConditions() - Method in class org.apache.log4j.net.JMSAppender
 
CheckListCellRenderer - class org.apache.log4j.chainsaw.CheckListCellRenderer.
A ListCellRenderer that display a check box if the value has been "checked".
CheckListCellRenderer() - Constructor for class org.apache.log4j.chainsaw.CheckListCellRenderer
 
childValue(Object) - Method in class org.apache.log4j.helpers.ThreadLocalMap
 
CLASS_ATTRIBUTE - Static variable in class org.apache.joran.action.Action
 
CLASS_FIELD - Static variable in class org.apache.log4j.spi.LoggingEventFieldResolver
 
ClassNamePatternConverter - class org.apache.log4j.pattern.ClassNamePatternConverter.
Most of the work is done in the parent class NamedPatternConverter.
ClassNamePatternConverter() - Constructor for class org.apache.log4j.pattern.ClassNamePatternConverter
 
cleanUp() - Method in class org.apache.log4j.net.UDPAppender
Close the UDP Socket and release the underlying connector thread if it has been created
cleanUp() - Method in class org.apache.log4j.net.SocketHubAppender
Release the underlying ServerMonitor thread, and drop the connections to all connected remote servers.
cleanUp() - Method in class org.apache.log4j.net.SocketAppender
Drop the connection to the remote host and release the underlying connector thread if it has been created
cleanUp() - Method in class org.apache.log4j.net.MulticastAppender
Close the Socket and release the underlying connector thread if it has been created
clear() - Static method in class org.apache.log4j.NDC
Clear any nested diagnostic information if any.
clear() - Static method in class org.apache.log4j.MDC
Clear all entries in the MDC.
clear() - Method in class org.apache.log4j.Hierarchy
This call will clear all logger definitions from the internal hashtable.
clear() - Method in class org.apache.log4j.chainsaw.CyclicBufferList
 
clear() - Method in class org.apache.log4j.or.RendererMap
 
clearFilters() - Method in class org.apache.log4j.AppenderSkeleton
Clear the filters chain.
clearFilters() - Method in interface org.apache.log4j.Appender
Clear the list of filters by removing all the filters in it.
clearList() - Method in class org.apache.log4j.varia.ListAppender
Removes all the Events from the model
clearModel() - Method in interface org.apache.log4j.chainsaw.EventContainer
Clears the model completely
clearModel() - Method in class org.apache.log4j.varia.ListModelAppender
Removes all the Events from the model
cloneStack() - Static method in class org.apache.log4j.NDC
Clone the diagnostic context for the current thread.
CLOSE_FAILURE - Static variable in interface org.apache.log4j.spi.ErrorCode
 
close() - Method in class org.apache.log4j.WriterAppender
Close this appender instance.
close() - Method in class org.apache.log4j.AsyncAppender
Close this AsyncAppender by interrupting the dispatcher thread which will process all pending events before exiting.
close() - Method in interface org.apache.log4j.Appender
Release any resources allocated within the appender such as file handles, network connections, etc.
close() - Method in class org.apache.log4j.chainsaw.ChainsawAppenderHandler
 
close() - Method in class org.apache.log4j.chainsaw.ChainsawAppender
Close does nothing
close() - Method in class org.apache.log4j.db.DBAppender2
 
close() - Method in class org.apache.log4j.db.DBAppender
 
close() - Method in class org.apache.log4j.helpers.SyslogWriter
 
close() - Method in class org.apache.log4j.net.UDPAppender
Close this appender.
close() - Method in class org.apache.log4j.net.TelnetAppender
shuts down the appender.
close() - Method in class org.apache.log4j.net.SyslogAppender
Release any resources held by this SyslogAppender.
close() - Method in class org.apache.log4j.net.SocketHubAppender
Close this appender.
close() - Method in class org.apache.log4j.net.SocketAppender
Close this appender.
close() - Method in class org.apache.log4j.net.SMTPAppender
 
close() - Method in class org.apache.log4j.net.MulticastAppender
Close this appender.
close() - Method in class org.apache.log4j.net.JMSAppender
Close this JMSAppender.
close() - Method in class org.apache.log4j.varia.NullAppender
 
close() - Method in class org.apache.log4j.varia.ListModelAppender
 
close() - Method in class org.apache.log4j.varia.ListAppender
 
closeConnection(Connection) - Static method in class org.apache.log4j.db.DBHelper
 
closed - Variable in class org.apache.log4j.AppenderSkeleton
Is this appender closed?
closeFile() - Method in class org.apache.log4j.FileAppender
Deprecated. Use the super class' WriterAppender.closeWriter() method instead.
closeStatement(Statement) - Static method in class org.apache.log4j.db.DBHelper
 
closeWriter() - Method in class org.apache.log4j.WriterAppender
Close the underlying Writer.
closeWriter() - Method in class org.apache.log4j.ConsoleAppender
This method overrides the parent WriterAppender.closeWriter() implementation to do nothing because the console stream is not ours to close.
CODES_HREF - Static variable in interface org.apache.log4j.helpers.Constants
 
COLOR_EVEN_ROW - Static variable in class org.apache.log4j.chainsaw.ChainsawConstants
 
COLOR_ODD_ROW - Static variable in class org.apache.log4j.chainsaw.ChainsawConstants
 
Colorizer - interface org.apache.log4j.chainsaw.color.Colorizer.
Given a LoggingEvent, can determine an appropriate Color to use based on whatever this implementation has been coded.
ColorPanel - class org.apache.log4j.chainsaw.color.ColorPanel.
Panel which updates a RuleColorizer, allowing the user to build expression-based color rules.
ColorPanel(RuleColorizer, FilterModel) - Constructor for class org.apache.log4j.chainsaw.color.ColorPanel
 
ColorRule - class org.apache.log4j.rule.ColorRule.
A Rule class which also holds a color
ColorRule(String, Rule, Color, Color) - Constructor for class org.apache.log4j.rule.ColorRule
 
ColumnComparator - class org.apache.log4j.chainsaw.ColumnComparator.
 
ColumnComparator(String, int, boolean) - Constructor for class org.apache.log4j.chainsaw.ColumnComparator
 
columnName - Variable in class org.apache.log4j.chainsaw.ColumnComparator
 
compare(Object, Object) - Method in class org.apache.log4j.chainsaw.ColumnComparator
 
Compress - class org.apache.log4j.rolling.helper.Compress.
The Compression class implements ZIP and GZ file compression/decompression methods.
Compress() - Constructor for class org.apache.log4j.rolling.helper.Compress
 
compressionMode - Variable in class org.apache.log4j.rolling.RollingPolicySkeleton
 
computeReferenceMask(LoggingEvent) - Static method in class org.apache.log4j.db.DBHelper
 
computeTriggeringPeriod(String) - Method in class org.apache.log4j.rolling.helper.RollingCalendar
 
concatanateArrays(String[], String[]) - Static method in class org.apache.log4j.helpers.OptionConverter
 
CONFIG - Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
 
CONFIG_INT - Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
 
ConfigurationAction - class org.apache.log4j.joran.action.ConfigurationAction.
 
ConfigurationAction() - Constructor for class org.apache.log4j.joran.action.ConfigurationAction
 
configurationChangedEvent(LoggerRepository) - Method in interface org.apache.log4j.spi.LoggerRepositoryEventListener
Called when the repository configuration is changed.
configurationResetEvent(LoggerRepository) - Method in interface org.apache.log4j.spi.LoggerRepositoryEventListener
Called when the repository configuration is reset.
Configurator - interface org.apache.log4j.spi.Configurator.
Implemented by classes capable of configuring log4j using a URL.
CONFIGURATOR_CLASS_KEY - Static variable in interface org.apache.log4j.helpers.Constants
 
ConfiguratorBase - class org.apache.log4j.config.ConfiguratorBase.
Code useful to most configurators.
ConfiguratorBase() - Constructor for class org.apache.log4j.config.ConfiguratorBase
 
configure() - Static method in class org.apache.log4j.BasicConfigurator
Add a ConsoleAppender that uses PatternLayout using the PatternLayout.TTCC_CONVERSION_PATTERN and prints to System.out to the root category.
configure(Appender) - Static method in class org.apache.log4j.BasicConfigurator
Add appender to the root category.
configure(Element) - Static method in class org.apache.log4j.xml.DOMConfigurator
Deprecated. Configure log4j using a configuration element as defined in the log4j.dtd.
configure(Profileable) - Method in class org.apache.log4j.chainsaw.prefs.ProfileManager
 
configure(Profileable, String) - Method in class org.apache.log4j.chainsaw.prefs.ProfileManager
 
configure(Properties) - Static method in class org.apache.log4j.PropertyConfigurator
Read configuration options from properties.
configure(SettingsListener) - Method in class org.apache.log4j.chainsaw.prefs.SettingsManager
 
configure(String) - Static method in class org.apache.log4j.PropertyConfigurator
 
configure(String) - Static method in class org.apache.log4j.xml.DOMConfigurator
Deprecated. A static version of DOMConfigurator.doConfigure(String, LoggerRepository).
configure(URL) - Static method in class org.apache.log4j.PropertyConfigurator
Read configuration options from url configURL.
configure(URL) - Static method in class org.apache.log4j.xml.DOMConfigurator
Deprecated. A static version of DOMConfigurator.doConfigure(URL, LoggerRepository).
configureAndWatch(String) - Static method in class org.apache.log4j.xml.DOMConfigurator
Deprecated. 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.xml.DOMConfigurator
Deprecated. Read the configuration file configFilename if it exists.
configureCancelForDialog(JDialog, JButton) - Static method in class org.apache.log4j.chainsaw.helper.SwingHelper
This method configures a standard Cancel action, bound to the ESC key, to dispose of the dialog, and sets the buttons action to be this action, and adds the action to the dialog's rootPane action map
configureLoggerFactory(Properties) - Method in class org.apache.log4j.PropertyConfigurator
Check the provided Properties object for a LoggerFactory entry specified by PropertyConfigurator.LOGGER_FACTORY_KEY.
configureNestedComponent(PropertySetter, Element) - Method in class org.apache.log4j.xml.DOMConfigurator
Deprecated.  
ConfigWatchdog - interface org.apache.log4j.config.ConfigWatchdog.
Defines the basic interface that all ConfigWatchdogs must support.
ConnectionSource - interface org.apache.log4j.db.ConnectionSource.
The ConnectionSource interface provides a pluggable means of transparently obtaining JDBC Connections for log4j classes that require the use of a Connection.
ConnectionSourceSkeleton - class org.apache.log4j.db.ConnectionSourceSkeleton.
 
ConnectionSourceSkeleton() - Constructor for class org.apache.log4j.db.ConnectionSourceSkeleton
 
connector - Variable in class org.apache.log4j.net.SocketHubReceiver
 
ConsoleAppender - class org.apache.log4j.ConsoleAppender.
ConsoleAppender appends log events to System.out or System.err using a layout specified by the user.
ConsoleAppender() - Constructor for class org.apache.log4j.ConsoleAppender
The default constructor does nothing.
ConsoleAppender(Layout) - Constructor for class org.apache.log4j.ConsoleAppender
 
ConsoleAppender(Layout, String) - Constructor for class org.apache.log4j.ConsoleAppender
 
Constants - interface org.apache.log4j.helpers.Constants.
Constants used internally throughout log4j.
ContextJNDISelector - class org.apache.log4j.selector.ContextJNDISelector.
Log4j JNDI based Repository selector based primarily on Ceki Gülcü's article Supporting the Log4j RepositorySelector in Servlet Containers at: http://qos.ch/logging/sc.html By default, the class static RepositorySelector variable of the LogManager class is set to a trivial RepositorySelector implementation which always returns the same logger repository. a.k.a.
ContextJNDISelector() - Constructor for class org.apache.log4j.selector.ContextJNDISelector
public no-args constructor
CONVERSION_WORD_ATTRIBUTE - Static variable in class org.apache.log4j.joran.action.ActionConst
 
ConversionRuleAction - class org.apache.log4j.joran.action.ConversionRuleAction.
 
ConversionRuleAction() - Constructor for class org.apache.log4j.joran.action.ConversionRuleAction
 
convert() - Method in class org.apache.log4j.rolling.helper.IdentityTokenConverter
Return the string value encapsulated by this instance.
convert(Date) - Method in class org.apache.log4j.rolling.helper.FileNamePattern
 
convert(Date) - Method in class org.apache.log4j.rolling.helper.DateTokenConverter
 
convert(int) - Method in class org.apache.log4j.rolling.helper.FileNamePattern
 
convert(LoggingEvent) - Method in class org.apache.log4j.pattern.ThrowableInformationPatternConverter
 
convert(LoggingEvent) - Method in class org.apache.log4j.pattern.ThreadPatternConverter
 
convert(LoggingEvent) - Method in class org.apache.log4j.pattern.SequenceNumberPatternConverter
 
convert(LoggingEvent) - Method in class org.apache.log4j.pattern.RelativeTimePatternConverter
 
convert(LoggingEvent) - Method in class org.apache.log4j.pattern.PropertiesPatternConverter
 
convert(LoggingEvent) - Method in class org.apache.log4j.pattern.PatternConverter
Derived pattern converters must override this method in order to convert conversion specifiers in the correct way.
convert(LoggingEvent) - Method in class org.apache.log4j.pattern.NDCPatternConverter
 
convert(LoggingEvent) - Method in class org.apache.log4j.pattern.MethodLocationPatternConverter
 
convert(LoggingEvent) - Method in class org.apache.log4j.pattern.MessagePatternConverter
 
convert(LoggingEvent) - Method in class org.apache.log4j.pattern.LiteralPatternConverter
 
convert(LoggingEvent) - Method in class org.apache.log4j.pattern.LineSeparatorPatternConverter
 
convert(LoggingEvent) - Method in class org.apache.log4j.pattern.LineLocationPatternConverter
 
convert(LoggingEvent) - Method in class org.apache.log4j.pattern.LevelPatternConverter
 
convert(LoggingEvent) - Method in class org.apache.log4j.pattern.FullLocationPatternConverter
 
convert(LoggingEvent) - Method in class org.apache.log4j.pattern.FileLocationPatternConverter
 
convert(LoggingEvent) - Method in class org.apache.log4j.pattern.DatePatternConverter
 
convert(String) - Method in class org.apache.log4j.rule.InFixToPostFix
 
convertArg(String, Class) - Method in class org.apache.log4j.config.PropertySetter
Convert val a String parameter to an object of a given type.
CONVERTER_CLASS_ATTRIBUTE - Static variable in class org.apache.log4j.joran.action.ActionConst
 
convertSpecialChars(String) - Static method in class org.apache.log4j.helpers.OptionConverter
 
COPY - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
count - Variable in class org.apache.log4j.helpers.CountingQuietWriter
 
CountingQuietWriter - class org.apache.log4j.helpers.CountingQuietWriter.
Counts the number of bytes written.
CountingQuietWriter(Writer, ErrorHandler) - Constructor for class org.apache.log4j.helpers.CountingQuietWriter
 
create(Class) - Static method in class org.apache.log4j.chainsaw.receivers.NewReceiverDialogPanel
Creates a new panel, with the contents configured to allow the editing of a NEW instance of the specified class (which must implement the Receiver interface)
createBlankIcon() - Static method in class org.apache.log4j.chainsaw.icons.LineIconFactory
 
createBooleanTableCellEditor() - Static method in class org.apache.log4j.chainsaw.helper.TableCellEditorFactory
Creates a TableCellEditor to be used for editing boolean values
createChainsawGUI(ApplicationPreferenceModel, Action) - Static method in class org.apache.log4j.chainsaw.LogUI
Creates, activates, and then shows the Chainsaw GUI, optionally showing the splash screen, and using the passed shutdown action when the user requests to exit the application (if null, then Chainsaw will exit the vm)
createCloseIcon() - Static method in class org.apache.log4j.chainsaw.icons.LineIconFactory
 
createCollapseIcon() - Static method in class org.apache.log4j.chainsaw.icons.LineIconFactory
 
createCustomExpressionLogPanel(String) - Method in class org.apache.log4j.chainsaw.LogUI
 
createExpandIcon() - Static method in class org.apache.log4j.chainsaw.icons.LineIconFactory
 
createLevelTableCellEditor() - Static method in class org.apache.log4j.chainsaw.helper.TableCellEditorFactory
 
createTreeModel() - Method in class org.apache.log4j.chainsaw.LogPanelPreferencePanel
 
createTreeModel() - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModelPanel
 
createTreeModel() - Method in class org.apache.log4j.chainsaw.AbstractPreferencePanel
 
createWriter(OutputStream) - Method in class org.apache.log4j.WriterAppender
Returns an OutputStreamWriter when passed an OutputStream.
currentLiteral - Variable in class org.apache.log4j.pattern.PatternParser
 
CURSOR_FOCUS_ON - Static variable in class org.apache.log4j.chainsaw.ChainsawColumns
 
CUT - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
CyclicBuffer - class org.apache.log4j.helpers.CyclicBuffer.
CyclicBuffer is used by other appenders to hold LoggingEvents for immediate or differed display.
CyclicBuffer(int) - Constructor for class org.apache.log4j.helpers.CyclicBuffer
Instantiate a new CyclicBuffer of at most maxSize events.
CyclicBufferList - class org.apache.log4j.chainsaw.CyclicBufferList.
CyclicBuffer implementation that is Object generic, and implements the List interface.
CyclicBufferList() - Constructor for class org.apache.log4j.chainsaw.CyclicBufferList
 
CyclicBufferList(int) - Constructor for class org.apache.log4j.chainsaw.CyclicBufferList
Instantiate a new CyclicBuffer of at most maxSize events.

D

DataSourceConnectionSource - class org.apache.log4j.db.DataSourceConnectionSource.
The DataSourceConnectionSource is an implementation of ConnectionSource that obtains the Connection in the recommended JDBC manner based on a DataSource.
DataSourceConnectionSource() - Constructor for class org.apache.log4j.db.DataSourceConnectionSource
 
date - Variable in class org.apache.log4j.helpers.DateLayout
 
DATE_AND_TIME_DATE_FORMAT - Static variable in class org.apache.log4j.helpers.AbsoluteTimeDateFormat
String constant used to specify DateTimeDateFormat in layouts.
DATE_FORMAT_OPTION - Static variable in class org.apache.log4j.helpers.DateLayout
Deprecated. Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.
DATE_FORMATS - Static variable in class org.apache.log4j.chainsaw.LogPanelPreferenceModel
 
dateFormat - Variable in class org.apache.log4j.helpers.DateLayout
 
dateFormat(StringBuffer, LoggingEvent) - Method in class org.apache.log4j.helpers.DateLayout
 
DateLayout - class org.apache.log4j.helpers.DateLayout.
This abstract layout takes care of all the date related options and formatting work.
DateLayout() - Constructor for class org.apache.log4j.helpers.DateLayout
 
DatePatternConverter - class org.apache.log4j.pattern.DatePatternConverter.
Convert and format the event's date in a StringBuffer.
DatePatternConverter() - Constructor for class org.apache.log4j.pattern.DatePatternConverter
 
DateTimeDateFormat - class org.apache.log4j.helpers.DateTimeDateFormat.
Formats a Date in the format "dd MMM YYYY HH:mm:ss,SSS" for example, "06 Nov 1994 15:49:37,459".
DateTimeDateFormat() - Constructor for class org.apache.log4j.helpers.DateTimeDateFormat
 
DateTimeDateFormat(TimeZone) - Constructor for class org.apache.log4j.helpers.DateTimeDateFormat
 
DateTokenConverter - class org.apache.log4j.rolling.helper.DateTokenConverter.
 
DateTokenConverter(String) - Constructor for class org.apache.log4j.rolling.helper.DateTokenConverter
 
DBAppender - class org.apache.log4j.db.DBAppender.
The DBAppender inserts loggin events into three database tables in a format independent of the Java programming language.
DBAppender() - Constructor for class org.apache.log4j.db.DBAppender
 
DBAppender2 - class org.apache.log4j.db.DBAppender2.
 
DBAppender2() - Constructor for class org.apache.log4j.db.DBAppender2
 
DBHelper - class org.apache.log4j.db.DBHelper.
 
DBHelper() - Constructor for class org.apache.log4j.db.DBHelper
 
DBReceiver - class org.apache.log4j.db.DBReceiver.
 
DBReceiver() - Constructor for class org.apache.log4j.db.DBReceiver
 
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.chainsaw.icons.ChainsawIcons
 
DEBUG_INT - Static variable in class org.apache.log4j.Level
DEBUG level integer value.
DEBUG_KEY - Static variable in class org.apache.log4j.config.ConfiguratorBase
Defining this value makes log4j print log4j-internal debug statements.
DEBUG_KEY - Static variable in class org.apache.log4j.helpers.LogLog
Deprecated. Defining this value makes log4j print log4j-internal debug statements to System.out.
debug(Object) - Method in class org.apache.log4j.Category
Log a message object with the DEBUG level.
debug(Object, Object) - Method in class org.apache.log4j.Category
Log a message with the DEBUG level with message formatting done according to the value of messagePattern and arg parameters.
debug(Object, Throwable) - Method in class org.apache.log4j.Category
Log a message object with the DEBUG level including the stack trace of the Throwablet passed as parameter.
debug(String) - Static method in class org.apache.log4j.helpers.LogLog
Deprecated. This method is used to output log4j internal debug statements.
debug(String, Object, Object) - Method in class org.apache.log4j.Logger
Log a message with the DEBUG level with message formatting done according to the messagePattern and the arguments arg1 and arg2.
debug(String, Throwable) - Static method in class org.apache.log4j.helpers.LogLog
Deprecated. This method is used to output log4j internal debug statements.
debugEnabled - Static variable in class org.apache.log4j.helpers.LogLog
Deprecated.  
DECENDING - Static variable in class org.apache.log4j.chainsaw.SortHeaderRenderer
 
DECENDING - Static variable in class org.apache.log4j.chainsaw.SortArrowIcon
 
decide(LoggingEvent) - Method in class org.apache.log4j.spi.Filter
If the decision is DENY, then the event will be dropped.
decide(LoggingEvent) - Method in class org.apache.log4j.varia.StringMatchFilter
Returns Filter.NEUTRAL is there is no string match.
decide(LoggingEvent) - Method in class org.apache.log4j.varia.ReflectionFilter
NOTE: This filter modifies logging events by adding properties to the event.
decide(LoggingEvent) - Method in class org.apache.log4j.varia.PropertyFilter
 
decide(LoggingEvent) - Method in class org.apache.log4j.varia.LevelRangeFilter
Return the decision of this filter.
decide(LoggingEvent) - Method in class org.apache.log4j.varia.LevelMatchFilter
Return the decision of this filter.
decide(LoggingEvent) - Method in class org.apache.log4j.varia.ExpressionFilter
Returns Filter.NEUTRAL is there is no string match.
decide(LoggingEvent) - Method in class org.apache.log4j.varia.DenyAllFilter
Always returns the integer constant Filter.DENY regardless of the LoggingEvent parameter.
decode(String) - Method in interface org.apache.log4j.spi.Decoder
 
decode(String) - Method in class org.apache.log4j.xml.XMLDecoder
Converts the string data into an XML Document, and then soaks out the relevant bits to form a new LoggingEvent instance which can be used by any Log4j element locally.
decode(String) - Method in class org.apache.log4j.xml.UtilLoggingXMLDecoder
Converts the string data into an XML Document, and then soaks out the relevant bits to form a new LoggingEvent instance which can be used by any Log4j element locally.
decode(URL) - Method in interface org.apache.log4j.spi.Decoder
 
decode(URL) - Method in class org.apache.log4j.xml.XMLDecoder
Decodes a File into a Vector of LoggingEvents
decode(URL) - Method in class org.apache.log4j.xml.UtilLoggingXMLDecoder
Decodes a File into a Vector of LoggingEvents
decodeEvents(String) - Method in interface org.apache.log4j.spi.Decoder
 
decodeEvents(String) - Method in class org.apache.log4j.xml.XMLDecoder
 
decodeEvents(String) - Method in class org.apache.log4j.xml.UtilLoggingXMLDecoder
Decodes a String representing a number of events into a Vector of LoggingEvents
decoder - Variable in class org.apache.log4j.net.XMLSocketReceiver
 
Decoder - interface org.apache.log4j.spi.Decoder.
Allow LoggingEvents to be reconstructed from a different format (usually XML).
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.log4j.AsyncAppender
The default buffer size is set to 128 events.
DEFAULT_CONFIGURATION_FILE - Static variable in interface org.apache.log4j.helpers.Constants
 
DEFAULT_CONFIGURATION_KEY - Static variable in interface org.apache.log4j.helpers.Constants
 
DEFAULT_CONVERSION_PATTERN - Static variable in class org.apache.log4j.PatternLayout
Default pattern string for log output.
DEFAULT_DELAY - Static variable in class org.apache.log4j.helpers.FileWatchdog
The default delay between every file modification check, set to 60 seconds.
DEFAULT_PORT - Static variable in class org.apache.log4j.net.XMLSocketReceiver
 
DEFAULT_PORT - Static variable in class org.apache.log4j.net.UDPAppender
The default port number for the UDP packets. (9991).
DEFAULT_PORT - Static variable in class org.apache.log4j.net.SocketHubAppender
The default port number of the ServerSocket will be created on.
DEFAULT_PORT - Static variable in class org.apache.log4j.net.SocketAppender
The default port number of remote logging server (4560).
DEFAULT_XML_CONFIGURATION_FILE - Static variable in interface org.apache.log4j.helpers.Constants
 
DefaultLayoutFactory - class org.apache.log4j.chainsaw.layout.DefaultLayoutFactory.
Factory class to load and cache Layout information from resources.
DefaultRepositorySelector - class org.apache.log4j.spi.DefaultRepositorySelector.
 
DefaultRepositorySelector() - Constructor for class org.apache.log4j.spi.DefaultRepositorySelector
 
delay - Variable in class org.apache.log4j.helpers.FileWatchdog
The delay to observe between every check.
DELETE - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
DENY - Static variable in class org.apache.log4j.spi.Filter
The log event must be dropped immediately without consulting with the remaining filters, if any, in the chain.
DenyAllFilter - class org.apache.log4j.varia.DenyAllFilter.
This filter drops all logging events.
DenyAllFilter() - Constructor for class org.apache.log4j.varia.DenyAllFilter
 
detachListAppender(LoggerRepository) - Method in class org.apache.log4j.config.ConfiguratorBase
Output the previously collected events using the current log4j configuration.
detachRepository(String) - Method in class org.apache.log4j.selector.ContextJNDISelector
Remove the repository with the given context name from the list of known repositories.
detachRepository(String) - Method in interface org.apache.log4j.spi.RepositorySelector
Remove the repository with the given context name from the list maintained by the respository selector.
detachRepository(String) - Method in class org.apache.log4j.spi.DefaultRepositorySelector
Does nothing.
detachTemporaryConsoleAppender(LoggerRepository, List) - Static method in class org.apache.log4j.config.ConfiguratorBase
 
DETAIL_CONTENT_TYPE - Static variable in class org.apache.log4j.chainsaw.ChainsawConstants
 
determineCompressionMode() - Method in class org.apache.log4j.rolling.RollingPolicySkeleton
Given the FileNamePattern string, this method determines the compression mode depending on last letters of the fileNamePatternStr.
dialectCode - Variable in class org.apache.log4j.db.ConnectionSourceSkeleton
 
direction - Variable in class org.apache.log4j.chainsaw.SortArrowIcon
 
discoverConnnectionProperties() - Method in class org.apache.log4j.db.ConnectionSourceSkeleton
Learn relevant information about this connection source.
discoverSQLDialect(DatabaseMetaData) - Static method in class org.apache.log4j.db.dialect.Util
 
displayContext() - Method in class org.apache.log4j.rule.ExpressionRuleContext
 
doAppend(LoggingEvent) - Method in class org.apache.log4j.AppenderSkeleton
This method performs threshold checks and invokes filters before delegating actual logging to the subclasses specific AppenderSkeleton.append(org.apache.log4j.spi.LoggingEvent) method.
doAppend(LoggingEvent) - Method in interface org.apache.log4j.Appender
Log in Appender specific way.
doAppend(LoggingEvent) - Method in class org.apache.log4j.varia.NullAppender
Does not do anything.
doCapitalize - Variable in class org.apache.log4j.config.PropertyPrinter
 
DOCK - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
DockablePanel - class org.apache.log4j.chainsaw.DockablePanel.
Extends the functionality of a JPanel by providing a 'docked' state.
DockablePanel() - Constructor for class org.apache.log4j.chainsaw.DockablePanel
 
doConfigure(Element, LoggerRepository) - Method in class org.apache.log4j.xml.DOMConfigurator
Deprecated. Configure by taking in an DOM element.
doConfigure(InputSource, LoggerRepository) - Method in class org.apache.log4j.joran.JoranConfigurator
All doConfigure methods evenually call this form.
doConfigure(InputSource, LoggerRepository) - Method in class org.apache.log4j.xml.DOMConfigurator
Deprecated. Configure log4j by reading in a log4j.dtd compliant XML configuration file.
doConfigure(InputStream, LoggerRepository) - Method in class org.apache.log4j.joran.JoranConfigurator
Configure a repository from the input stream passed as parameter
doConfigure(InputStream, LoggerRepository) - Method in class org.apache.log4j.xml.DOMConfigurator
Deprecated. Configure log4j by reading in a log4j.dtd compliant XML configuration file.
doConfigure(Properties, LoggerRepository) - Method in class org.apache.log4j.PropertyConfigurator
Read configuration options from properties.
doConfigure(Reader, LoggerRepository) - Method in class org.apache.log4j.xml.DOMConfigurator
Deprecated. Configure log4j by reading in a log4j.dtd compliant XML configuration file.
doConfigure(String, LoggerRepository) - Method in class org.apache.log4j.PropertyConfigurator
Read configuration from a file.
doConfigure(String, LoggerRepository) - Method in class org.apache.log4j.joran.JoranConfigurator
Configure a repository from a configuration file passed as parameter.
doConfigure(String, LoggerRepository) - Method in class org.apache.log4j.xml.DOMConfigurator
Deprecated.  
doConfigure(URL, LoggerRepository) - Method in class org.apache.log4j.PropertyConfigurator
Read configuration options from url configURL.
doConfigure(URL, LoggerRepository) - Method in class org.apache.log4j.joran.JoranConfigurator
 
doConfigure(URL, LoggerRepository) - Method in interface org.apache.log4j.spi.Configurator
Interpret a resource pointed by a URL and set up log4j accordingly.
doConfigure(URL, LoggerRepository) - Method in class org.apache.log4j.varia.ReloadingPropertyConfigurator
 
doConfigure(URL, LoggerRepository) - Method in class org.apache.log4j.xml.DOMConfigurator
Deprecated.  
DOMConfigurator - class org.apache.log4j.xml.DOMConfigurator.
Deprecated. Replaced by the much more flexible JoranConfigurator.
DOMConfigurator() - Constructor for class org.apache.log4j.xml.DOMConfigurator
Deprecated. No argument constructor.
doOnChange() - Method in class org.apache.log4j.helpers.FileWatchdog
 
doPost(LoggingEvent) - Method in class org.apache.log4j.net.XMLSocketReceiver
 
doPost(LoggingEvent) - Method in class org.apache.log4j.net.SocketReceiver
 
doPost(LoggingEvent) - Method in class org.apache.log4j.plugins.Receiver
Posts the logging event to a logger in the configured logger repository.
doRender(Object) - Method in class org.apache.log4j.or.ThreadGroupRenderer
Render a ThreadGroup object similar to the way that the ThreadGroup.list() method output information.
doRender(Object) - Method in interface org.apache.log4j.or.ObjectRenderer
Render the object passed as parameter as a String.
doRender(Object) - Method in class org.apache.log4j.or.jms.MessageRenderer
Render a Message.
doRender(Object) - Method in class org.apache.log4j.or.sax.AttributesRenderer
Render a Attributes.
DOWN - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
DriverManagerConnectionSource - class org.apache.log4j.db.DriverManagerConnectionSource.
The DriverManagerConnectionSource is an implementation of ConnectionSource that obtains the Connection in the traditional JDBC manner based on the connection URL.
DriverManagerConnectionSource() - Constructor for class org.apache.log4j.db.DriverManagerConnectionSource
 
dumpErrors() - Method in class org.apache.log4j.config.ConfiguratorBase
Dump any errors on System.out.

E

emitNoAppenderWarning(Logger) - Method in class org.apache.log4j.Hierarchy
 
emitNoAppenderWarning(Logger) - Method in interface org.apache.log4j.spi.LoggerRepository
 
EMPTY_STRING - Static variable in class org.apache.log4j.spi.LoggingEventFieldResolver
 
encoding - Variable in class org.apache.log4j.WriterAppender
The encoding to use when opening an InputStream.
end(ExecutionContext, String) - Method in class org.apache.joran.action.ParamAction
 
end(ExecutionContext, String) - Method in class org.apache.joran.action.NewRuleAction
Once the children elements are also parsed, now is the time to activate the appender options.
end(ExecutionContext, String) - Method in class org.apache.joran.action.NestComponentIA
 
end(ExecutionContext, String) - Method in class org.apache.joran.action.Action
 
end(ExecutionContext, String) - Method in class org.apache.log4j.joran.action.RootLoggerAction
 
end(ExecutionContext, String) - Method in class org.apache.log4j.joran.action.PropertyAction
 
end(ExecutionContext, String) - Method in class org.apache.log4j.joran.action.PluginAction
Once the children elements are also parsed, now is the time to activate the plugin options.
end(ExecutionContext, String) - Method in class org.apache.log4j.joran.action.LoggerAction
 
end(ExecutionContext, String) - Method in class org.apache.log4j.joran.action.LevelAction
 
end(ExecutionContext, String) - Method in class org.apache.log4j.joran.action.LayoutAction
Once the children elements are also parsed, now is the time to activate the appender options.
end(ExecutionContext, String) - Method in class org.apache.log4j.joran.action.ConversionRuleAction
Once the children elements are also parsed, now is the time to activate the appender options.
end(ExecutionContext, String) - Method in class org.apache.log4j.joran.action.ConfigurationAction
 
end(ExecutionContext, String) - Method in class org.apache.log4j.joran.action.AppenderRefAction
 
end(ExecutionContext, String) - Method in class org.apache.log4j.joran.action.AppenderAction
Once the children elements are also parsed, now is the time to activate the appender options.
endElement(String, String, String) - Method in class org.apache.joran.Interpreter
 
endPrefixMapping(String) - Method in class org.apache.joran.Interpreter
 
equals(Object) - Method in class org.apache.joran.Pattern
 
equals(Object) - Method in class org.apache.log4j.Level
Two Levels (formerly Priorities) are equal if their level integer value fields are equal.
equals(Object) - Method in class org.apache.log4j.spi.ThrowableInformation
 
equals(Object) - Method in class org.apache.log4j.spi.LoggingEvent
Two events are considerd equal if they refer to the same instance, or if both their timestamps and sequence numbers match.
EqualsRule - class org.apache.log4j.rule.EqualsRule.
A Rule class which returns the result of performing equals against two strings.
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_INT - Static variable in class org.apache.log4j.Level
ERROR level integer value.
error(Object) - Method in class org.apache.log4j.Category
Log a message object with the ERROR Level.
error(Object, Object) - Method in class org.apache.log4j.Category
Log a message with the ERROR level with message formatting done according to the value of messagePattern and arg parameters.
error(Object, Throwable) - Method in class org.apache.log4j.Category
Log a message object with the ERROR level including the stack trace of the Throwablet passed as parameter.
error(SAXParseException) - Method in class org.apache.joran.Interpreter
 
error(SAXParseException) - Method in class org.apache.log4j.xml.SAXErrorHandler
 
error(SAXParseException) - Method in class org.apache.log4j.xml.examples.ReportParserError
 
error(String) - Method in class org.apache.log4j.helpers.OnlyOnceErrorHandler
Print a the error message passed as parameter on System.err.
error(String) - Static method in class org.apache.log4j.helpers.LogLog
Deprecated. This method is used to output log4j internal error statements.
error(String) - Method in interface org.apache.log4j.spi.ErrorHandler
This method is normally used to just print the error message passed as a parameter.
error(String) - Method in class org.apache.log4j.varia.FallbackErrorHandler
Print a the error message passed as parameter on System.err.
error(String, Exception, int) - Method in class org.apache.log4j.helpers.OnlyOnceErrorHandler
Prints the message and the stack trace of the exception on System.err.
error(String, Exception, int) - Method in interface org.apache.log4j.spi.ErrorHandler
Equivalent to the ErrorHandler.error(String, Exception, int, LoggingEvent event) with the the event parameteter set to null.
error(String, Exception, int) - Method in class org.apache.log4j.varia.FallbackErrorHandler
Prints the message and the stack trace of the exception on System.err.
error(String, Exception, int, LoggingEvent) - Method in class org.apache.log4j.helpers.OnlyOnceErrorHandler
Prints the message and the stack trace of the exception on System.err.
error(String, Exception, int, LoggingEvent) - Method in interface org.apache.log4j.spi.ErrorHandler
This method is invoked to handle the error.
error(String, Exception, int, LoggingEvent) - Method in class org.apache.log4j.varia.FallbackErrorHandler
Prints the message and the stack trace of the exception on System.err.
error(String, Object, Object) - Method in class org.apache.log4j.Logger
Log a message with the ERROR level with message formatting done according to the messagePattern and the arguments arg1 and arg2.
error(String, Throwable) - Static method in class org.apache.log4j.helpers.LogLog
Deprecated. This method is used to output log4j internal error statements.
ErrorCode - interface org.apache.log4j.spi.ErrorCode.
This interface defines commonly encoutered error codes.
errorHandler - Variable in class org.apache.log4j.AppenderSkeleton
It is assumed and enforced that errorHandler is never null.
errorHandler - Variable in class org.apache.log4j.db.ConnectionSourceSkeleton
 
errorHandler - Variable in class org.apache.log4j.helpers.QuietWriter
 
ErrorHandler - interface org.apache.log4j.spi.ErrorHandler.
Appenders may delegate their error handling to ErrorHandlers.
ErrorItem - class org.apache.log4j.spi.ErrorItem.
Used to store special log4j errors which cannot be logged using internal logging.
ErrorItem(String) - Constructor for class org.apache.log4j.spi.ErrorItem
 
ErrorItem(String, Exception) - Constructor for class org.apache.log4j.spi.ErrorItem
 
errorList - Variable in class org.apache.log4j.PropertyConfigurator
 
escapeTags(String, Writer) - Static method in class org.apache.log4j.helpers.Transform
This method takes a string which may contain HTML tags (ie, <b>, <table>, etc) and replaces any '<' and '>' characters with respective predefined entity references.
evaluate(LoggingEvent) - Method in class org.apache.log4j.chainsaw.RuleMediator
 
evaluate(LoggingEvent) - Method in class org.apache.log4j.rule.TimestampInequalityRule
 
evaluate(LoggingEvent) - Method in class org.apache.log4j.rule.TimestampEqualsRule
 
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.PartialTextMatchRule
 
evaluate(LoggingEvent) - Method in class org.apache.log4j.rule.OrRule
 
evaluate(LoggingEvent) - Method in class org.apache.log4j.rule.NotRule
 
evaluate(LoggingEvent) - Method in class org.apache.log4j.rule.NotEqualsRule
 
evaluate(LoggingEvent) - Method in class org.apache.log4j.rule.LikeRule
 
evaluate(LoggingEvent) - Method in class org.apache.log4j.rule.LevelInequalityRule
 
evaluate(LoggingEvent) - Method in class org.apache.log4j.rule.InequalityRule
 
evaluate(LoggingEvent) - Method in class org.apache.log4j.rule.ExpressionRule
 
evaluate(LoggingEvent) - Method in class org.apache.log4j.rule.ExistsRule
 
evaluate(LoggingEvent) - Method in class org.apache.log4j.rule.EqualsRule
 
evaluate(LoggingEvent) - Method in class org.apache.log4j.rule.ColorRule
 
evaluate(LoggingEvent) - Method in class org.apache.log4j.rule.AndRule
 
evaluator - Variable in class org.apache.log4j.net.SMTPAppender
 
EventBatchListener - interface org.apache.log4j.chainsaw.EventBatchListener.
Implementations of this interface like to be notified of arriving batches of LoggingEvents, but may only be interested in those coming from a particular source
EventContainer - interface org.apache.log4j.chainsaw.EventContainer.
To allow pluggable TableModel implementations for Chainsaw, this interface has been factored out.
eventCountChanged(int, int) - Method in interface org.apache.log4j.chainsaw.EventCountListener
 
EventCountListener - interface org.apache.log4j.chainsaw.EventCountListener.
Listeners can be notified when the # of events in a particular model changes
EventDetailLayout - class org.apache.log4j.chainsaw.layout.EventDetailLayout.
This layout is used for formatting HTML text for use inside the Chainsaw Event Detail Panel, and the tooltip used when mouse-over on a particular log event row.
EventDetailLayout() - Constructor for class org.apache.log4j.chainsaw.layout.EventDetailLayout
 
EventTypeEntryContainer - class org.apache.log4j.chainsaw.filter.EventTypeEntryContainer.
A Container class used to hold unique LoggingEvent values and provide them as unique ListModels.
EventTypeEntryContainer() - Constructor for class org.apache.log4j.chainsaw.filter.EventTypeEntryContainer
 
EXAMLE_CONFIG_URL - Static variable in class org.apache.log4j.chainsaw.ChainsawConstants
 
EXCEPTION_EXISTS - Static variable in class org.apache.log4j.db.DBHelper
 
EXCEPTION_FIELD - Static variable in class org.apache.log4j.spi.LoggingEventFieldResolver
 
ExecutionContext - class org.apache.joran.ExecutionContext.
The ExecutionContext contains the contextual state of a Joran parsing session.
ExecutionContext(Interpreter) - Constructor for class org.apache.joran.ExecutionContext
 
exists(String) - Static method in class org.apache.log4j.LogManager
 
exists(String) - Method in class org.apache.log4j.Hierarchy
Check if the named logger exists in the hierarchy.
exists(String) - Static method in class org.apache.log4j.Category
Deprecated. Please use LogManager.exists(java.lang.String) instead.
exists(String) - Method in interface org.apache.log4j.spi.LoggerRepository
 
ExistsRule - class org.apache.log4j.rule.ExistsRule.
A Rule class implementing a not null (and not empty string) check.
ExpressionFilter - class org.apache.log4j.varia.ExpressionFilter.
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.varia.ExpressionFilter
 
ExpressionRule - class org.apache.log4j.rule.ExpressionRule.
A Rule class supporting both infix and postfix expressions, accepting any rule which is supported by the RuleFactory.
ExpressionRuleContext - class org.apache.log4j.rule.ExpressionRuleContext.
A popup menu which assists in building expression rules.
ExpressionRuleContext(FilterModel, JTextField) - Constructor for class org.apache.log4j.rule.ExpressionRuleContext
 
extractConverter(char) - Method in class org.apache.log4j.pattern.PatternParser
Extract the converter identifier found at position i.
extractDefaultReplacement(String) - Static method in class org.apache.log4j.helpers.OptionConverter
 
extractOption() - Method in class org.apache.log4j.pattern.PatternParser
Returns the option, null if not in the expected format.
extractStringRep(Throwable, VectorWriter) - Method in class org.apache.log4j.spi.ThrowableInformation
 

F

FACILITY_OI - Static variable in class org.apache.log4j.net.SyslogAppender
 
FallbackErrorHandler - class org.apache.log4j.varia.FallbackErrorHandler.
The FallbackErrorHandler implements the ErrorHandler interface such that a secondary appender may be specified.
FallbackErrorHandler() - Constructor for class org.apache.log4j.varia.FallbackErrorHandler
 
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_INT - Static variable in class org.apache.log4j.Level
FATAL level integer value.
fatal(Object) - Method in class org.apache.log4j.Category
Log a message object with the FATAL Level.
fatal(Object, Object) - Method in class org.apache.log4j.Category
Log a message with the FATAL level with message formatting done according to the value of messagePattern and arg parameters.
fatal(Object, Throwable) - Method in class org.apache.log4j.Category
Log a message object with the FATAL level including the stack trace of the Throwablet passed as parameter.
fatal(String, Object, Object) - Method in class org.apache.log4j.Logger
Log a message with the FATAL level with message formatting done according to the messagePattern and the arguments arg1 and arg2.
fatalError(SAXParseException) - Method in class org.apache.joran.Interpreter
 
fatalError(SAXParseException) - Method in class org.apache.log4j.xml.SAXErrorHandler
 
fatalError(SAXParseException) - Method in class org.apache.log4j.xml.examples.ReportParserError
 
Favourite - class org.apache.log4j.chainsaw.favourites.Favourite.
A Fauvourite is just a named container of on object that can be used as a basis (prototype) for the creation of exact copies.
FavouritesRegistry - class org.apache.log4j.chainsaw.favourites.FavouritesRegistry.
A singleton class that is used as a Registry of instances of JavaBeans that are in a state that a user prefers.
FILE_ATTRIBUTE - Static variable in class org.apache.joran.action.Action
 
FILE_FIELD - Static variable in class org.apache.log4j.spi.LoggingEventFieldResolver
 
FILE_OPEN - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
FILE_OPEN_FAILURE - Static variable in interface org.apache.log4j.spi.ErrorCode
 
FILE_SAVE_AS - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
fileAppend - Variable in class org.apache.log4j.FileAppender
Append to or truncate the file?
FileAppender - class org.apache.log4j.FileAppender.
FileAppender appends log events to a file.
FileAppender() - Constructor for class org.apache.log4j.FileAppender
The default constructor does not do anything.
FileAppender(Layout, String) - Constructor for class org.apache.log4j.FileAppender
Instantiate a FileAppender and open the file designated by filename.
FileAppender(Layout, String, boolean) - Constructor for class org.apache.log4j.FileAppender
Instantiate a FileAppender and open the file designated by filename.
FileAppender(Layout, String, boolean, boolean, int) - Constructor for class org.apache.log4j.FileAppender
Instantiate a FileAppender and open the file designated by filename.
FileLocationPatternConverter - class org.apache.log4j.pattern.FileLocationPatternConverter.
Return the event's line location information in a StringBuffer.
FileLocationPatternConverter() - Constructor for class org.apache.log4j.pattern.FileLocationPatternConverter
 
filename - Variable in class org.apache.log4j.helpers.FileWatchdog
The name of the file to observe for changes.
fileName - Variable in class org.apache.log4j.FileAppender
The name of the log file.
fileNamePattern - Variable in class org.apache.log4j.rolling.RollingPolicySkeleton
 
FileNamePattern - class org.apache.log4j.rolling.helper.FileNamePattern.
This class helps parse file name patterns.
FileNamePattern(String) - Constructor for class org.apache.log4j.rolling.helper.FileNamePattern
 
fileNamePatternStr - Variable in class org.apache.log4j.rolling.RollingPolicySkeleton
 
FileWatchdog - class org.apache.log4j.helpers.FileWatchdog.
Check every now and then that a certain file has not changed.
FileWatchdog(String) - Constructor for class org.apache.log4j.helpers.FileWatchdog
 
Filter - class org.apache.log4j.spi.Filter.
Users should extend this class to implement customized logging event filtering.
Filter() - Constructor for class org.apache.log4j.spi.Filter
 
FilterModel - class org.apache.log4j.chainsaw.filter.FilterModel.
This class is used as a Model for Filtering, and retains the unique entries that come through over a set of LoggingEvents
FilterModel() - Constructor for class org.apache.log4j.chainsaw.filter.FilterModel
 
finalize() - Method in class org.apache.log4j.AppenderSkeleton
Finalize this appender by calling the derived class' close method.
finalize() - Method in class org.apache.log4j.net.TelnetAppender.SocketHandler
make sure we close all network connections when this handler is destroyed.
finalizeConverter(char) - Method in class org.apache.log4j.pattern.PatternParser
When finalizeConverter is called 'c' is the current conversion caracter and i points to the character following 'c'.
FIND - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
find(Rule, int, boolean) - Method in interface org.apache.log4j.chainsaw.EventContainer
Locates a row number, starting from startRow, matching the rule provided
findAndRender(Object) - Method in class org.apache.log4j.or.RendererMap
Find the appropriate renderer for the class type of the o parameter.
findAndSubst(String, Properties) - Static method in class org.apache.log4j.helpers.OptionConverter
Find the value corresponding to key in props.
findAppenderByName(Document, String) - Method in class org.apache.log4j.xml.DOMConfigurator
Deprecated. Used internally to parse appenders by IDREF name.
findAppenderByReference(Element) - Method in class org.apache.log4j.xml.DOMConfigurator
Deprecated. Used internally to parse appenders by IDREF element.
findNext() - Method in class org.apache.log4j.chainsaw.LogPanel
Finds the next row matching the current find rule, and ensures it is made visible
findPrevious() - Method in class org.apache.log4j.chainsaw.LogPanel
Finds the previous row matching the current find rule, and ensures it is made visible
FINE - Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
 
FINE_INT - Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
 
FINER - Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
 
FINER_INT - Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
 
FINEST - Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
 
FINEST_INT - Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
 
finish(ExecutionContext) - Method in class org.apache.joran.action.ParamAction
 
finish(ExecutionContext) - Method in class org.apache.joran.action.NewRuleAction
 
finish(ExecutionContext) - Method in class org.apache.joran.action.NestComponentIA
 
finish(ExecutionContext) - Method in class org.apache.log4j.joran.action.RootLoggerAction
 
finish(ExecutionContext) - Method in class org.apache.log4j.joran.action.PropertyAction
 
finish(ExecutionContext) - Method in class org.apache.log4j.joran.action.PluginAction
 
finish(ExecutionContext) - Method in class org.apache.log4j.joran.action.LoggerAction
 
finish(ExecutionContext) - Method in class org.apache.log4j.joran.action.LevelAction
 
finish(ExecutionContext) - Method in class org.apache.log4j.joran.action.LayoutAction
 
finish(ExecutionContext) - Method in class org.apache.log4j.joran.action.ConversionRuleAction
 
finish(ExecutionContext) - Method in class org.apache.log4j.joran.action.AppenderRefAction
 
finish(ExecutionContext) - Method in class org.apache.log4j.joran.action.AppenderAction
 
fireAddAppenderEvent(Logger, Appender) - Method in class org.apache.log4j.Hierarchy
Requests that a appender added event be sent to any registered LoggerEventListener.
fireAddAppenderEvent(Logger, Appender) - Method in interface org.apache.log4j.spi.LoggerRepository
Requests that a appender added event be sent to any registered LoggerEventListener.
fireConfigurationChangedEvent() - Method in class org.apache.log4j.Hierarchy
Requests that a configuration changed event be sent to any registered LoggerRepositoryEventListener.
fireConfigurationChangedEvent() - Method in interface org.apache.log4j.spi.LoggerRepository
Requests that a configuration changed event be sent to any registered LoggerRepositoryEventListener.
fireContentsChanged() - Method in class org.apache.log4j.chainsaw.ModifiableListModel
 
fireLevelChangedEvent(Logger) - Method in class org.apache.log4j.Hierarchy
Requests that a level changed event be sent to any registered LoggerEventListener.
fireLevelChangedEvent(Logger) - Method in interface org.apache.log4j.spi.LoggerRepository
Requests that a level changed event be sent to any registered LoggerEventListener.
firePropertyChange(PropertyChangeEvent) - Method in class org.apache.log4j.chainsaw.help.HelpManager
 
firePropertyChange(PropertyChangeEvent) - Method in class org.apache.log4j.plugins.PluginSkeleton
 
firePropertyChange(PropertyChangeEvent) - Method in class org.apache.log4j.rule.AbstractRule
 
firePropertyChange(String, boolean, boolean) - Method in class org.apache.log4j.chainsaw.help.HelpManager
 
firePropertyChange(String, boolean, boolean) - Method in class org.apache.log4j.plugins.PluginSkeleton
 
firePropertyChange(String, int, int) - Method in class org.apache.log4j.chainsaw.help.HelpManager
 
firePropertyChange(String, int, int) - Method in class org.apache.log4j.plugins.PluginSkeleton
 
firePropertyChange(String, Object, Object) - Method in class org.apache.log4j.chainsaw.help.HelpManager
 
firePropertyChange(String, Object, Object) - Method in class org.apache.log4j.plugins.PluginSkeleton
 
firePropertyChange(String, Object, Object) - Method in class org.apache.log4j.rule.AbstractRule
 
fireRemoveAppenderEvent(Logger, Appender) - Method in class org.apache.log4j.Hierarchy
Requests that a appender removed event be sent to any registered LoggerEventListener.
fireRemoveAppenderEvent(Logger, Appender) - Method in interface org.apache.log4j.spi.LoggerRepository
Requests that a appender removed event be sent to any registered LoggerEventListener.
fireTableEvent(int, int, int) - Method in interface org.apache.log4j.chainsaw.EventContainer
Fire appropriate table update events for the range.
FLUSH_FAILURE - Static variable in interface org.apache.log4j.spi.ErrorCode
 
flush() - Method in class org.apache.log4j.helpers.SyslogWriter
 
flush() - Method in class org.apache.log4j.helpers.QuietWriter
 
FOCUS_ON_ICON - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
forcedLog(String, Level, Object, Throwable) - Method in class org.apache.log4j.Category
This method creates a new logging event and logs the event without further checks.
format(Date, StringBuffer, FieldPosition) - Method in class org.apache.log4j.helpers.RelativeTimeDateFormat
Appends to sbuf the number of milliseconds elapsed since the start of the application.
format(Date, StringBuffer, FieldPosition) - Method in class org.apache.log4j.helpers.ISO8601DateFormat
Appends a date in the format "YYYY-mm-dd HH:mm:ss,SSS" to sbuf.
format(Date, StringBuffer, FieldPosition) - Method in class org.apache.log4j.helpers.DateTimeDateFormat
Appends to sbuf the date in the format "dd MMM YYYY HH:mm:ss,SSS" for example, "06 Nov 1994 08:49:37,459".
format(Date, StringBuffer, FieldPosition) - Method in class org.apache.log4j.helpers.CachedDateFormat
Converts a Date utilizing a previously converted value if possible.
format(Date, StringBuffer, FieldPosition) - Method in class org.apache.log4j.helpers.AbsoluteTimeDateFormat
Appends to sbuf the time in the format "HH:mm:ss,SSS" for example, "15:49:37,459"
format(LoggingEvent) - Method in class org.apache.log4j.Layout
Implement this method to create your own layout format.
format(String, Object) - Static method in class org.apache.log4j.helpers.MessageFormatter
Performs single argument substitution for the 'messagePattern' passed as parameter.
format(String, Object, Object) - Static method in class org.apache.log4j.helpers.MessageFormatter
/** Performs a two argument substitution for the 'messagePattern' passed as parameter.
format(Writer, LoggingEvent) - Method in class org.apache.log4j.TTCCLayout
In addition to the level of the statement and message, the returned byte array includes time, thread, category and NDC information.
format(Writer, LoggingEvent) - Method in class org.apache.log4j.SimpleLayout
Writes the log statement in a format consisting of the level, followed by " - " and then the message.
format(Writer, LoggingEvent) - Method in class org.apache.log4j.PatternLayout
Produces a formatted string as specified by the conversion pattern.
format(Writer, LoggingEvent) - Method in class org.apache.log4j.Layout
 
format(Writer, LoggingEvent) - Method in class org.apache.log4j.chainsaw.layout.EventDetailLayout
 
format(Writer, LoggingEvent) - Method in class org.apache.log4j.pattern.PatternConverter
A template method for formatting in a converter specific way.
format(Writer, LoggingEvent) - Method in class org.apache.log4j.xml.XMLLayout
Formats a LoggingEventin conformance with the log4j.dtd.
formattingInfo - Variable in class org.apache.log4j.pattern.PatternParser
 
FormattingInfo - class org.apache.log4j.pattern.FormattingInfo.
FormattingInfo instances contain the information obtained when parsing formatting modifiers in conversion modifiers.
FormattingInfo() - Constructor for class org.apache.log4j.pattern.FormattingInfo
 
foundProperty(Object, String, String, Object) - Method in class org.apache.log4j.config.PropertyPrinter
 
foundProperty(Object, String, String, Object) - Method in interface org.apache.log4j.config.PropertyGetter.PropertyCallback
 
FullLocationPatternConverter - class org.apache.log4j.pattern.FullLocationPatternConverter.
Return the event's line location information in a StringBuffer.
FullLocationPatternConverter() - Constructor for class org.apache.log4j.pattern.FullLocationPatternConverter
 

G

genAppName() - Method in class org.apache.log4j.config.PropertyPrinter
 
Generator - class org.apache.log4j.chainsaw.Generator.
Class designed to stress, and/or test the Chainsaw GUI by sending it lots of Logging Events.
Generator(String) - Constructor for class org.apache.log4j.chainsaw.Generator
 
GeneratorBeanInfo - class org.apache.log4j.chainsaw.GeneratorBeanInfo.
A BeanInfo class to be used as meta-data about the Generator plugin
GeneratorBeanInfo() - Constructor for class org.apache.log4j.chainsaw.GeneratorBeanInfo
 
GENERIC_FAILURE - Static variable in interface org.apache.log4j.spi.ErrorCode
 
get() - Static method in class org.apache.log4j.NDC
Never use this method directly, use the LoggingEvent.getNDC() method instead.
get() - Method in class org.apache.log4j.chainsaw.CyclicBufferList
Get the oldest (first) element in the buffer.
get() - Method in class org.apache.log4j.helpers.CyclicBuffer
Get the oldest (first) element in the buffer.
get() - Method in class org.apache.log4j.helpers.BoundedFIFO
Get the first element in the buffer.
get(Class) - Method in class org.apache.log4j.or.RendererMap
Search the parents of clazz for a renderer.
get(int) - Method in class org.apache.joran.Pattern
 
get(int) - Method in class org.apache.log4j.chainsaw.CyclicBufferList
Get the ith oldest event currently in the buffer.
get(int) - Method in class org.apache.log4j.helpers.CyclicBuffer
Get the ith oldest event currently in the buffer.
get(Object) - Method in class org.apache.log4j.or.RendererMap
Syntactic sugar method that calls RendererMap.get(Class) with the class of the object parameter.
get(String) - Static method in class org.apache.log4j.MDC
Get the context identified by the key parameter.
getAcceptOnMatch() - Method in class org.apache.log4j.varia.StringMatchFilter
 
getAcceptOnMatch() - Method in class org.apache.log4j.varia.LevelRangeFilter
Get the value of the AcceptOnMatch option.
getAcceptOnMatch() - Method in class org.apache.log4j.varia.LevelMatchFilter
 
getAcceptOnMatch() - Method in class org.apache.log4j.varia.ExpressionFilter
 
getActiveFileName() - Method in class org.apache.log4j.rolling.TimeBasedRollingPolicy
The active log file is determined by the value of the activeFileName option if it is set.
getActiveFileName() - Method in class org.apache.log4j.rolling.SlidingWindowRollingPolicy
If the ActiveFileName option is set, then this method simply returns the value of the option.
getActiveFileName() - Method in interface org.apache.log4j.rolling.RollingPolicy
Get the new name of the active log file.
getActiveTabName() - Method in class org.apache.log4j.chainsaw.LogUI
DOCUMENT ME!
getAdditivity() - Method in class org.apache.log4j.Category
Get the additivity flag for this Category instance.
getAddress() - Method in class org.apache.log4j.net.SocketReceiver.SocketDetail
 
getAddress() - Method in class org.apache.log4j.net.MulticastReceiver
 
getAddress() - Method in interface org.apache.log4j.net.AddressBased
Returns a String representation of the Address this instance encompasses
getAlignmentY() - Method in class org.apache.log4j.chainsaw.SmallButton
DOCUMENT ME!
getAllAppenders() - Method in class org.apache.log4j.Category
Get the appenders contained in this category as an Enumeration.
getAllAppenders() - Method in class org.apache.log4j.AsyncAppender
 
getAllAppenders() - Method in class org.apache.log4j.helpers.AppenderAttachableImpl
Get all attached appenders as an Enumeration.
getAllAppenders() - Method in interface org.apache.log4j.spi.AppenderAttachable
Get all previously added appenders as an Enumeration.
getAllEvents() - Method in interface org.apache.log4j.chainsaw.EventContainer
Returns a copied list of all the event in the model.
getAllPossibleLevels() - Static method in class org.apache.log4j.helpers.UtilLoggingLevel
 
getAllPossiblePriorities() - Static method in class org.apache.log4j.Level
Deprecated. This method will be removed with no replacement.
getAppend() - Method in class org.apache.log4j.FileAppender
Returns the value of the Append option.
getAppender() - Method in class org.apache.log4j.chainsaw.ChainsawAppender
 
getAppender(String) - Method in class org.apache.log4j.Category
Look for the appender named as name.
getAppender(String) - Method in class org.apache.log4j.AsyncAppender
 
getAppender(String) - Method in class org.apache.log4j.helpers.AppenderAttachableImpl
Look for an attached appender named as name.
getAppender(String) - Method in interface org.apache.log4j.spi.AppenderAttachable
Get an appender by name.
getApplication() - Method in class org.apache.log4j.chainsaw.ChainsawAppender
Returns value of the Application option.
getApplication() - Method in class org.apache.log4j.net.UDPAppender
Returns value of the App option.
getApplication() - Method in class org.apache.log4j.net.SocketAppender
Returns value of the Application option.
getApplication() - Method in class org.apache.log4j.net.MulticastAppender
Returns value of the App option.
getApplicationPreferenceModel() - Method in class org.apache.log4j.chainsaw.LogUI
 
getBackgroundColor() - Method in class org.apache.log4j.rule.ColorRule
 
getBackgroundColor(LoggingEvent) - Method in class org.apache.log4j.chainsaw.color.RuleColorizer
 
getBackgroundColor(LoggingEvent) - Method in interface org.apache.log4j.chainsaw.color.Colorizer
Given a LoggingEvent, returns a Color to use for background, or null if this instance cannot determine one, or that the stanard color should be used.
getBackupAppender() - Method in class org.apache.log4j.varia.FallbackErrorHandler
Return the backup appender.
getBorder() - Method in class org.apache.log4j.chainsaw.SmallButton
DOCUMENT ME!
getBufferedIO() - Method in class org.apache.log4j.FileAppender
Get the value of the BufferedIO option.
getBufferSize() - Method in class org.apache.log4j.FileAppender
Get the size of the IO buffer.
getBufferSize() - Method in class org.apache.log4j.AsyncAppender
Returns the current value of the BufferSize option.
getBufferSize() - Method in class org.apache.log4j.net.SocketHubAppender
Returns value of the bufferSize option.
getBufferSize() - Method in class org.apache.log4j.net.SMTPAppender
Returns value of the BufferSize option.
getCancelButton() - Method in class org.apache.log4j.chainsaw.AbstractPreferencePanel
 
getCancelButton() - Method in class org.apache.log4j.chainsaw.helper.OkCancelPanel
 
getCategoryPrefixing() - Method in class org.apache.log4j.TTCCLayout
Returns value of the CategoryPrefixing option.
getChainedLevel() - Method in class org.apache.log4j.spi.RootLogger
Return the assigned level value without walking the category hierarchy.
getChainedLevel() - Method in class org.apache.log4j.spi.RootCategory
Deprecated. Return the assigned level value without walking the category hierarchy.
getChainedPriority() - Method in class org.apache.log4j.Category
Deprecated. Please use the the Category.getEffectiveLevel() method instead.
getClassLoader() - Method in class org.apache.log4j.chainsaw.plugins.PluginClassLoaderFactory
 
getColNumber() - Method in class org.apache.log4j.spi.ErrorItem
 
getColorizer() - Method in class org.apache.log4j.chainsaw.TableColorizingRenderer
 
getColumnName(int) - Static method in class org.apache.log4j.chainsaw.ChainsawColumns
Given the index which matches one of the static constants in this class, returns the resolved Column name as a string label.
getColumnNumber(ExecutionContext) - Method in class org.apache.joran.action.Action
 
getColumnsNames() - Static method in class org.apache.log4j.chainsaw.ChainsawColumns
 
getConfigurationURL() - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
getConfiguratorClass() - Method in interface org.apache.log4j.config.ConfigWatchdog
Gets the configurator class used for reconfiguration.
getConfiguratorClassName() - Method in interface org.apache.log4j.config.ConfigWatchdog
Gets the configurator class name used for reconfiguration.
getConnectedSocketDetails() - Method in class org.apache.log4j.net.SocketReceiver
Returns a Vector of SocketDetail representing the IP/Domain name of the currently connected sockets that this receiver has been responsible for creating.
getConnection() - Method in class org.apache.log4j.db.JNDIConnectionSource
 
getConnection() - Method in class org.apache.log4j.db.DriverManagerConnectionSource
 
getConnection() - Method in class org.apache.log4j.db.DataSourceConnectionSource
 
getConnection() - Method in interface org.apache.log4j.db.ConnectionSource
Obtain a Connection for use.
getConnectionSource() - Method in class org.apache.log4j.db.DBReceiver
 
getConnectionSource() - Method in class org.apache.log4j.db.DBAppender2
 
getConnectionSource() - Method in class org.apache.log4j.db.DBAppender
 
getContainer() - Method in class org.apache.log4j.chainsaw.filter.FilterModel
 
getContentType() - Method in class org.apache.log4j.Layout
Returns the content type output by this layout.
getContext() - Static method in class org.apache.log4j.MDC
Get the current thread's MDC as a hashtable.
getContextPrinting() - Method in class org.apache.log4j.TTCCLayout
Returns value of the ContextPrinting option.
getConversionPattern() - Method in class org.apache.log4j.PatternLayout
Returns the value of the ConversionPattern option.
getConversionPattern() - Method in class org.apache.log4j.chainsaw.layout.LayoutEditorPane
 
getConversionPattern() - Method in class org.apache.log4j.chainsaw.layout.EventDetailLayout
 
getConverterRegistry() - Method in class org.apache.log4j.pattern.PatternParser
Returns the converter registry for this PatternParser instance.
getConvertInFixToPostFix() - Method in class org.apache.log4j.varia.ExpressionFilter
 
getCount() - Method in class org.apache.log4j.helpers.CountingQuietWriter
 
getCurrentCategories() - Method in class org.apache.log4j.Hierarchy
Deprecated. Please use Hierarchy.getCurrentLoggers() instead.
getCurrentCategories() - Static method in class org.apache.log4j.Category
Deprecated. Please use LogManager.getCurrentLoggers() instead.
getCurrentCategories() - Method in interface org.apache.log4j.spi.LoggerRepository
Deprecated. Please use LoggerRepository.getCurrentLoggers() instead.
getCurrentLoggers() - Static method in class org.apache.log4j.LogManager
 
getCurrentLoggers() - Method in class org.apache.log4j.Hierarchy
Returns all the currently defined categories in this hierarchy as an Enumeration.
getCurrentLoggers() - Method in interface org.apache.log4j.spi.LoggerRepository
 
getCyclicBufferSize() - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
getDataRate() - Method in class org.apache.log4j.chainsaw.ChainsawAppenderHandler
Exposes the current Data rate calculated.
getDataSource() - Method in class org.apache.log4j.db.DataSourceConnectionSource
 
getDateFormat() - Method in class org.apache.log4j.helpers.DateLayout
Returns value of the DateFormat option.
getDateFormatPattern() - Method in class org.apache.log4j.chainsaw.LogPanelPreferenceModel
Returns the Date Pattern string for the alternate date formatter.
getDatePattern() - Method in class org.apache.log4j.rolling.helper.DateTokenConverter
Return the date pattern.
getDateTokenConverter() - Method in class org.apache.log4j.rolling.helper.FileNamePattern
 
getDecoder() - Method in class org.apache.log4j.net.XMLSocketReceiver
 
getDecoder() - Method in class org.apache.log4j.net.UDPReceiver
 
getDecoder() - Method in class org.apache.log4j.net.MulticastReceiver
 
getDefaultHierarchy() - Static method in class org.apache.log4j.Category
Deprecated. Please use LogManager.getLoggerRepository() instead.
getDefaultPatternLayout() - Static method in class org.apache.log4j.chainsaw.layout.DefaultLayoutFactory
 
getDefaultRenderer() - Method in class org.apache.log4j.or.RendererMap
 
getDefaultSettings() - Method in class org.apache.log4j.chainsaw.prefs.SettingsManager
Returns the loaded default settings, which can be used by other classes within this package.
getDepth() - Static method in class org.apache.log4j.NDC
Get the current nesting depth of this diagnostic context.
getDialectFromCode(int) - Static method in class org.apache.log4j.db.dialect.Util
 
getDriverClass() - Method in class org.apache.log4j.db.DriverManagerConnectionSource
Returns the name of the driver class.
getEffectiveLevel() - Method in class org.apache.log4j.Category
Starting from this category, search the category hierarchy for a non-null level and return it.
getEncoding() - Method in class org.apache.log4j.WriterAppender
 
getEncoding() - Method in class org.apache.log4j.net.UDPReceiver
Returns value of the Encoding option.
getEncoding() - Method in class org.apache.log4j.net.UDPAppender
Returns value of the Encoding option.
getEncoding() - Method in class org.apache.log4j.net.MulticastReceiver
Returns value of the Encoding option.
getEncoding() - Method in class org.apache.log4j.net.MulticastAppender
Returns value of the Encoding option.
getEntityResolver() - Method in class org.apache.joran.Interpreter
 
getErrorHandler() - Method in class org.apache.log4j.AppenderSkeleton
Return the currently set ErrorHandler for this Appender.
getErrorHandler() - Method in interface org.apache.log4j.Appender
Returns the ErrorHandler for this appender.
getErrorHandler() - Method in class org.apache.log4j.db.ConnectionSourceSkeleton
Get teh errorHandler for this connection source
getErrorList() - Method in class org.apache.joran.ExecutionContext
 
getErrorList() - Method in class org.apache.log4j.PropertyConfigurator
 
getErrorList() - Method in class org.apache.log4j.Hierarchy
Return the the list of previously encoutered error items.
getErrorList() - Method in class org.apache.log4j.config.ConfiguratorBase
 
getErrorList() - Method in class org.apache.log4j.joran.JoranConfigurator
 
getErrorList() - Method in interface org.apache.log4j.spi.LoggerRepository
Errors which cannot be logged, go to the error list,
getEvaluatorClass() - Method in class org.apache.log4j.net.SMTPAppender
Returns value of the EvaluatorClass option.
getException() - Method in class org.apache.log4j.spi.ErrorItem
 
getExclusionRule() - Method in class org.apache.log4j.chainsaw.RuleMediator
 
getExecutionContext() - Method in class org.apache.joran.Interpreter
 
getExecutionContext() - Method in class org.apache.log4j.joran.JoranConfigurator
 
getExpression() - Method in class org.apache.log4j.rule.ColorRule
 
getExpression() - Method in class org.apache.log4j.varia.ExpressionFilter
 
getFacility() - Method in class org.apache.log4j.net.SyslogAppender
Returns the value of the Facility option.
getFacility(String) - Static method in class org.apache.log4j.net.SyslogAppender
Returns the integer value corresponding to the named syslog facility, or -1 if it couldn't be recognized.
getFacilityPrinting() - Method in class org.apache.log4j.net.SyslogAppender
Returns the value of the FacilityPrinting option.
getFacilityString(int) - Static method in class org.apache.log4j.net.SyslogAppender
Returns the specified syslog facility as a lower-case String, e.g.
getFavourites() - Method in class org.apache.log4j.chainsaw.favourites.FavouritesRegistry
Returns an unmodifiable List of all the known Favourite instances
getFavouritesByClass(Class) - Method in class org.apache.log4j.chainsaw.favourites.FavouritesRegistry
Returns a Collection of Favourite instances whose getPrototype() method returns an object whose class is assignable from clazz, or more formally, such that clazz.isAssignableFrom(favourite.getPrototype().getClass())
getFile() - Method in class org.apache.log4j.FileAppender
Returns the value of the File option.
getFileNamePattern() - Method in class org.apache.log4j.rolling.RollingPolicySkeleton
 
getFileURL() - Method in class org.apache.log4j.varia.LogFilePatternReceiver
Accessor
getFilter() - Method in class org.apache.log4j.AppenderSkeleton
Returns the head Filter.
getFilter() - Method in interface org.apache.log4j.Appender
Returns the head Filter.
getFilterableColumns() - Method in class org.apache.log4j.chainsaw.LogUI
DOCUMENT ME!
getFilteredEvents() - Method in interface org.apache.log4j.chainsaw.EventContainer
Returns a copied list containing the events in the model with filter applied
getFilterExpression() - Method in class org.apache.log4j.varia.LogFilePatternReceiver
Accessor
getFindTextField() - Method in class org.apache.log4j.chainsaw.LogPanel
 
getFirstFilter() - Method in class org.apache.log4j.AppenderSkeleton
Return the first filter in the filter chain for this Appender.
getFooter() - Method in class org.apache.log4j.Layout
Returns the footer for the layout format.
getFooter() - Method in class org.apache.log4j.chainsaw.layout.EventDetailLayout
 
getForegroundColor() - Method in class org.apache.log4j.rule.ColorRule
 
getForegroundColor(LoggingEvent) - Method in class org.apache.log4j.chainsaw.color.RuleColorizer
 
getForegroundColor(LoggingEvent) - Method in interface org.apache.log4j.chainsaw.color.Colorizer
 
getFQNOfLoggerClass() - Method in class org.apache.log4j.spi.LoggingEvent
Get the fully qualified name of the calling logger sub-class/wrapper.
getFrom() - Method in class org.apache.log4j.net.SMTPAppender
Returns value of the From option.
getGUIComponent() - Method in class org.apache.log4j.chainsaw.messages.MessageCenter
 
getHeader() - Method in class org.apache.log4j.Layout
Returns the header for the layout format.
getHeader() - Method in class org.apache.log4j.chainsaw.layout.EventDetailLayout
 
getHelpForClass(Class) - Method in class org.apache.log4j.chainsaw.help.HelpManager
Determines the most appropriate Help resource for a particular class or returns ChainsawConstants.URL_PAGE_NOT_FOUND if there is no resource located.
getHelpURL() - Method in class org.apache.log4j.chainsaw.help.HelpManager
 
getHierarchy() - Method in class org.apache.log4j.Category
Deprecated. Please use Category.getLoggerRepository() instead.
getHost() - Method in class org.apache.log4j.net.SocketHubReceiver
Get the remote host to connect to for logging events.
getIconHeight() - Method in class org.apache.log4j.chainsaw.SortArrowIcon
 
getIconWidth() - Method in class org.apache.log4j.chainsaw.SortArrowIcon
 
getIdentifierExpression() - Method in class org.apache.log4j.chainsaw.ChainsawAppenderHandler
 
getIdentifierExpression() - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
getImmediateFlush() - Method in class org.apache.log4j.WriterAppender
Returns value of the ImmediateFlush option.
getInclusionRule() - Method in class org.apache.log4j.chainsaw.RuleMediator
 
getInitialContext() - Static method in class org.apache.log4j.helpers.JNDIUtil
 
getInitialContextFactoryName() - Method in class org.apache.log4j.net.JMSAppender
Returns the value of the InitialContextFactoryName option.
getInsets() - Method in class org.apache.log4j.chainsaw.SmallButton
DOCUMENT ME!
getInstance() - Static method in class org.apache.log4j.chainsaw.help.HelpManager
 
getInstance() - Static method in class org.apache.log4j.chainsaw.icons.LevelIconFactory
 
getInstance() - Static method in class org.apache.log4j.chainsaw.messages.MessageCenter
 
getInstance() - Static method in class org.apache.log4j.chainsaw.plugins.PluginClassLoaderFactory
 
getInstance() - Static method in class org.apache.log4j.chainsaw.prefs.SettingsManager
Returns the singleton instance of the SettingsManager
getInstance() - Static method in class org.apache.log4j.chainsaw.prefs.ProfileManager
 
getInstance() - Static method in class org.apache.log4j.chainsaw.receivers.ReceiversHelper
 
getInstance() - Static method in class org.apache.log4j.helpers.NullEnumeration
 
getInstance() - Static method in class org.apache.log4j.rule.RuleFactory
 
getInstance() - Static method in class org.apache.log4j.spi.LoggingEventFieldResolver
 
getInstance() - Static method in class org.apache.log4j.varia.NullAppender
Whenever you can, use this method to retreive an instance instead of instantiating a new one with new.
getInstance(Class) - Static method in class org.apache.log4j.Category
Deprecated. Please use Logger.getLogger(Class) instead.
getInstance(String) - Static method in class org.apache.log4j.Category
Deprecated. Please use the Logger.getLogger(String) method instead.
getInterestedIdentifier() - Method in class org.apache.log4j.chainsaw.LogUI
DOCUMENT ME!
getInterestedIdentifier() - Method in class org.apache.log4j.chainsaw.LogPanel
Accessor
getInterestedIdentifier() - Method in interface org.apache.log4j.chainsaw.EventBatchListener
Returns the string representing the identifier that this instance is only interested in, or null if this instance is interested in ALL events from any identifier
getJndiLocation() - Method in class org.apache.log4j.db.JNDIConnectionSource
Returns the jndiLocation.
getJndiPath() - Method in class org.apache.log4j.net.JMSReceiver
Gets the path to a properties file containing the initial context and jndi provider url
getJoranInterpreter() - Method in class org.apache.joran.ExecutionContext
 
getKey() - Method in class org.apache.log4j.chainsaw.NewKeyEvent
 
getKeys() - Static method in class org.apache.log4j.MDC
Returns the keys in the MDC as an Enumeration.
getKnownReceiverClasses() - Method in class org.apache.log4j.chainsaw.receivers.ReceiversHelper
Returns an unmodifiable list of Class objects which represent all the 'known' Receiver classes.
getLast() - Method in class org.apache.log4j.chainsaw.CyclicBufferList
 
getLastAdded() - Method in interface org.apache.log4j.chainsaw.EventContainer
Return the last added row.
getLastUsedVersion() - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
getLayout() - Method in class org.apache.log4j.AppenderSkeleton
Returns the layout of this appender.
getLayout() - Method in interface org.apache.log4j.Appender
Returns this appenders layout.
getLayout() - Method in class org.apache.log4j.chainsaw.messages.MessageCenter
 
getLevel() - Method in class org.apache.log4j.Category
Returns the assigned Level, if any, for this Category.
getLevel() - Method in class org.apache.log4j.spi.LoggingEvent
Return the level of this event.
getLevelForPackage(String) - Method in class org.apache.log4j.helpers.LoggerTraverse
Returns the effective level for the given package name.
getLevelForRootLogger() - Method in class org.apache.log4j.helpers.LoggerTraverse
Returns the level for the root logger.
getLevelIsSetForPackage(String) - Method in class org.apache.log4j.helpers.LoggerTraverse
Returns true of the package has had its level set directly or false if the level is inherited.
getLevelMax() - Method in class org.apache.log4j.varia.LevelRangeFilter
Get the value of the LevelMax option.
getLevelMin() - Method in class org.apache.log4j.varia.LevelRangeFilter
Get the value of the LevelMin option.
getLevelToIconMap() - Method in class org.apache.log4j.chainsaw.icons.LevelIconFactory
 
getLevelToMatch() - Method in class org.apache.log4j.varia.LevelMatchFilter
 
getLineNumber() - Method in class org.apache.log4j.spi.ErrorItem
 
getLineNumber(ExecutionContext) - Method in class org.apache.joran.action.Action
 
getList() - Method in class org.apache.log4j.varia.ListAppender
Returns a writeable, BUT cloned List of all the LoggingEvents that are contained in the internal model.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.apache.log4j.chainsaw.CheckListCellRenderer
 
getListener() - Method in class org.apache.log4j.net.SocketReceiver
Deprecated. This receiver now supports multiple listeners
getLocationInfo() - Method in class org.apache.log4j.AsyncAppender
Returns the current value of the LocationInfo option.
getLocationInfo() - Method in class org.apache.log4j.db.DBAppender2
Returns value of the LocationInfo property which determines whether caller's location info is written to the database.
getLocationInfo() - Method in class org.apache.log4j.db.DBAppender
Returns value of the LocationInfo property which determines whether caller's location info is written to the database.
getLocationInfo() - Method in class org.apache.log4j.net.SocketHubAppender
Returns value of the LocationInfo option.
getLocationInfo() - Method in class org.apache.log4j.net.SocketAppender
Returns value of the LocationInfo option.
getLocationInfo() - Method in class org.apache.log4j.net.SMTPAppender
Returns value of the LocationInfo option.
getLocationInfo() - Method in class org.apache.log4j.net.JMSAppender
Returns value of the LocationInfo property which determines whether caller's location info is sent to the remote subscriber.
getLocationInfo() - Method in class org.apache.log4j.xml.XMLLayout
Returns the current value of the LocationInfo option.
getLocationInformation() - Method in class org.apache.log4j.spi.LoggingEvent
Get the location information for this logging event.
getLocator() - Method in class org.apache.joran.Interpreter
 
getLocator() - Method in class org.apache.joran.ExecutionContext
 
getLogFormat() - Method in class org.apache.log4j.varia.LogFilePatternReceiver
Accessor
getLogger() - Method in class org.apache.joran.action.Action
Return an instance specifi logger to be used by the Action itself.
getLogger() - Method in class org.apache.log4j.AppenderSkeleton
Return an instance specific logger to be used by the Appender itself.
getLogger() - Method in class org.apache.log4j.chainsaw.messages.MessageCenter
Returns the logger that can be used to log messages to display within the Message Center.
getLogger() - Method in class org.apache.log4j.db.ConnectionSourceSkeleton
Return an instance specific logger to be used by the ConnectionSource itself.
getLogger() - Method in class org.apache.log4j.plugins.Receiver
Return an instance specific logger to be used by the Receiver itself.
getLogger() - Method in class org.apache.log4j.rolling.RollingPolicySkeleton
Return an instance specific logger to be used by the policy itself.
getLogger() - Method in class org.apache.log4j.spi.LoggingEvent
Returns the logger of this event.
getLogger(Class) - Static method in class org.apache.log4j.LogManager
Retrieve the appropriate Logger instance.
getLogger(Class) - Static method in class org.apache.log4j.Logger
Shorthand for getLogger(clazz.getName()).
getLogger(LoggerRepository) - Method in class org.apache.log4j.config.ConfiguratorBase
 
getLogger(String) - Static method in class org.apache.log4j.LogManager
Retrieve the appropriate Logger instance.
getLogger(String) - Static method in class org.apache.log4j.Logger
Retrieve a logger by name.
getLogger(String) - Method in class org.apache.log4j.Hierarchy
Return a new logger instance named as the first parameter using the default factory.
getLogger(String) - Method in interface org.apache.log4j.spi.LoggerRepository
 
getLogger(String, LoggerFactory) - Static method in class org.apache.log4j.LogManager
Retrieve the appropriate Logger instance.
getLogger(String, LoggerFactory) - Static method in class org.apache.log4j.Logger
Like Logger.getLogger(String) except that the type of logger instantiated depends on the type returned by the LoggerFactory.makeNewLoggerInstance(java.lang.String) method of the factory parameter.
getLogger(String, LoggerFactory) - Method in class org.apache.log4j.Hierarchy
Return a new logger instance named as the first parameter using factory.
getLogger(String, LoggerFactory) - Method in interface org.apache.log4j.spi.LoggerRepository
 
getLoggerName() - Method in class org.apache.log4j.spi.LoggingEvent
Return the name of the logger.
getLoggerNames() - Method in class org.apache.log4j.chainsaw.LoggerNameModelSupport
 
getLoggerNames() - Method in interface org.apache.log4j.chainsaw.LoggerNameModel
Returns an unmodifiable Collection of the uniquely known LoggerNames within this model.
getLoggerNames() - Method in class org.apache.log4j.helpers.LoggerTraverse
Returns the list of all loggers, sorted by name.
getLoggerPackageNames(String) - Method in class org.apache.log4j.helpers.LoggerTraverse
Using a starting name pattern, returns the next level of package names that start with that pattern.
getLoggerPrecision() - Method in class org.apache.log4j.chainsaw.LogPanelPreferenceModel
Returns the Logger precision.
getLoggerRepository() - Static method in class org.apache.log4j.LogManager
 
getLoggerRepository() - Method in class org.apache.log4j.Category
Return the the LoggerRepository where this Category is attached.
getLoggerRepository() - Method in class org.apache.log4j.chainsaw.plugins.GUIPluginSkeleton
 
getLoggerRepository() - Method in interface org.apache.log4j.config.ConfigWatchdog
Get the logger repository this watchdog will reconfigure when new configuration data is detected.
getLoggerRepository() - Method in class org.apache.log4j.plugins.PluginSkeleton
Gets the logger repository for this plugin.
getLoggerRepository() - Method in class org.apache.log4j.plugins.PluginRegistry
 
getLoggerRepository() - Method in interface org.apache.log4j.plugins.Plugin
Gets the logger repository for this plugin.
getLoggerRepository() - Method in class org.apache.log4j.selector.ContextJNDISelector
Return the repoistory selector based on the current JNDI environment.
getLoggerRepository() - Method in interface org.apache.log4j.spi.RepositorySelector
Returns a LoggerRepository depending on the context.
getLoggerRepository() - Method in class org.apache.log4j.spi.DefaultRepositorySelector
 
getLoggerRule() - Method in class org.apache.log4j.chainsaw.RuleMediator
 
getLookAndFeelClassName() - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
getMatchingEvents(Rule) - Method in interface org.apache.log4j.chainsaw.EventContainer
 
getMaxFileSize() - Method in class org.apache.log4j.rolling.SizeBasedTriggeringPolicy
 
getMaxIndex() - Method in class org.apache.log4j.rolling.SlidingWindowRollingPolicy
 
getMaxSize() - Method in interface org.apache.log4j.chainsaw.EventContainer
If this container is in Cyclic mode, returns the Size of the cyclic buffer, otherwise this method throws an IllegalStateException, when in unlimited mode, this method has no meaning.
getMaxSize() - Method in class org.apache.log4j.chainsaw.CyclicBufferList
 
getMaxSize() - Method in class org.apache.log4j.helpers.CyclicBuffer
 
getMaxSize() - Method in class org.apache.log4j.helpers.BoundedFIFO
Get the maximum size of the buffer.
getMessage() - Method in class org.apache.log4j.config.PropertySetterException
Returns descriptive text on the cause of this exception.
getMessage() - Method in class org.apache.log4j.spi.LoggingEvent
Return the message for this logging event.
getMessage() - Method in class org.apache.log4j.spi.ErrorItem
 
getMethod(String) - Method in class org.apache.log4j.config.PropertySetter
 
getMinIndex() - Method in class org.apache.log4j.rolling.SlidingWindowRollingPolicy
 
getModel() - Method in class org.apache.log4j.chainsaw.messages.MessageCenter
 
getModel() - Method in class org.apache.log4j.varia.ListModelAppender
Returns a reference to the ListModel that contains all the LoggingEvents that have been appended to this class.
getModel(String) - Method in class org.apache.log4j.chainsaw.filter.EventTypeEntryContainer
 
getName() - Method in class org.apache.log4j.Hierarchy
Return the name of this hierarchy.
getName() - Method in class org.apache.log4j.Category
Return the category name.
getName() - Method in class org.apache.log4j.AppenderSkeleton
Returns the name of this FileAppender.
getName() - Method in interface org.apache.log4j.Appender
Get the name of this appender.
getName() - Method in class org.apache.log4j.chainsaw.favourites.Favourite
 
getName() - Method in interface org.apache.log4j.config.ConfigWatchdog
Get the name of this watchdog.
getName() - Method in class org.apache.log4j.net.SocketReceiver.SocketDetail
 
getName() - Method in interface org.apache.log4j.net.NetworkBased
 
getName() - Method in class org.apache.log4j.pattern.ThrowableInformationPatternConverter
 
getName() - Method in class org.apache.log4j.pattern.ThreadPatternConverter
 
getName() - Method in class org.apache.log4j.pattern.SequenceNumberPatternConverter
 
getName() - Method in class org.apache.log4j.pattern.RelativeTimePatternConverter
 
getName() - Method in class org.apache.log4j.pattern.PropertiesPatternConverter
 
getName() - Method in class org.apache.log4j.pattern.PatternConverter
This method returns the name of the conversion pattern.
getName() - Method in class org.apache.log4j.pattern.NDCPatternConverter
 
getName() - Method in class org.apache.log4j.pattern.MethodLocationPatternConverter
 
getName() - Method in class org.apache.log4j.pattern.MessagePatternConverter
 
getName() - Method in class org.apache.log4j.pattern.LoggerPatternConverter
 
getName() - Method in class org.apache.log4j.pattern.LiteralPatternConverter
 
getName() - Method in class org.apache.log4j.pattern.LineSeparatorPatternConverter
 
getName() - Method in class org.apache.log4j.pattern.LineLocationPatternConverter
 
getName() - Method in class org.apache.log4j.pattern.LevelPatternConverter
 
getName() - Method in class org.apache.log4j.pattern.FullLocationPatternConverter
 
getName() - Method in class org.apache.log4j.pattern.FileLocationPatternConverter
 
getName() - Method in class org.apache.log4j.pattern.DatePatternConverter
 
getName() - Method in class org.apache.log4j.pattern.ClassNamePatternConverter
 
getName() - Method in class org.apache.log4j.plugins.PluginSkeleton
Gets the name of the plugin.
getName() - Method in interface org.apache.log4j.plugins.Plugin
Gets the name of the plugin.
getName() - Method in interface org.apache.log4j.spi.LoggerRepository
Get the name of this logger repository.
getNamespace() - Method in class org.apache.log4j.chainsaw.LogPanel
Accessor
getNamespace() - Method in interface org.apache.log4j.chainsaw.prefs.Profileable
Must be able to provide a name which is used to determine at a minimum, the default profile name prefix for this component.
getNDC() - Method in class org.apache.log4j.spi.LoggingEvent
This method returns the NDC for this event.
getNewModelIndex() - Method in class org.apache.log4j.chainsaw.NewKeyEvent
 
getNext() - Method in class org.apache.log4j.rolling.helper.TokenConverter
 
getNext() - Method in class org.apache.log4j.spi.Filter
Return the pointer to the next filter;
getNextCheckDate(Date) - Method in class org.apache.log4j.rolling.helper.RollingCalendar
 
getNextCheckMillis(Date) - Method in class org.apache.log4j.rolling.helper.RollingCalendar
 
getNumberFormat() - Method in class org.apache.log4j.helpers.CachedDateFormat
Gets number formatter.
getObjClass() - Method in class org.apache.log4j.config.PropertySetter
 
getObject(int) - Method in class org.apache.joran.ExecutionContext
 
getObjectMap() - Method in class org.apache.joran.ExecutionContext
 
getObjectStack() - Method in class org.apache.joran.ExecutionContext
 
getOkButton() - Method in class org.apache.log4j.chainsaw.AbstractPreferencePanel
 
getOkButton() - Method in class org.apache.log4j.chainsaw.helper.OkCancelPanel
 
getOkPanel() - Method in class org.apache.log4j.chainsaw.receivers.NewReceiverDialogPanel
 
getOption() - Method in class org.apache.log4j.pattern.PatternConverter
 
getOptionEnd(int) - Method in class org.apache.log4j.rolling.helper.FileNamePattern
Find the position of the last character of option enclosed within the '{}' characters inside the pattern
getOptionStrings() - Method in class org.apache.log4j.varia.DenyAllFilter
Deprecated. We now use JavaBeans introspection to configure components. Options strings are no longer needed.
getOverrideProperties() - Method in class org.apache.log4j.net.UDPAppender
Returns value of the OverrideProperties option.
getOverrideProperties() - Method in class org.apache.log4j.net.MulticastAppender
Returns value of the OverrideProperties option.
getPanelMap() - Method in class org.apache.log4j.chainsaw.LogUI
DOCUMENT ME!
getParent() - Method in class org.apache.log4j.Category
Returns the parent of this category.
getPassword() - Method in class org.apache.log4j.db.ConnectionSourceSkeleton
Get the password for this connection source.
getPassword() - Method in class org.apache.log4j.net.JMSReceiver
Gets the curernt password property.
getPassword() - Method in class org.apache.log4j.net.JMSAppender
 
getPattern() - Method in class org.apache.log4j.rolling.helper.FileNamePattern
 
getPlugin() - Method in class org.apache.log4j.chainsaw.receivers.PluginPropertyEditorPanel
 
getPlugin() - Method in class org.apache.log4j.chainsaw.receivers.NewReceiverDialogPanel
 
getPlugin() - Method in class org.apache.log4j.plugins.PluginEvent
Returns the source Plugin of this event, which is simple the getSource() method casted to Plugin for convenience.
getPluginRegistry() - Method in class org.apache.log4j.Hierarchy
 
getPluginRegistry() - Method in interface org.apache.log4j.spi.LoggerRepository
Return the PluginRegisty for this LoggerRepository.
getPlugins() - Method in class org.apache.log4j.plugins.PluginRegistry
Returns all the plugins for a given repository.
getPlugins(Class) - Method in class org.apache.log4j.plugins.PluginRegistry
Returns all the plugins for a given repository that are instances of a certain class.
getPort() - Method in class org.apache.log4j.net.XMLSocketReceiver
Get the port to receive logging events on.
getPort() - Method in class org.apache.log4j.net.UDPReceiver
 
getPort() - Method in class org.apache.log4j.net.UDPAppender
Returns value of the Port option.
getPort() - Method in class org.apache.log4j.net.TelnetAppender
 
getPort() - Method in class org.apache.log4j.net.SocketReceiver
Get the port to receive logging events on.
getPort() - Method in class org.apache.log4j.net.SocketReceiver.SocketDetail
 
getPort() - Method in class org.apache.log4j.net.SocketHubReceiver
Get the remote port to connect to for logging events.
getPort() - Method in class org.apache.log4j.net.SocketHubAppender
Returns value of the Port option.
getPort() - Method in class org.apache.log4j.net.SocketAppender
Returns value of the Port option.
getPort() - Method in interface org.apache.log4j.net.PortBased
Returns the Port # that this net based thing is using
getPort() - Method in class org.apache.log4j.net.MulticastReceiver
 
getPort() - Method in class org.apache.log4j.net.MulticastAppender
Returns value of the Port option.
getPriority() - Method in class org.apache.log4j.Category
Deprecated. Please use Category.getLevel() instead.
getProperties() - Method in class org.apache.log4j.Hierarchy
 
getProperties() - Method in class org.apache.log4j.spi.LoggingEvent
 
getProperties() - Method in interface org.apache.log4j.spi.LoggerRepository
Get the properties specific for this repository.
getProperties(Object, PropertyGetter.PropertyCallback, String) - Static method in class org.apache.log4j.config.PropertyGetter
 
getProperties(PropertyGetter.PropertyCallback, String) - Method in class org.apache.log4j.config.PropertyGetter
 
getProperty(String) - Method in class org.apache.log4j.Hierarchy
 
getProperty(String) - Method in class org.apache.log4j.spi.LoggingEvent
Return a property for this event.
getProperty(String) - Method in interface org.apache.log4j.spi.LoggerRepository
Get the property of this repository.
getPropertyDescriptor(String) - Method in class org.apache.log4j.config.PropertySetter
 
getPropertyDescriptors() - Method in class org.apache.log4j.chainsaw.GeneratorBeanInfo
 
getPropertyDescriptors() - Method in class org.apache.log4j.net.SocketHubReceiverBeanInfo
 
getPropertyDescriptors() - Method in class org.apache.log4j.net.MulticastReceiverBeanInfo
 
getPropertyDescriptors() - Method in class org.apache.log4j.net.JMSReceiverBeanInfo
 
getPropertyDescriptors() - Method in class org.apache.log4j.varia.LogFilePatternReceiverBeanInfo
 
getPropertyKeySet() - Method in class org.apache.log4j.spi.LoggingEvent
Returns the set of of the key values in the properties for the event.
getPrototype() - Method in class org.apache.log4j.chainsaw.favourites.Favourite
Returns the object that would be used as a basis to create new instances of that same object.
getProviderURL() - Method in class org.apache.log4j.net.JMSAppender
 
getQueueInterval() - Method in class org.apache.log4j.chainsaw.ChainsawAppenderHandler
 
getReadLock() - Method in class org.apache.log4j.helpers.ReaderWriterLock
 
getReceiverTreeModel() - Method in class org.apache.log4j.chainsaw.receivers.ReceiversPanel
 
getReconnectionDelay() - Method in class org.apache.log4j.net.SocketHubReceiver
Returns value of the ReconnectionDelay option.
getReconnectionDelay() - Method in class org.apache.log4j.net.SocketAppender
Returns value of the ReconnectionDelay option.
getRefinementRule() - Method in class org.apache.log4j.chainsaw.RuleMediator
 
getRefreshMillis() - Method in class org.apache.log4j.db.DBReceiver
 
getRemoteHost() - Method in class org.apache.log4j.net.UDPAppender
Returns value of the RemoteHost option.
getRemoteHost() - Method in class org.apache.log4j.net.SocketAppender
Returns value of the RemoteHost option.
getRemoteHost() - Method in class org.apache.log4j.net.MulticastAppender
Returns value of the RemoteHost option.
getRenderedMessage() - Method in class org.apache.log4j.spi.LoggingEvent
Returns the rendered version of the message according to the renderers registered in the logger repository.
getRendererMap() - Method in class org.apache.log4j.Hierarchy
Get the renderer map for this hierarchy.
getRendererMap() - Method in interface org.apache.log4j.spi.RendererSupport
 
getRepositorySelector() - Static method in class org.apache.log4j.LogManager
Return the repository selector currently in use.
getResource(String) - Static method in class org.apache.log4j.helpers.Loader
This method will search for resource in different places.
getResourceBundle() - Method in class org.apache.log4j.Category
Return the inheritedResourceBundle for this category.
getResourceBundleString(String) - Method in class org.apache.log4j.Category
Returns the string resource coresponding to key in this category's inherited resource bundle.
getResponsiveness() - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
getRollingPolicy() - Method in class org.apache.log4j.rolling.RollingFileAppender
 
getRoot() - Static method in class org.apache.log4j.Category
Deprecated. Please use the Logger.getRootLogger() method instead.
getRootLogger() - Static method in class org.apache.log4j.LogManager
Retrieve the appropriate root logger.
getRootLogger() - Static method in class org.apache.log4j.Logger
Return the root of logger for the current hierarchy.
getRootLogger() - Method in class org.apache.log4j.Hierarchy
Get the root of this hierarchy.
getRootLogger() - Method in interface org.apache.log4j.spi.LoggerRepository
 
getRow(int) - Method in interface org.apache.log4j.chainsaw.EventContainer
Returns the vector representing the row.
getRowIndex(LoggingEvent) - Method in interface org.apache.log4j.chainsaw.EventContainer
Returns the index of the LoggingEvent
getRule() - Method in class org.apache.log4j.rule.ColorRule
 
getRule(Rule) - Static method in class org.apache.log4j.rule.NotRule
 
getRule(Rule, Rule) - Static method in class org.apache.log4j.rule.OrRule
 
getRule(Rule, Rule) - Static method in class org.apache.log4j.rule.AndRule
 
getRule(Stack) - Static method in class org.apache.log4j.rule.PartialTextMatchRule
 
getRule(Stack) - Static method in class org.apache.log4j.rule.OrRule
 
getRule(Stack) - Static method in class org.apache.log4j.rule.NotRule
 
getRule(Stack) - Static method in class org.apache.log4j.rule.NotEqualsRule
 
getRule(Stack) - Static method in class org.apache.log4j.rule.LikeRule
 
getRule(Stack) - Static method in class org.apache.log4j.rule.ExistsRule
 
getRule(Stack) - Static method in class org.apache.log4j.rule.EqualsRule
 
getRule(Stack) - Static method in class org.apache.log4j.rule.AndRule
 
getRule(String) - Static method in class org.apache.log4j.rule.TimestampEqualsRule
 
getRule(String) - Static method in class org.apache.log4j.rule.ExpressionRule
 
getRule(String) - Static method in class org.apache.log4j.rule.ExistsRule
 
getRule(String, boolean) - Static method in class org.apache.log4j.rule.ExpressionRule
 
getRule(String, Stack) - Method in class org.apache.log4j.rule.RuleFactory
 
getRule(String, Stack) - Static method in class org.apache.log4j.rule.InequalityRule
 
getRule(String, String) - Static method in class org.apache.log4j.rule.TimestampInequalityRule
 
getRule(String, String) - Static method in class org.apache.log4j.rule.PartialTextMatchRule
 
getRule(String, String) - Static method in class org.apache.log4j.rule.NotEqualsRule
 
getRule(String, String) - Static method in class org.apache.log4j.rule.LikeRule
 
getRule(String, String) - Static method in class org.apache.log4j.rule.LevelInequalityRule
 
getRule(String, String) - Static method in class org.apache.log4j.rule.EqualsRule
 
getRule(String, String, String) - Static method in class org.apache.log4j.rule.InequalityRule
 
getRuleRegistry() - Method in class org.apache.log4j.PatternLayout
Returns the rule registry specific for this PatternLayout instance.
getRules() - Method in class org.apache.log4j.chainsaw.color.RuleColorizer
 
getRuleStore() - Method in class org.apache.joran.Interpreter
 
getSchedulerInstance() - Static method in class org.apache.log4j.LogManager
Return a singleton Scheduler instance to be shared by multiple receivers and watchdogs.
getSecurityCredentials() - Method in class org.apache.log4j.net.JMSAppender
 
getSecurityPrincipalName() - Method in class org.apache.log4j.net.JMSAppender
 
getSelectInsertId() - Method in interface org.apache.log4j.db.dialect.SQLDialect
 
getSelectInsertId() - Method in class org.apache.log4j.db.dialect.PostgreSQLDialect
 
getSelectInsertId() - Method in class org.apache.log4j.db.dialect.OracleDialect
 
getSelectInsertId() - Method in class org.apache.log4j.db.dialect.MySQLDialect
 
getSelectInsertId() - Method in class org.apache.log4j.db.dialect.MsSQLDialect
 
getSelectInsertId() - Method in class org.apache.log4j.db.dialect.HSQLDBDialect
 
getSequenceCount() - Static method in class org.apache.log4j.spi.LoggingEvent
 
getSequenceNumber() - Method in class org.apache.log4j.spi.LoggingEvent
 
getSetting(String) - Method in class org.apache.log4j.chainsaw.prefs.LoadSettingsEvent
 
getSettingsDirectory() - Method in class org.apache.log4j.chainsaw.prefs.SettingsManager
 
getSettingsManager() - Method in class org.apache.log4j.chainsaw.LogUI
DOCUMENT ME!
getSettingsStartingWith(String) - Method in class org.apache.log4j.chainsaw.prefs.LoadSettingsEvent
Returns an unmodifiable Collection of values whose setting key begins (String.startsWith()) the specified string.
getSMTPHost() - Method in class org.apache.log4j.net.SMTPAppender
Returns value of the SMTPHost option.
getSortedColumnIndex() - Method in class org.apache.log4j.chainsaw.JSortTable
 
getSQLDialectCode() - Method in class org.apache.log4j.db.JNDIConnectionSource
 
getSQLDialectCode() - Method in class org.apache.log4j.db.ConnectionSourceSkeleton
 
getSQLDialectCode() - Method in interface org.apache.log4j.db.ConnectionSource
Get the SQL dialect that should be used for this connection.
getStartTime() - Static method in class org.apache.log4j.spi.LoggingEvent
Returns the time when the application started, in milliseconds elapsed since 01.01.1970.
getStringToMatch() - Method in class org.apache.log4j.varia.StringMatchFilter
 
getStyleClass(LoggingEvent) - Method in class org.apache.log4j.pattern.ThrowableInformationPatternConverter
 
getStyleClass(LoggingEvent) - Method in class org.apache.log4j.pattern.ThreadPatternConverter
 
getStyleClass(LoggingEvent) - Method in class org.apache.log4j.pattern.SequenceNumberPatternConverter
 
getStyleClass(LoggingEvent) - Method in class org.apache.log4j.pattern.RelativeTimePatternConverter
 
getStyleClass(LoggingEvent) - Method in class org.apache.log4j.pattern.PropertiesPatternConverter
 
getStyleClass(LoggingEvent) - 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.
getStyleClass(LoggingEvent) - Method in class org.apache.log4j.pattern.NDCPatternConverter
 
getStyleClass(LoggingEvent) - Method in class org.apache.log4j.pattern.MethodLocationPatternConverter
 
getStyleClass(LoggingEvent) - Method in class org.apache.log4j.pattern.MessagePatternConverter
 
getStyleClass(LoggingEvent) - Method in class org.apache.log4j.pattern.LoggerPatternConverter
 
getStyleClass(LoggingEvent) - Method in class org.apache.log4j.pattern.LiteralPatternConverter
 
getStyleClass(LoggingEvent) - Method in class org.apache.log4j.pattern.LineSeparatorPatternConverter
 
getStyleClass(LoggingEvent) - Method in class org.apache.log4j.pattern.LineLocationPatternConverter
 
getStyleClass(LoggingEvent) - Method in class org.apache.log4j.pattern.LevelPatternConverter
 
getStyleClass(LoggingEvent) - Method in class org.apache.log4j.pattern.FullLocationPatternConverter
 
getStyleClass(LoggingEvent) - Method in class org.apache.log4j.pattern.FileLocationPatternConverter
 
getStyleClass(LoggingEvent) - Method in class org.apache.log4j.pattern.DatePatternConverter
 
getStyleClass(LoggingEvent) - Method in class org.apache.log4j.pattern.ClassNamePatternConverter
 
getSubject() - Method in class org.apache.log4j.net.SMTPAppender
Returns value of the Subject option.
getSubstitutionProperty(String) - Method in class org.apache.joran.ExecutionContext
 
getSyslogEquivalent() - Method in class org.apache.log4j.Level
Return the syslog equivalent of this priority as an integer.
getSyslogHost() - Method in class org.apache.log4j.net.SyslogAppender
Returns the value of the SyslogHost option.
getSystemProperty(String, String) - Static method in class org.apache.log4j.helpers.OptionConverter
Very similar to System.getProperty except that the SecurityException is hidden.
getTabbedPane() - Method in class org.apache.log4j.chainsaw.LogUI
DOCUMENT ME!
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.apache.log4j.chainsaw.TableColorizingRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.apache.log4j.chainsaw.SortHeaderRenderer
 
getTableMap() - Method in class org.apache.log4j.chainsaw.LogUI
DOCUMENT ME!
getTableModelMap() - Method in class org.apache.log4j.chainsaw.LogUI
DOCUMENT ME!
getTabPlacement() - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
getTarget() - Method in class org.apache.log4j.ConsoleAppender
Returns the current value of the Target property.
getThreadName() - Method in class org.apache.log4j.spi.LoggingEvent
 
getThreadPrinting() - Method in class org.apache.log4j.TTCCLayout
Returns value of the ThreadPrinting option.
getThreshold() - Method in class org.apache.log4j.Hierarchy
Returns a Level representation of the enable state.
getThreshold() - Method in class org.apache.log4j.AppenderSkeleton
Returns this appenders threshold level.
getThreshold() - Method in class org.apache.log4j.plugins.Receiver
Gets the current threshold setting of the receiver.
getThreshold() - Method in interface org.apache.log4j.spi.Thresholdable
Gets the current threshold setting of the component.
getThreshold() - Method in interface org.apache.log4j.spi.LoggerRepository
Get the repository-wide threshold.
getThrowableInformation() - Method in class org.apache.log4j.spi.LoggingEvent
Returns the throwable information contained within this event.
getThrowableStrRep() - Method in class org.apache.log4j.spi.ThrowableInformation
Retun a clone of the string representation of the exceptopn (throwable) that this object represents.
getThrowableStrRep() - Method in class org.apache.log4j.spi.LoggingEvent
Return this event's throwable's string[] representaion.
getTimeStamp() - Method in class org.apache.log4j.spi.LoggingEvent
Getter for the event's time stamp.
getTimestampFormat() - Method in class org.apache.log4j.varia.LogFilePatternReceiver
Accessor
getTimeToLive() - Method in class org.apache.log4j.net.MulticastAppender
Returns value of the Time to Live option.
getTimeZone() - Method in class org.apache.log4j.helpers.DateLayout
Returns value of the TimeZone option.
getTitle() - Method in class org.apache.log4j.chainsaw.BasicPrefPanel
 
getTo() - Method in class org.apache.log4j.net.SMTPAppender
Returns value of the To option.
getToolbar() - Method in class org.apache.log4j.chainsaw.WelcomePanel
 
getToolBarAndMenus() - Method in class org.apache.log4j.chainsaw.LogUI
DOCUMENT ME!
getToolTipDisplayMillis() - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
getTopicBindingName() - Method in class org.apache.log4j.net.JMSAppender
Returns the value of the TopicBindingName option.
getTopicConnectionFactoryBindingName() - Method in class org.apache.log4j.net.JMSAppender
Returns the value of the TopicConnectionFactoryBindingName option.
getTopicFactoryName() - Method in class org.apache.log4j.net.JMSReceiver
Gets the curernt JMS topic factory name property.
getTopicName() - Method in class org.apache.log4j.net.JMSReceiver
Gets the curernt JMS topic name property.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.apache.log4j.chainsaw.receivers.ReceiverTreeCellRenderer
 
getTriggeringPolicy() - Method in class org.apache.log4j.rolling.RollingFileAppender
 
getType() - Method in class org.apache.log4j.rolling.helper.TokenConverter
 
getUrl() - Method in class org.apache.log4j.db.DriverManagerConnectionSource
Returns the url.
getUser() - Method in class org.apache.log4j.db.ConnectionSourceSkeleton
Get the user for this connection source.
getUserId() - Method in class org.apache.log4j.net.JMSReceiver
Gets the current user id property.
getUserName() - Method in class org.apache.log4j.net.JMSAppender
 
getValue() - Method in class org.apache.log4j.chainsaw.NewKeyEvent
 
getValue(String, LoggingEvent) - Method in class org.apache.log4j.spi.LoggingEventFieldResolver
 
getViewerClass() - Method in class org.apache.log4j.chainsaw.ChainsawAppender
Gets the viewer class to use to view the events.
getWriteLock() - Method in class org.apache.log4j.helpers.ReaderWriterLock
 
getWriter() - Method in class org.apache.log4j.helpers.QuietWriter
 
GUIPluginSkeleton - class org.apache.log4j.chainsaw.plugins.GUIPluginSkeleton.
 
GUIPluginSkeleton() - Constructor for class org.apache.log4j.chainsaw.plugins.GUIPluginSkeleton
 
GUIPluginSkeleton(boolean) - Constructor for class org.apache.log4j.chainsaw.plugins.GUIPluginSkeleton
 
GUIPluginSkeleton(LayoutManager) - Constructor for class org.apache.log4j.chainsaw.plugins.GUIPluginSkeleton
 
GUIPluginSkeleton(LayoutManager, boolean) - Constructor for class org.apache.log4j.chainsaw.plugins.GUIPluginSkeleton
 
GZ - Static variable in class org.apache.log4j.rolling.helper.Compress
 
GZ_STR - Static variable in class org.apache.log4j.rolling.helper.Compress
String constant representing compression in the GZIP format.
GZCompress(String) - Static method in class org.apache.log4j.rolling.helper.Compress
 
GZCompress(String, String) - Static method in class org.apache.log4j.rolling.helper.Compress
 

H

HALF_DAY - Static variable in class org.apache.log4j.rolling.helper.RollingCalendar
 
handlesThrowable() - Method in class org.apache.log4j.pattern.ThrowableInformationPatternConverter
This converter obviosly handles throwables.
handlesThrowable() - Method in class org.apache.log4j.pattern.PatternConverter
Normally pattern converters are now meant to handle Exceptions although few pattern converters might.
hashCode() - Method in class org.apache.joran.Pattern
 
hashCode() - Method in class org.apache.log4j.Level
The hashCode of a Level (i.e.
hashCode() - Method in class org.apache.log4j.net.XMLSocketReceiver
 
hashCode() - Method in class org.apache.log4j.spi.LoggingEvent
The hashcode is computed as XOR of the lower 32 bits of sequenceNumber and the higher 32 bits of timeStamp;
hasListeners(String) - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
hasMoreElements() - Method in class org.apache.log4j.helpers.NullEnumeration
 
hasParamTag(Element) - Method in class org.apache.log4j.xml.DOMConfigurator
Deprecated. Returns true if the element has the param tag, returns false otherwise.
hasStackTraceElement() - Static method in class org.apache.log4j.helpers.PlatformInfo
 
headFilter - Variable in class org.apache.log4j.AppenderSkeleton
The first filter in the filter chain.
height - Variable in class org.apache.log4j.chainsaw.SortArrowIcon
 
HELP - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
HelpManager - class org.apache.log4j.chainsaw.help.HelpManager.
Singleton help manager where objects can register to display Help for something, an independant viewer can register to be notified when the requested Help URL changes and can display it appropriately.
hidePanel() - Method in class org.apache.log4j.chainsaw.AbstractPreferencePanel
 
hidePanel() - Method in class org.apache.log4j.chainsaw.color.ColorPanel
 
Hierarchy - class org.apache.log4j.Hierarchy.
This class is specialized in retrieving loggers by name and also maintaining the logger hierarchy.
Hierarchy(Logger) - Constructor for class org.apache.log4j.Hierarchy
Create a new logger hierarchy.
HierarchyEventListener - interface org.apache.log4j.spi.HierarchyEventListener.
Listen to events occuring within a Hierarchy.
host - Variable in class org.apache.log4j.net.SocketHubReceiver
 
HOSTNAME_KEY - Static variable in interface org.apache.log4j.helpers.Constants
 
HSQL_DIALECT - Static variable in interface org.apache.log4j.db.ConnectionSource
 
HSQLDBDialect - class org.apache.log4j.db.dialect.HSQLDBDialect.
The HSQLDB dialect.
HSQLDBDialect() - Constructor for class org.apache.log4j.db.dialect.HSQLDBDialect
 

I

i - Variable in class org.apache.log4j.pattern.PatternParser
 
ICON_ACTIVE_RECEIVER - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
ICON_BACK - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
ICON_COLLAPSE - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
ICON_COPY - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
ICON_CUT - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
ICON_DEBUG - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
ICON_DOCK - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
ICON_DOWN - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
ICON_EDIT_RECEIVER - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
ICON_HELP - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
ICON_HOME - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
ICON_INACTIVE_RECEIVER - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
ICON_LOG4J - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
ICON_NEW_RECEIVER - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
ICON_PREFERENCES - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
ICON_RESTART - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
ICON_RESTART_ALL - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
ICON_RESUME_RECEIVER - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
ICON_SERVER - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
ICON_STOP_RECEIVER - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
ICON_UNDOCK - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
ICON_UP - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
IdentityTokenConverter - class org.apache.log4j.rolling.helper.IdentityTokenConverter.
IdentityTokenConverter encapsulates the String value with which it was constructed.
IdentityTokenConverter(String) - Constructor for class org.apache.log4j.rolling.helper.IdentityTokenConverter
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.joran.Interpreter
 
IGNORE_ICON - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
ignoresThrowable - Variable in class org.apache.log4j.Layout
 
ignoresThrowable() - Method in class org.apache.log4j.PatternLayout
Will return false if any of the conversion specifiers in the pattern handles Exceptions.
ignoresThrowable() - Method in class org.apache.log4j.Layout
If the layout handles the throwable object contained within LoggingEvent, then the layout should return false.
ignoresThrowable() - Method in class org.apache.log4j.chainsaw.layout.EventDetailLayout
 
immediateFlush - Variable in class org.apache.log4j.WriterAppender
Immediate flush means that the underlying writer or output stream will be flushed at the end of each append operation.
ImplicitAction - class org.apache.joran.action.ImplicitAction.
ImplcitActions are like normal (explicit) actions except that are applied by the parser when no other pattern applies.
ImplicitAction() - Constructor for class org.apache.joran.action.ImplicitAction
 
index - Variable in class org.apache.log4j.chainsaw.ColumnComparator
 
INDEX_CLASS_COL_NAME - Static variable in class org.apache.log4j.chainsaw.ChainsawColumns
 
INDEX_FILE_COL_NAME - Static variable in class org.apache.log4j.chainsaw.ChainsawColumns
 
INDEX_ID_COL_NAME - Static variable in class org.apache.log4j.chainsaw.ChainsawColumns
 
INDEX_LEVEL_COL_NAME - Static variable in class org.apache.log4j.chainsaw.ChainsawColumns
 
INDEX_LINE_COL_NAME - Static variable in class org.apache.log4j.chainsaw.ChainsawColumns
 
INDEX_LOGGER_COL_NAME - Static variable in class org.apache.log4j.chainsaw.ChainsawColumns
 
INDEX_MESSAGE_COL_NAME - Static variable in class org.apache.log4j.chainsaw.ChainsawColumns
 
INDEX_METHOD_COL_NAME - Static variable in class org.apache.log4j.chainsaw.ChainsawColumns
 
INDEX_NDC_COL_NAME - Static variable in class org.apache.log4j.chainsaw.ChainsawColumns
 
INDEX_THREAD_COL_NAME - Static variable in class org.apache.log4j.chainsaw.ChainsawColumns
 
INDEX_THROWABLE_COL_NAME - Static variable in class org.apache.log4j.chainsaw.ChainsawColumns
 
INDEX_TIMESTAMP_COL_NAME - Static variable in class org.apache.log4j.chainsaw.ChainsawColumns
 
InequalityRule - class org.apache.log4j.rule.InequalityRule.
A Rule class implementing inequality evaluation - expects to be able to convert two values to longs.
InFixToPostFix - class org.apache.log4j.rule.InFixToPostFix.
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
 
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.chainsaw.icons.ChainsawIcons
 
INFO - Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
 
INFO_INT - Static variable in class org.apache.log4j.Level
INFO level integer value.
INFO_INT - Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
 
info(Object) - Method in class org.apache.log4j.Category
Log a message object with the INFO Level.
info(Object, Object) - Method in class org.apache.log4j.Category
Log a message with the INFO level with message formatting done according to the value of messagePattern and arg parameters.
info(Object, Throwable) - Method in class org.apache.log4j.Category
Log a message object with the INFO level including the stack trace of the Throwablet passed as parameter.
info(String) - Static method in class org.apache.log4j.helpers.LogLog
Deprecated.  
info(String, Object, Object) - Method in class org.apache.log4j.Logger
Log a message with the INFO level with message formatting done according to the messagePattern and the arguments arg1 and arg2.
inherit(Stack) - Static method in class org.apache.log4j.NDC
Inherit the diagnostic context of another thread.
INHERITED - Static variable in interface org.apache.log4j.spi.Configurator
Special level value signifying inherited behaviour.
init(String) - Method in class org.apache.log4j.rolling.helper.RollingCalendar
 
initComponents() - Method in class org.apache.log4j.chainsaw.AbstractPreferencePanel
Setup and layout for the components
initialConfiguration(LoggerRepository, String, String) - Static method in class org.apache.log4j.helpers.IntializationUtil
Configure repository using configuratonResourceStr and configuratorClassNameStr.
initializeProperties() - Method in class org.apache.log4j.spi.LoggingEvent
If the properties field is null, this method creates a new properties map containing a copy of MDC context and a copy of the properites in LoggerRepository generating this event.
initSortHeader() - Method in class org.apache.log4j.chainsaw.JSortTable
 
instantiateByClassName(String, Class, Object) - Static method in class org.apache.log4j.helpers.OptionConverter
Instantiate an object given a class name.
instantiateByKey(Properties, String, Class, Object) - Static method in class org.apache.log4j.helpers.OptionConverter
 
Interpreter - class org.apache.joran.Interpreter.
Interpreter is Joran's main driving class.
Interpreter(RuleStore) - Constructor for class org.apache.joran.Interpreter
 
IntializationUtil - class org.apache.log4j.helpers.IntializationUtil.
This class groups certain internally used methods.
IntializationUtil() - Constructor for class org.apache.log4j.helpers.IntializationUtil
 
introspect() - Method in class org.apache.log4j.config.PropertySetter
Uses JavaBeans Introspector to computer setters of object to be configured.
isActive() - Method in class org.apache.log4j.chainsaw.plugins.GUIPluginSkeleton
 
isActive() - Method in class org.apache.log4j.net.XMLSocketReceiver
Returns true if this receiver is active.
isActive() - Method in class org.apache.log4j.net.UDPAppender
 
isActive() - Method in class org.apache.log4j.net.SocketReceiver.SocketDetail
 
isActive() - Method in class org.apache.log4j.net.SocketHubReceiver
Returns true if this receiver is active.
isActive() - Method in interface org.apache.log4j.net.NetworkBased
 
isActive() - Method in class org.apache.log4j.net.MulticastReceiver
Returns true if this receiver is active.
isActive() - Method in class org.apache.log4j.net.MulticastAppender
 
isActive() - Method in class org.apache.log4j.net.JMSReceiver
Returns true if this receiver is active.
isActive() - Method in class org.apache.log4j.plugins.PluginSkeleton
Returns whether this plugin is Active or not
isActive() - Method in interface org.apache.log4j.plugins.Plugin
True if the plugin is active and running.
isAddRow(LoggingEvent, boolean) - Method in interface org.apache.log4j.chainsaw.EventContainer
Adds a row to the model.
isApplicable(Pattern, Attributes, ExecutionContext) - Method in class org.apache.joran.action.NestComponentIA
 
isApplicable(Pattern, Attributes, ExecutionContext) - Method in class org.apache.joran.action.ImplicitAction
Check whether this implicit action is apprioriate in the current context.
isAsSevereAsThreshold(Level) - Method in class org.apache.log4j.AppenderSkeleton
Check whether the message level is below the appender's threshold.
isAsSevereAsThreshold(Level) - Method in class org.apache.log4j.plugins.Receiver
Returns true if the given level is equals or greater than the current threshold value of the receiver.
isAsSevereAsThreshold(Level) - Method in interface org.apache.log4j.spi.Thresholdable
Returns true if the given level is equals or greater than the current threshold value of the component.
isAttached(Appender) - Method in class org.apache.log4j.Category
Is the appender passed as parameter attached to this category?
isAttached(Appender) - Method in class org.apache.log4j.AsyncAppender
Is the appender passed as parameter attached to this category?
isAttached(Appender) - Method in class org.apache.log4j.helpers.AppenderAttachableImpl
Returns true if the specified appender is in the list of attached appenders, false otherwise.
isAttached(Appender) - Method in interface org.apache.log4j.spi.AppenderAttachable
Returns true if the specified appender is in list of attached attached, false otherwise.
isColumnVisible(String) - Method in class org.apache.log4j.chainsaw.LogPanelPreferenceModel
Returns true if the named column should be made visible otherwise false.
isConfirmExit() - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
isCustomDateFormat() - Method in class org.apache.log4j.chainsaw.LogPanelPreferenceModel
 
isCyclic() - Method in interface org.apache.log4j.chainsaw.EventContainer
Returns true if this model is Cyclic (bounded) or not.
isDebugEnabled() - Method in class org.apache.log4j.Category
Check whether this category is enabled for the DEBUG Level.
isDetailPaneVisible() - Method in class org.apache.log4j.chainsaw.LogPanelPreferenceModel
 
isDisabled(int) - Method in class org.apache.log4j.Hierarchy
This method will return true if this repository is disabled for level object passed as parameter and false otherwise.
isDisabled(int) - Method in interface org.apache.log4j.spi.LoggerRepository
Is the repository disabled for a given level?
isDocked() - Method in class org.apache.log4j.chainsaw.DockablePanel
 
isElement(Node) - Method in class org.apache.log4j.xml.DOMConfigurator
Deprecated. Returns true if the node passed as parameter is an Element, returns false otherwise.
isEnabledFor(Level) - Method in class org.apache.log4j.Category
Check whether this category is enabled for a given Level passed as parameter.
isEnabledFor(Priority) - Method in class org.apache.log4j.Category
Deprecated. Use the alternate form taking a parameter of type Level.
isEquivalent(Plugin) - Method in class org.apache.log4j.chainsaw.plugins.GUIPluginSkeleton
 
isEquivalent(Plugin) - Method in class org.apache.log4j.net.XMLSocketReceiver
Returns true if the receiver is the same class and they are configured for the same properties, and super class also considers them to be equivalent.
isEquivalent(Plugin) - Method in class org.apache.log4j.net.SocketReceiver
Returns true if the receiver is the same class and they are configured for the same properties, and super class also considers them to be equivalent.
isEquivalent(Plugin) - Method in class org.apache.log4j.net.SocketHubReceiver
Returns true if the receiver is the same class and they are configured for the same properties, and super class also considers them to be equivalent.
isEquivalent(Plugin) - Method in class org.apache.log4j.net.JMSReceiver
Returns true if the receiver is the same class and they are configured for the same properties, and super class also considers them to be equivalent.
isEquivalent(Plugin) - Method in class org.apache.log4j.plugins.PluginSkeleton
Returns true if the plugin has the same name and logger repository as the testPlugin passed in.
isEquivalent(Plugin) - Method in interface org.apache.log4j.plugins.Plugin
Returns true if the testPlugin is considered to be "equivalent" to the this plugin.
isField(String) - Method in class org.apache.log4j.spi.LoggingEventFieldResolver
 
isFull() - Method in class org.apache.log4j.helpers.BoundedFIFO
Return true if the buffer is full, i.e. of the number of elements in the buffer equals the buffer size.
isGenAppName(String) - Method in class org.apache.log4j.config.PropertyPrinter
Returns true if the specified appender name is considered to have been generated, i.e. if it is of the form A[0-9]+.
isGreaterOrEqual(Level) - Method in class org.apache.log4j.Level
Returns true if this level has a higher or equal level than the level passed as argument, false otherwise.
isHandledType(Class) - Method in class org.apache.log4j.config.PropertyGetter
 
isInfoEnabled() - Method in class org.apache.log4j.Category
Check whether this category is enabled for the info Level.
isInVisualAge() - Static method in class org.apache.log4j.helpers.PlatformInfo
 
isJava1() - Static method in class org.apache.log4j.helpers.Loader
Are we running under JDK 1.x?
isJDK14OrLater() - Static method in class org.apache.log4j.helpers.PlatformInfo
 
isLevelIcons() - Method in class org.apache.log4j.chainsaw.LogPanelPreferenceModel
 
isLevelUseIcons() - Method in class org.apache.log4j.chainsaw.TableColorizingRenderer
Returns true if this renderer will use Icons to render the Level column, otherwise false.
isLogTreePanelVisible() - Method in class org.apache.log4j.chainsaw.LogUI
DOCUMENT ME!
isLogTreePanelVisible() - Method in class org.apache.log4j.chainsaw.LogPanelPreferenceModel
 
ISO8601 - Static variable in class org.apache.log4j.chainsaw.LogPanelPreferenceModel
 
ISO8601_DATE_FORMAT - Static variable in class org.apache.log4j.helpers.AbsoluteTimeDateFormat
String constant used to specify ISO8601DateFormat in layouts.
ISO8601DateFormat - class org.apache.log4j.helpers.ISO8601DateFormat.
Formats a Date in the format "YYYY-mm-dd HH:mm:ss,SSS" for example "1999-11-27 15:49:37,459".
ISO8601DateFormat() - Constructor for class org.apache.log4j.helpers.ISO8601DateFormat
 
ISO8601DateFormat(TimeZone) - Constructor for class org.apache.log4j.helpers.ISO8601DateFormat
 
isOkToRemoveSecurityManager() - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
isOnAS400() - Static method in class org.apache.log4j.helpers.PlatformInfo
Are we running on AS400?
isPaused() - Method in class org.apache.log4j.db.DBReceiver
 
isPaused() - Method in class org.apache.log4j.net.XMLSocketReceiver
 
isPaused() - Method in class org.apache.log4j.net.UDPReceiver
 
isPaused() - Method in class org.apache.log4j.net.SocketReceiver
 
isPaused() - Method in class org.apache.log4j.net.SocketReceiver.SocketDetail
 
isPaused() - Method in class org.apache.log4j.net.SocketNode
 
isPaused() - Method in class org.apache.log4j.net.MulticastReceiver
 
isPaused() - Method in interface org.apache.log4j.plugins.Pauseable
 
isPristine() - Method in class org.apache.log4j.Hierarchy
 
isPristine() - Method in interface org.apache.log4j.spi.LoggerRepository
Is the current configuration of the reposiroty in its original (pristine) state?
isReceivers() - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
isRule(String) - Method in class org.apache.log4j.rule.RuleFactory
 
isRunning() - Method in interface org.apache.log4j.config.ConfigWatchdog
Returns true if this watchdog is currently running.
isScrollToBottom() - Method in class org.apache.log4j.chainsaw.LogPanelPreferenceModel
 
isScrollToBottom() - Method in class org.apache.log4j.chainsaw.LogPanel
Accessor
isSelected(Object) - Method in class org.apache.log4j.chainsaw.CheckListCellRenderer
 
isShowNoReceiverWarning() - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
isShowSplash() - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
isSortable(int) - Method in interface org.apache.log4j.chainsaw.SortTableModel
 
isSortedColumnAscending() - Method in class org.apache.log4j.chainsaw.JSortTable
 
isSortEnabled() - Method in interface org.apache.log4j.chainsaw.SortTableModel
 
isStatusBar() - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
isTailing() - Method in class org.apache.log4j.varia.LogFilePatternReceiver
Accessor
isToolbar() - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
isToolTips() - Method in class org.apache.log4j.chainsaw.LogPanelPreferenceModel
 
isTraceEnabled() - Method in class org.apache.log4j.Category
Check whether this category is enabled for the TRACE Level.
isTriggeringEvent(File) - Method in interface org.apache.log4j.rolling.TriggeringPolicy
Should rolllover be triggered at this time?
isTriggeringEvent(File) - Method in class org.apache.log4j.rolling.TimeBasedRollingPolicy
 
isTriggeringEvent(File) - Method in class org.apache.log4j.rolling.SizeBasedTriggeringPolicy
 
isTriggeringEvent(LoggingEvent) - Method in interface org.apache.log4j.spi.TriggeringEventEvaluator
Is this the triggering event?
isUseISO8601Format() - Method in class org.apache.log4j.chainsaw.LogPanelPreferenceModel
Returns true if this the fast ISO8601DateFormat object should be used instead of SimpleDateFormat

J

JMSAppender - class org.apache.log4j.net.JMSAppender.
A simple appender that publishes events to a JMS Topic.
JMSAppender() - Constructor for class org.apache.log4j.net.JMSAppender
 
JMSReceiver - class org.apache.log4j.net.JMSReceiver.
JMSReceiver receives a remote logging event on a configured JSM topic and "posts" it to a LoggerRepository as if the event was generated locally.
JMSReceiver() - Constructor for class org.apache.log4j.net.JMSReceiver
 
JMSReceiver(String, String, String, String, String) - Constructor for class org.apache.log4j.net.JMSReceiver
 
JMSReceiverBeanInfo - class org.apache.log4j.net.JMSReceiverBeanInfo.
BeanInfo class for the JMSReceiver.
JMSReceiverBeanInfo() - Constructor for class org.apache.log4j.net.JMSReceiverBeanInfo
 
JMSSink - class org.apache.log4j.net.JMSSink.
A simple application that consumes logging events sent by a JMSAppender.
JMSSink(String, String, String, String) - Constructor for class org.apache.log4j.net.JMSSink
 
JNDI_CONTEXT_NAME - Static variable in interface org.apache.log4j.helpers.Constants
 
JNDIConnectionSource - class org.apache.log4j.db.JNDIConnectionSource.
The JNDIConnectionSource is an implementation of ConnectionSource that obtains a DataSource from a JNDI provider and uses it to obtain a Connection.
JNDIConnectionSource() - Constructor for class org.apache.log4j.db.JNDIConnectionSource
 
jndiPath - Variable in class org.apache.log4j.net.JMSReceiver
 
JNDIUtil - class org.apache.log4j.helpers.JNDIUtil.
 
JNDIUtil() - Constructor for class org.apache.log4j.helpers.JNDIUtil
 
JoranConfigurator - class org.apache.log4j.joran.JoranConfigurator.
A JoranConfigurator instance should not be used more than once to configure a LoggerRepository.
JoranConfigurator() - Constructor for class org.apache.log4j.joran.JoranConfigurator
 
JSortTable - class org.apache.log4j.chainsaw.JSortTable.
A Sortable JTable implementation that allows a user to click on a specific Column and have the row information sorted by that column.
JSortTable() - Constructor for class org.apache.log4j.chainsaw.JSortTable
 
JSortTable(SortTableModel) - Constructor for class org.apache.log4j.chainsaw.JSortTable
 
JSortTable(SortTableModel, TableColumnModel) - Constructor for class org.apache.log4j.chainsaw.JSortTable
 
JSortTable(SortTableModel, TableColumnModel, ListSelectionModel) - Constructor for class org.apache.log4j.chainsaw.JSortTable
 

K

keyPressed(KeyEvent) - Method in class org.apache.log4j.rule.ExpressionRuleContext
 
keywordList - Static variable in class org.apache.log4j.spi.LoggingEventFieldResolver
 

L

l7dlog(Level, String, Object[], Throwable) - Method in class org.apache.log4j.Category
Log a localized and parameterized message.
l7dlog(Level, String, Throwable) - Method in class org.apache.log4j.Category
Log a localized message.
layout - Variable in class org.apache.log4j.AppenderSkeleton
The layout variable does not need to be set if the appender implementation has its own layout.
Layout - class org.apache.log4j.Layout.
Extend this abstract class to create your own log layout format.
Layout() - Constructor for class org.apache.log4j.Layout
 
LayoutAction - class org.apache.log4j.joran.action.LayoutAction.
 
LayoutAction() - Constructor for class org.apache.log4j.joran.action.LayoutAction
 
LayoutEditorPane - class org.apache.log4j.chainsaw.layout.LayoutEditorPane.
An editor Pane that allows a user to Edit a Pattern Layout and preview the output it would generate with an example LoggingEvent
LayoutEditorPane() - Constructor for class org.apache.log4j.chainsaw.layout.LayoutEditorPane
 
layoutNames - Variable in class org.apache.log4j.config.PropertyPrinter
 
length() - Method in class org.apache.log4j.helpers.CyclicBuffer
Get the number of elements in the buffer.
length() - Method in class org.apache.log4j.helpers.BoundedFIFO
Get the number of elements in the buffer.
level - Variable in class org.apache.log4j.Category
The assigned level of this category.
Level - class org.apache.log4j.Level.
Defines the minimum set of levels recognized by the system, that is OFF, FATAL, ERROR, WARN, INFODEBUG, TRACE, and ALL.
LEVEL_FIELD - Static variable in class org.apache.log4j.spi.LoggingEventFieldResolver
 
Level(int, String, int) - Constructor for class org.apache.log4j.Level
Instantiate a level object.
LevelAction - class org.apache.log4j.joran.action.LevelAction.
 
LevelAction() - Constructor for class org.apache.log4j.joran.action.LevelAction
 
levelChangedEvent(Logger) - Method in interface org.apache.log4j.spi.LoggerEventListener
Called when level changed on the logger.
LevelIconFactory - class org.apache.log4j.chainsaw.icons.LevelIconFactory.
 
LevelInequalityRule - class org.apache.log4j.rule.LevelInequalityRule.
A Rule class implementing inequality evaluation for Levels (log4j and util.logging) using the toInt method.
LevelMatchFilter - class org.apache.log4j.varia.LevelMatchFilter.
This is a very simple filter based on level matching.
LevelMatchFilter() - Constructor for class org.apache.log4j.varia.LevelMatchFilter
 
LevelPatternConverter - class org.apache.log4j.pattern.LevelPatternConverter.
Return the event's level in a StringBuffer.
LevelPatternConverter() - Constructor for class org.apache.log4j.pattern.LevelPatternConverter
 
LevelRangeFilter - class org.apache.log4j.varia.LevelRangeFilter.
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.varia.LevelRangeFilter
 
LikeRule - class org.apache.log4j.rule.LikeRule.
A Rule class providing support for ORO-based regular expression syntax.
LINE_FIELD - Static variable in class org.apache.log4j.spi.LoggingEventFieldResolver
 
LINE_SEP - Static variable in class org.apache.log4j.Layout
 
LINE_SEP_LEN - Static variable in class org.apache.log4j.Layout
 
LineIconFactory - class org.apache.log4j.chainsaw.icons.LineIconFactory.
A simple factory/facade for creating some of the standard Icons that are based on line drawings
LineLocationPatternConverter - class org.apache.log4j.pattern.LineLocationPatternConverter.
Return the event's line location information in a StringBuffer.
LineLocationPatternConverter() - Constructor for class org.apache.log4j.pattern.LineLocationPatternConverter
 
LineSeparatorPatternConverter - class org.apache.log4j.pattern.LineSeparatorPatternConverter.
Return the line separator for the current system.
LineSeparatorPatternConverter() - Constructor for class org.apache.log4j.pattern.LineSeparatorPatternConverter
 
ListAppender - class org.apache.log4j.varia.ListAppender.
A very basic appender that takes the events and stores them in to a java.util.List for late retrieval.
ListAppender() - Constructor for class org.apache.log4j.varia.ListAppender
 
ListModelAppender - class org.apache.log4j.varia.ListModelAppender.
A very basic appender that takes the events and stores them in to a ListModel for late retrieval.
ListModelAppender() - Constructor for class org.apache.log4j.varia.ListModelAppender
 
LiteralPatternConverter - class org.apache.log4j.pattern.LiteralPatternConverter.
 
loadClass(String) - Static method in class org.apache.log4j.helpers.Loader
If running under JDK 1.2 load the specified class using the Thread contextClassLoader if that fails try Class.forname.
Loader - class org.apache.log4j.helpers.Loader.
Load resources (or images) from various sources.
Loader() - Constructor for class org.apache.log4j.helpers.Loader
 
loadSettings() - Method in class org.apache.log4j.chainsaw.prefs.SettingsManager
Requests that the settings be loaded, all listeners will be notified of this call, and configure themselves according to the values found in the loaded settings
loadSettings(LoadSettingsEvent) - Method in class org.apache.log4j.chainsaw.LogUI
Given the load event, configures the size/location of the main window etc etc.
loadSettings(LoadSettingsEvent) - Method in class org.apache.log4j.chainsaw.LogPanel
Load settings from the panel preference model
loadSettings(LoadSettingsEvent) - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
loadSettings(LoadSettingsEvent) - Method in interface org.apache.log4j.chainsaw.prefs.SettingsListener
When a request to load Settings has been requested, this method will be invoked by the SettingsManager.
LoadSettingsEvent - class org.apache.log4j.chainsaw.prefs.LoadSettingsEvent.
 
locationInformationExists() - Method in class org.apache.log4j.spi.LoggingEvent
Check for the existence of location information without creating it (a byproduct of calling getLocationInformation).
lock - Variable in class org.apache.log4j.Category
 
LOG_AUTH - Static variable in class org.apache.log4j.net.SyslogAppender
security/authorization messages
LOG_AUTHPRIV - Static variable in class org.apache.log4j.net.SyslogAppender
security/authorization messages (private)
LOG_CRON - Static variable in class org.apache.log4j.net.SyslogAppender
clock daemon
LOG_DAEMON - Static variable in class org.apache.log4j.net.SyslogAppender
System daemons
LOG_FTP - Static variable in class org.apache.log4j.net.SyslogAppender
ftp daemon
LOG_KERN - Static variable in class org.apache.log4j.net.SyslogAppender
Kernel messages
LOG_LOCAL0 - Static variable in class org.apache.log4j.net.SyslogAppender
reserved for local use
LOG_LOCAL1 - Static variable in class org.apache.log4j.net.SyslogAppender
reserved for local use
LOG_LOCAL2 - Static variable in class org.apache.log4j.net.SyslogAppender
reserved for local use
LOG_LOCAL3 - Static variable in class org.apache.log4j.net.SyslogAppender
reserved for local use
LOG_LOCAL4 - Static variable in class org.apache.log4j.net.SyslogAppender
reserved for local use
LOG_LOCAL5 - Static variable in class org.apache.log4j.net.SyslogAppender
reserved for local use
LOG_LOCAL6 - Static variable in class org.apache.log4j.net.SyslogAppender
reserved for local use
LOG_LOCAL7 - Static variable in class org.apache.log4j.net.SyslogAppender
reserved for local use
LOG_LPR - Static variable in class org.apache.log4j.net.SyslogAppender
line printer subsystem
LOG_MAIL - Static variable in class org.apache.log4j.net.SyslogAppender
Mail system
LOG_NEWS - Static variable in class org.apache.log4j.net.SyslogAppender
network news subsystem
LOG_SYSLOG - Static variable in class org.apache.log4j.net.SyslogAppender
messages generated internally by syslogd
LOG_USER - Static variable in class org.apache.log4j.net.SyslogAppender
Random user-level messages
LOG_UUCP - Static variable in class org.apache.log4j.net.SyslogAppender
UUCP subsystem
log(Level, Object) - Method in class org.apache.log4j.Category
This generic form is intended to be used by wrappers.
log(Level, Object, Throwable) - Method in class org.apache.log4j.Category
This generic form is intended to be used by wrappers.
log(Priority, Object) - Method in class org.apache.log4j.Category
Deprecated. Use the form taking in a Level as a parameter.
log(Priority, Object, Throwable) - Method in class org.apache.log4j.Category
Deprecated. Use the form taking in a Level as a parameter.
log(String, Level, Object, Throwable) - Method in class org.apache.log4j.Category
This is the most generic printing method.
log(String, Priority, Object, Throwable) - Method in class org.apache.log4j.Category
Deprecated. Use the form taking in a Level as a parameter.
LOG4J_EVENT_TYPE - Static variable in class org.apache.log4j.chainsaw.ChainsawConstants
 
LOG4J_ID_KEY - Static variable in interface org.apache.log4j.helpers.Constants
 
LOG4J_PACKAGE_NAME - Static variable in interface org.apache.log4j.helpers.Constants
 
Log4jEntityResolver - class org.apache.log4j.xml.Log4jEntityResolver.
An EntityResolver specifically designed to return log4j.dtd which is embedded within the log4j jar file.
Log4jEntityResolver() - Constructor for class org.apache.log4j.xml.Log4jEntityResolver
 
log4jInternalConfiguration(LoggerRepository) - Static method in class org.apache.log4j.helpers.IntializationUtil
 
LogFilePatternReceiver - class org.apache.log4j.varia.LogFilePatternReceiver.
LogFilePatternReceiver can parse and tail log files, converting entries into LoggingEvents.
LogFilePatternReceiver() - Constructor for class org.apache.log4j.varia.LogFilePatternReceiver
 
LogFilePatternReceiverBeanInfo - class org.apache.log4j.varia.LogFilePatternReceiverBeanInfo.
BeanInfo class for the meta-data of the LogFilePatternReceiver.
LogFilePatternReceiverBeanInfo() - Constructor for class org.apache.log4j.varia.LogFilePatternReceiverBeanInfo
 
Logger - class org.apache.log4j.Logger.
This is the central class in the log4j package.
LOGGER_FACTORY_KEY - Static variable in class org.apache.log4j.PropertyConfigurator
Key for specifying the LoggerFactory.
LOGGER_FIELD - Static variable in class org.apache.log4j.spi.LoggingEventFieldResolver
 
Logger(String) - Constructor for class org.apache.log4j.Logger
This constructor creates a new Logger instance and sets its name.
LoggerAction - class org.apache.log4j.joran.action.LoggerAction.
 
LoggerAction() - Constructor for class org.apache.log4j.joran.action.LoggerAction
 
LoggerEventListener - interface org.apache.log4j.spi.LoggerEventListener.
Interface used to listen for Logger related events such as add/remove appender or changing levels.
loggerFactory - Variable in class org.apache.log4j.PropertyConfigurator
 
LoggerFactory - interface org.apache.log4j.spi.LoggerFactory.
Implement this interface to create new instances of Logger or a sub-class of Logger.
loggerHasSubPackages(String) - Method in class org.apache.log4j.helpers.LoggerTraverse
Returns true if the given package name appears to have sub-package.
loggerNameAdded(String) - Method in interface org.apache.log4j.chainsaw.LoggerNameListener
Called by LoggerNameModel instances when a new unique Logger name string has been introduced into the model
LoggerNameListener - interface org.apache.log4j.chainsaw.LoggerNameListener.
Implementations are notified when new Logger names are added to the related LoggerNameModel instance.
LoggerNameModel - interface org.apache.log4j.chainsaw.LoggerNameModel.
Implementations of this model contain all the known Logger names within it's model space.
LoggerNameModelSupport - class org.apache.log4j.chainsaw.LoggerNameModelSupport.
An implementation of LoggerNameModel which can be used as a delegate
LoggerNameModelSupport() - Constructor for class org.apache.log4j.chainsaw.LoggerNameModelSupport
 
LoggerNameTree - class org.apache.log4j.chainsaw.LoggerNameTree.
LoggerNameTree is used to display a TreeModel of LoggerNames.
LoggerPatternConverter - class org.apache.log4j.pattern.LoggerPatternConverter.
 
LoggerPatternConverter() - Constructor for class org.apache.log4j.pattern.LoggerPatternConverter
 
LoggerRepository - interface org.apache.log4j.spi.LoggerRepository.
A LoggerRepository is used to create and retrieve Loggers.
LoggerRepositoryEventListener - interface org.apache.log4j.spi.LoggerRepositoryEventListener.
Interface used to listen for LoggerRepository related events such as startup, reset, and shutdown.
LoggerTraverse - class org.apache.log4j.helpers.LoggerTraverse.
This helper class can be used to extract/traverse logger information for a given LoggerRepository.
LoggerTraverse() - Constructor for class org.apache.log4j.helpers.LoggerTraverse
Empty constructor.
LoggerTraverse(LoggerRepository) - Constructor for class org.apache.log4j.helpers.LoggerTraverse
 
LoggingEvent - class org.apache.log4j.spi.LoggingEvent.
The internal representation of logging events.
LoggingEvent() - Constructor for class org.apache.log4j.spi.LoggingEvent
The no-argument constructor for LoggingEvent.
LoggingEvent(String, Logger, Level, Object, Throwable) - Constructor for class org.apache.log4j.spi.LoggingEvent
Instantiate a LoggingEvent from the supplied parameters.
LoggingEvent(String, Logger, long, Level, Object, Throwable) - Constructor for class org.apache.log4j.spi.LoggingEvent
Deprecated. Please use the no argument constructor and the setter methods instead.
LoggingEventFieldResolver - class org.apache.log4j.spi.LoggingEventFieldResolver.
A singleton helper utility which accepts a field name and a LoggingEvent and returns the String value of that field.
LogLog - class org.apache.log4j.helpers.LogLog.
Deprecated. Use Logger instead.
LogLog() - Constructor for class org.apache.log4j.helpers.LogLog
Deprecated.  
LogManager - class org.apache.log4j.LogManager.
Use the LogManager class to retreive Logger instances or to operate on the current LoggerRepository.
LogManager() - Constructor for class org.apache.log4j.LogManager
 
LogPanel - class org.apache.log4j.chainsaw.LogPanel.
A LogPanel provides a view to a collection of LoggingEvents.
LogPanel(ChainsawStatusBar, String, int) - Constructor for class org.apache.log4j.chainsaw.LogPanel
Creates a new LogPanel object.
LogPanelPreferenceModel - class org.apache.log4j.chainsaw.LogPanelPreferenceModel.
Used to encapsulate all the preferences for a given LogPanel
LogPanelPreferenceModel() - Constructor for class org.apache.log4j.chainsaw.LogPanelPreferenceModel
 
LogPanelPreferencePanel - class org.apache.log4j.chainsaw.LogPanelPreferencePanel.
GUI panel used to manipulate the PreferenceModel for a Log Panel
LogPanelPreferencePanel.ColumnSelectorPanel - class org.apache.log4j.chainsaw.LogPanelPreferencePanel.ColumnSelectorPanel.
Allows the user to choose which columns to display.
LogPanelPreferencePanel(LogPanelPreferenceModel) - Constructor for class org.apache.log4j.chainsaw.LogPanelPreferencePanel
 
LogUI - class org.apache.log4j.chainsaw.LogUI.
The main entry point for Chainsaw, this class represents the first frame that is used to display a Welcome panel, and any other panels that are generated because Logging Events are streamed via a Receiver, or other mechanism.
LogUI() - Constructor for class org.apache.log4j.chainsaw.LogUI
Constructor which builds up all the visual elements of the frame including the Menu bar
lookup(Context, String) - Static method in class org.apache.log4j.helpers.JNDIUtil
 
lookup(Context, String) - Static method in class org.apache.log4j.net.JMSSink
 
lookup(Context, String) - Static method in class org.apache.log4j.net.JMSReceiver
 
lookup(Context, String) - Method in class org.apache.log4j.net.JMSAppender
 

M

m_border - Variable in class org.apache.log4j.chainsaw.SmallButton
 
m_inactive - Variable in class org.apache.log4j.chainsaw.SmallButton
 
m_ins - Variable in class org.apache.log4j.chainsaw.SmallButton
 
m_lowered - Variable in class org.apache.log4j.chainsaw.SmallButton
 
m_raised - Variable in class org.apache.log4j.chainsaw.SmallButton
 
main(String[]) - Static method in class org.apache.log4j.chainsaw.LogUI
Starts Chainsaw by attaching a new instance to the Log4J main root Logger via a ChainsawAppender, and activates itself
main(String[]) - Static method in class org.apache.log4j.chainsaw.LogPanelPreferencePanel
DOCUMENT ME!
main(String[]) - Static method in class org.apache.log4j.chainsaw.ChainsawAppenderHandler
A little test bed
main(String[]) - Static method in class org.apache.log4j.chainsaw.ApplicationPreferenceModelPanel
 
main(String[]) - Static method in class org.apache.log4j.chainsaw.color.ColorPanel
 
main(String[]) - Static method in class org.apache.log4j.chainsaw.layout.LayoutEditorPane
 
main(String[]) - Static method in class org.apache.log4j.chainsaw.receivers.PluginPropertyEditorPanel
 
main(String[]) - Static method in class org.apache.log4j.chainsaw.receivers.NewReceiverDialogPanel
 
main(String[]) - Static method in class org.apache.log4j.config.PropertyPrinter
 
main(String[]) - Static method in class org.apache.log4j.helpers.LoggerTraverse
here is an example of using the hierarchical version, iterating through all the package names, all the loggers.
main(String[]) - Static method in class org.apache.log4j.net.SocketServer
 
main(String[]) - Static method in class org.apache.log4j.net.SimpleSocketServer
 
main(String[]) - Static method in class org.apache.log4j.net.JMSSink
 
main(String[]) - Static method in class org.apache.log4j.rule.RuleTest
 
main(String[]) - Static method in class org.apache.log4j.varia.LogFilePatternReceiver
 
main(String[]) - Static method in class org.apache.log4j.xml.examples.XMLSample
 
makeNewLoggerInstance(String) - Method in interface org.apache.log4j.spi.LoggerFactory
 
matchActions(Pattern) - Method in interface org.apache.joran.RuleStore
 
MDC - class org.apache.log4j.MDC.
The MDC class is similar to the NDC class except that it is based on a map instead of a stack.
MessageCenter - class org.apache.log4j.chainsaw.messages.MessageCenter.
The MessageCenter is central place for all elements within Chainsaw to notify the user of important information.
MessageFormatter - class org.apache.log4j.helpers.MessageFormatter.
Formats messages according to very simple rules.
MessageFormatter() - Constructor for class org.apache.log4j.helpers.MessageFormatter
 
MessagePatternConverter - class org.apache.log4j.pattern.MessagePatternConverter.
Return the event's rendered message in a StringBuffer.
MessagePatternConverter() - Constructor for class org.apache.log4j.pattern.MessagePatternConverter
 
MessageRenderer - class org.apache.log4j.or.jms.MessageRenderer.
Render javax.jms.Message objects.
MessageRenderer() - Constructor for class org.apache.log4j.or.jms.MessageRenderer
 
METHOD_FIELD - Static variable in class org.apache.log4j.spi.LoggingEventFieldResolver
 
methodDescriptors - Variable in class org.apache.log4j.config.PropertySetter
 
MethodLocationPatternConverter - class org.apache.log4j.pattern.MethodLocationPatternConverter.
Return the event's line location information in a StringBuffer.
MethodLocationPatternConverter() - Constructor for class org.apache.log4j.pattern.MethodLocationPatternConverter
 
MISSING_LAYOUT - Static variable in interface org.apache.log4j.spi.ErrorCode
 
modelExists(String) - Method in class org.apache.log4j.chainsaw.filter.EventTypeEntryContainer
 
ModifiableListModel - class org.apache.log4j.chainsaw.ModifiableListModel.
 
ModifiableListModel() - Constructor for class org.apache.log4j.chainsaw.ModifiableListModel
 
mouseClicked(MouseEvent) - Method in class org.apache.log4j.chainsaw.SmallButton
DOCUMENT ME!
mouseClicked(MouseEvent) - Method in class org.apache.log4j.chainsaw.PopupListener
 
mouseClicked(MouseEvent) - Method in class org.apache.log4j.chainsaw.JSortTable
 
mouseEntered(MouseEvent) - Method in class org.apache.log4j.chainsaw.SmallButton
DOCUMENT ME!
mouseEntered(MouseEvent) - Method in class org.apache.log4j.chainsaw.JSortTable
 
mouseExited(MouseEvent) - Method in class org.apache.log4j.chainsaw.SmallButton
DOCUMENT ME!
mouseExited(MouseEvent) - Method in class org.apache.log4j.chainsaw.JSortTable
 
mousePressed(MouseEvent) - Method in class org.apache.log4j.chainsaw.SmallButton
DOCUMENT ME!
mousePressed(MouseEvent) - Method in class org.apache.log4j.chainsaw.PopupListener
 
mousePressed(MouseEvent) - Method in class org.apache.log4j.chainsaw.JSortTable
 
mouseReleased(MouseEvent) - Method in class org.apache.log4j.chainsaw.SmallButton
DOCUMENT ME!
mouseReleased(MouseEvent) - Method in class org.apache.log4j.chainsaw.PopupListener
 
mouseReleased(MouseEvent) - Method in class org.apache.log4j.chainsaw.JSortTable
 
msg - Variable in class org.apache.log4j.net.SMTPAppender
 
MSG_FIELD - Static variable in class org.apache.log4j.spi.LoggingEventFieldResolver
 
MSSQL_DIALECT - Static variable in interface org.apache.log4j.db.ConnectionSource
 
MsSQLDialect - class org.apache.log4j.db.dialect.MsSQLDialect.
The MS SQL Server dialect is untested.
MsSQLDialect() - Constructor for class org.apache.log4j.db.dialect.MsSQLDialect
 
MulticastAppender - class org.apache.log4j.net.MulticastAppender.
Multicast-based Appender.
MulticastAppender() - Constructor for class org.apache.log4j.net.MulticastAppender
 
MulticastAppender(InetAddress, int) - Constructor for class org.apache.log4j.net.MulticastAppender
Sends multicast packets to the address and port.
MulticastAppender(String, int) - Constructor for class org.apache.log4j.net.MulticastAppender
Sends multicast packets to the address and port.
MulticastReceiver - class org.apache.log4j.net.MulticastReceiver.
Multicast-based receiver.
MulticastReceiver() - Constructor for class org.apache.log4j.net.MulticastReceiver
 
MulticastReceiverBeanInfo - class org.apache.log4j.net.MulticastReceiverBeanInfo.
BeanInfo class for the meta-data of the MulticastReceiver.
MulticastReceiverBeanInfo() - Constructor for class org.apache.log4j.net.MulticastReceiverBeanInfo
 
MYSQL_DIALECT - Static variable in interface org.apache.log4j.db.ConnectionSource
 
MySQLDialect - class org.apache.log4j.db.dialect.MySQLDialect.
 
MySQLDialect() - Constructor for class org.apache.log4j.db.dialect.MySQLDialect
 

N

name - Variable in class org.apache.log4j.Category
The name of this category.
name - Variable in class org.apache.log4j.AppenderSkeleton
Appenders are named.
name - Variable in class org.apache.log4j.plugins.PluginSkeleton
Name of this plugin.
NAME_ATTRIBUTE - Static variable in class org.apache.joran.action.Action
 
NDC - class org.apache.log4j.NDC.
The NDC class implements nested diagnostic contexts as defined by Neil Harrison in the article "Patterns for Logging Diagnostic Messages" part of the book "Pattern Languages of Program Design 3" edited by Martin et al.
NDC_FIELD - Static variable in class org.apache.log4j.spi.LoggingEventFieldResolver
 
NDCPatternConverter - class org.apache.log4j.pattern.NDCPatternConverter.
Return the event's NDC in a StringBuffer.
NDCPatternConverter() - Constructor for class org.apache.log4j.pattern.NDCPatternConverter
 
NestComponentIA - class org.apache.joran.action.NestComponentIA.
 
NestComponentIA() - Constructor for class org.apache.joran.action.NestComponentIA
 
NetworkBased - interface org.apache.log4j.net.NetworkBased.
The parent of all the Network based interfaces.
NEUTRAL - Static variable in class org.apache.log4j.spi.Filter
This filter is neutral with respect to the log event.
newKeyAdded(NewKeyEvent) - Method in interface org.apache.log4j.chainsaw.NewKeyListener
 
NewKeyEvent - class org.apache.log4j.chainsaw.NewKeyEvent.
An event representing when a Key has arrived inside a Chainsaw model that has not been seen previously.
NewKeyEvent(Object, int, Object, Object) - Constructor for class org.apache.log4j.chainsaw.NewKeyEvent
 
NewKeyListener - interface org.apache.log4j.chainsaw.NewKeyListener.
Interested parties are notified when a MDC/Property key has arrived that has not been seen before by the source Model
NewReceiverDialogPanel - class org.apache.log4j.chainsaw.receivers.NewReceiverDialogPanel.
A panel that allows a user to configure a new Plugin, and view that plugins javadoc at the same time
NewRuleAction - class org.apache.joran.action.NewRuleAction.
 
NewRuleAction() - Constructor for class org.apache.joran.action.NewRuleAction
 
next - Variable in class org.apache.log4j.pattern.PatternConverter
 
nextElement() - Method in class org.apache.log4j.helpers.NullEnumeration
 
NONE - Static variable in class org.apache.log4j.chainsaw.SortArrowIcon
 
NONE - Static variable in class org.apache.log4j.rolling.helper.Compress
 
NONE_STR - Static variable in class org.apache.log4j.rolling.helper.Compress
String constant representing no compression.
NONSORTED - Static variable in class org.apache.log4j.chainsaw.SortHeaderRenderer
 
NOT_FOUND - Static variable in class org.apache.log4j.config.PropertySetter
 
NotEqualsRule - class org.apache.log4j.rule.NotEqualsRule.
A Rule class implementing not equals against two strings.
notifyCountListeners() - Method in interface org.apache.log4j.chainsaw.EventContainer
Allow a forced notification of the EventCountListeners
notifyOfLookAndFeelChange() - Method in class org.apache.log4j.chainsaw.AbstractPreferencePanel
 
NotRule - class org.apache.log4j.rule.NotRule.
A Rule class implementing logical not.
NULL - Static variable in interface org.apache.log4j.spi.Configurator
Special level signifying inherited behaviour, same as Configurator.INHERITED.
NULL_ARG - Static variable in class org.apache.log4j.config.PropertyGetter
 
NULL_DATE_FORMAT - Static variable in class org.apache.log4j.helpers.DateLayout
String constant designating no time information.
NullAppender - class org.apache.log4j.varia.NullAppender.
A NullAppender merely exists, it never outputs a message to any device.
NullAppender() - Constructor for class org.apache.log4j.varia.NullAppender
 
NullEnumeration - class org.apache.log4j.helpers.NullEnumeration.
An always-empty Enumerator.
numAppenders - Variable in class org.apache.log4j.config.PropertyPrinter
 

O

obj - Variable in class org.apache.log4j.config.PropertySetter
 
obj - Variable in class org.apache.log4j.config.PropertyGetter
 
objClass - Variable in class org.apache.log4j.config.PropertySetter
 
ObjectRenderer - interface org.apache.log4j.or.ObjectRenderer.
Implement this interface in order to render objects as strings.
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.Level
OFF level integer value.
OkCancelPanel - class org.apache.log4j.chainsaw.helper.OkCancelPanel.
 
OkCancelPanel() - Constructor for class org.apache.log4j.chainsaw.helper.OkCancelPanel
 
OnlyOnceErrorHandler - class org.apache.log4j.helpers.OnlyOnceErrorHandler.
The OnlyOnceErrorHandler implements log4j's default error handling policy which consists of emitting a message for the first error in an appender and ignoring all following errors.
OnlyOnceErrorHandler() - Constructor for class org.apache.log4j.helpers.OnlyOnceErrorHandler
 
onMessage(Message) - Method in class org.apache.log4j.net.JMSSink
 
onMessage(Message) - Method in class org.apache.log4j.net.JMSReceiver
 
OptionConverter - class org.apache.log4j.helpers.OptionConverter.
A convenience class to convert property values to specific types.
OptionHandler - interface org.apache.log4j.spi.OptionHandler.
A string based interface to configure package components.
ORACLE_DIALECT - Static variable in interface org.apache.log4j.db.ConnectionSource
 
OracleDialect - class org.apache.log4j.db.dialect.OracleDialect.
The Oracle dialect.
OracleDialect() - Constructor for class org.apache.log4j.db.dialect.OracleDialect
 
org.apache.joran - package org.apache.joran
 
org.apache.joran.action - package org.apache.joran.action
 
org.apache.log4j - package org.apache.log4j
The main log4j package.
org.apache.log4j.chainsaw - package org.apache.log4j.chainsaw
Chainsaw is a GUI log viewer and filter for the log4j package.
org.apache.log4j.chainsaw.color - package org.apache.log4j.chainsaw.color
 
org.apache.log4j.chainsaw.favourites - package org.apache.log4j.chainsaw.favourites
The Favourites package.
org.apache.log4j.chainsaw.filter - package org.apache.log4j.chainsaw.filter
 
org.apache.log4j.chainsaw.help - package org.apache.log4j.chainsaw.help
 
org.apache.log4j.chainsaw.helper - package org.apache.log4j.chainsaw.helper
 
org.apache.log4j.chainsaw.icons - package org.apache.log4j.chainsaw.icons
 
org.apache.log4j.chainsaw.layout - package org.apache.log4j.chainsaw.layout
 
org.apache.log4j.chainsaw.messages - package org.apache.log4j.chainsaw.messages
 
org.apache.log4j.chainsaw.plugins - package org.apache.log4j.chainsaw.plugins
 
org.apache.log4j.chainsaw.prefs - package org.apache.log4j.chainsaw.prefs
 
org.apache.log4j.chainsaw.receivers - package org.apache.log4j.chainsaw.receivers
 
org.apache.log4j.config - package org.apache.log4j.config
Package used in getting/setting component properties.
org.apache.log4j.db - package org.apache.log4j.db
The org.apache.log4j.db package provides means to append logging events into various databases.
org.apache.log4j.db.dialect - package org.apache.log4j.db.dialect
 
org.apache.log4j.helpers - package org.apache.log4j.helpers
This package is used internally.
org.apache.log4j.joran - package org.apache.log4j.joran
 
org.apache.log4j.joran.action - package org.apache.log4j.joran.action
 
org.apache.log4j.net - package org.apache.log4j.net
Package for remote logging.
org.apache.log4j.or - package org.apache.log4j.or
ObjectRenders are resposible for rendering messages depending on their class type.
org.apache.log4j.or.jms - package org.apache.log4j.or.jms
This package contains the MessageRenderer which renders objects of type javax.jms.Message.
org.apache.log4j.or.sax - package org.apache.log4j.or.sax
This package contains the AttributesRenderer which renders object of class org.xml.sax.Attributes.
org.apache.log4j.pattern - package org.apache.log4j.pattern
 
org.apache.log4j.plugins - package org.apache.log4j.plugins
 
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.selector - package org.apache.log4j.selector
org.apache.log4j.selector This package contains classes useful for working with Log4j in a container environment where many applications need to share Log4j without stepping on each other's logging configuration.
org.apache.log4j.spi - package org.apache.log4j.spi
Contains part of the System Programming Interface (SPI) needed to extend log4j.
org.apache.log4j.varia - package org.apache.log4j.varia
Contains various appenders, filters and other odds and ends.
org.apache.log4j.xml - package org.apache.log4j.xml
XML based components.
org.apache.log4j.xml.examples - package org.apache.log4j.xml.examples
Example usage of log4j with XML (including source code).
OrRule - class org.apache.log4j.rule.OrRule.
A Rule class implementing logical or.
out - Variable in class org.apache.log4j.config.PropertyPrinter
 

P

paintIcon(Component, Graphics, int, int) - Method in class org.apache.log4j.chainsaw.SortArrowIcon
 
ParamAction - class org.apache.joran.action.ParamAction.
 
ParamAction() - Constructor for class org.apache.joran.action.ParamAction
 
parent - Variable in class org.apache.log4j.Category
The parent of this category.
parse() - Method in class org.apache.log4j.pattern.PatternParser
 
parse(Element) - Method in class org.apache.log4j.xml.DOMConfigurator
Deprecated. Used internally to configure the log4j framework by parsing a DOM tree of XML elements based on log4j.dtd.
parse(String, ParsePosition) - Method in class org.apache.log4j.helpers.RelativeTimeDateFormat
This method does not do anything but return null.
parse(String, ParsePosition) - Method in class org.apache.log4j.helpers.ISO8601DateFormat
This method does not do anything but return null.
parse(String, ParsePosition) - Method in class org.apache.log4j.helpers.DateTimeDateFormat
This method does not do anything but return null.
parse(String, ParsePosition) - Method in class org.apache.log4j.helpers.CachedDateFormat
This method is delegated to the formatter which most likely returns null.
parse(String, ParsePosition) - Method in class org.apache.log4j.helpers.AbsoluteTimeDateFormat
This method does not do anything but return null.
parseAppender(Element) - Method in class org.apache.log4j.xml.DOMConfigurator
Deprecated. Used internally to parse an appender element.
parseCategory(Element) - Method in class org.apache.log4j.xml.DOMConfigurator
Deprecated. Used internally to parse an category element.
parseCatsAndRenderers(Properties, LoggerRepository) - Method in class org.apache.log4j.PropertyConfigurator
Parse non-root elements, such non-root categories and renderers.
parseChildrenOfLoggerElement(Element, Logger, boolean) - Method in class org.apache.log4j.xml.DOMConfigurator
Deprecated. Used internally to parse the children of a category element.
parseErrorHandler(Element, Appender) - Method in class org.apache.log4j.xml.DOMConfigurator
Deprecated. Used internally to parse an ErrorHandler element.
parseLevel(Element, Logger, boolean) - Method in class org.apache.log4j.xml.DOMConfigurator
Deprecated. Used internally to parse a level element.
parsePlugin(Element) - Method in class org.apache.log4j.xml.DOMConfigurator
Deprecated.  
parseRenderer(Element) - Method in class org.apache.log4j.xml.DOMConfigurator
Deprecated.  
parseRoot(Element) - Method in class org.apache.log4j.xml.DOMConfigurator
Deprecated. Used internally to parse the root category element.
PartialTextMatchRule - class org.apache.log4j.rule.PartialTextMatchRule.
A Rule class implementing case-insensitive partial-text matches against two strings.
password - Variable in class org.apache.log4j.db.ConnectionSourceSkeleton
 
password - Variable in class org.apache.log4j.net.JMSReceiver
 
pattern - Variable in class org.apache.log4j.pattern.PatternParser
 
Pattern - class org.apache.joran.Pattern.
 
PATTERN_ATTRIBUTE - Static variable in class org.apache.joran.action.Action
 
PATTERN_ATTRIBUTE - Static variable in class org.apache.log4j.joran.action.ActionConst
 
Pattern() - Constructor for class org.apache.joran.Pattern
 
Pattern(String) - Constructor for class org.apache.joran.Pattern
Build a pattern from a string.
PatternConverter - class org.apache.log4j.pattern.PatternConverter.
PatternConverter is an abtract class that provides the formatting functionality that derived classes need.
PatternConverter() - Constructor for class org.apache.log4j.pattern.PatternConverter
 
PatternConverter(FormattingInfo) - Constructor for class org.apache.log4j.pattern.PatternConverter
 
PatternLayout - class org.apache.log4j.PatternLayout.
A flexible layout configurable with pattern string.
PatternLayout() - Constructor for class org.apache.log4j.PatternLayout
Constructs a PatternLayout using the DEFAULT_LAYOUT_PATTERN.
PatternLayout(String) - Constructor for class org.apache.log4j.PatternLayout
Constructs a PatternLayout using the supplied conversion pattern.
patternLength - Variable in class org.apache.log4j.pattern.PatternParser
 
PatternParser - class org.apache.log4j.pattern.PatternParser.
Most of the work of the PatternLayout class is delegated to the PatternParser class.
PatternParser(String) - Constructor for class org.apache.log4j.pattern.PatternParser
 
PAUSE - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
Pauseable - interface org.apache.log4j.plugins.Pauseable.
Instances of this interface can be paused, and resumed.
paused - Variable in class org.apache.log4j.net.UDPReceiver
 
peek() - Static method in class org.apache.log4j.NDC
Looks at the last diagnostic context at the top of this NDC without removing it.
peekLast() - Method in class org.apache.joran.Pattern
 
peekObject() - Method in class org.apache.joran.ExecutionContext
 
PlatformInfo - class org.apache.log4j.helpers.PlatformInfo.
This class provides information about the runtime platform.
PlatformInfo() - Constructor for class org.apache.log4j.helpers.PlatformInfo
 
Plugin - interface org.apache.log4j.plugins.Plugin.
Defines the required interface for all Plugin objects.
PluginAction - class org.apache.log4j.joran.action.PluginAction.
 
PluginAction() - Constructor for class org.apache.log4j.joran.action.PluginAction
 
PluginClassLoaderFactory - class org.apache.log4j.chainsaw.plugins.PluginClassLoaderFactory.
A factory class to create a Classloader that can refenerence jars/classes/resources within a users plugin directory.
PluginEvent - class org.apache.log4j.plugins.PluginEvent.
All Plugin events are encapsulated in this class, which simply contains the source Plugin, but may in future include more information.
PluginListener - interface org.apache.log4j.plugins.PluginListener.
PluginListeners are notified when plugins are started or stopped by the PluginRegistry.
pluginNameExists(String) - Method in class org.apache.log4j.plugins.PluginRegistry
Returns true if the specified name is already taken by an existing Plugin registered within the scope of the specified LoggerRepository.
PluginPropertyEditorPanel - class org.apache.log4j.chainsaw.receivers.PluginPropertyEditorPanel.
A panel that allows the user to edit a particular Plugin, by using introspection this class discovers the modifiable properties of the Plugin
PluginPropertyEditorPanel() - Constructor for class org.apache.log4j.chainsaw.receivers.PluginPropertyEditorPanel
 
PluginRegistry - class org.apache.log4j.plugins.PluginRegistry.
This is a registry for Plugin instances.
PluginRegistry(LoggerRepository) - Constructor for class org.apache.log4j.plugins.PluginRegistry
 
PluginSkeleton - class org.apache.log4j.plugins.PluginSkeleton.
A convienent abstract class for plugin subclasses that implements the basic methods of the Plugin interface.
PluginSkeleton() - Constructor for class org.apache.log4j.plugins.PluginSkeleton
 
pluginStarted(PluginEvent) - Method in class org.apache.log4j.chainsaw.receivers.ReceiversTreeModel
 
pluginStarted(PluginEvent) - Method in interface org.apache.log4j.plugins.PluginListener
 
pluginStopped(PluginEvent) - Method in class org.apache.log4j.chainsaw.receivers.ReceiversTreeModel
 
pluginStopped(PluginEvent) - Method in interface org.apache.log4j.plugins.PluginListener
 
pop() - Method in class org.apache.joran.Pattern
 
pop() - Static method in class org.apache.log4j.NDC
Clients should call this method before leaving a diagnostic context.
popObject() - Method in class org.apache.joran.ExecutionContext
 
PopupListener - class org.apache.log4j.chainsaw.PopupListener.
Ensures that a specific popupMenu is displayed when the relevant mouse events are trapped.
PopupListener(JPopupMenu) - Constructor for class org.apache.log4j.chainsaw.PopupListener
 
port - Variable in class org.apache.log4j.net.XMLSocketReceiver
 
port - Variable in class org.apache.log4j.net.SocketReceiver
 
port - Variable in class org.apache.log4j.net.SocketHubReceiver
 
PortBased - interface org.apache.log4j.net.PortBased.
Net based entities that 'work with' a Port should consider implementing this interface so that they can be treated generically.
pos - Variable in class org.apache.log4j.helpers.DateLayout
 
pos - Variable in class org.apache.log4j.pattern.DatePatternConverter
 
POSTGRES_DIALECT - Static variable in interface org.apache.log4j.db.ConnectionSource
 
PostgreSQLDialect - class org.apache.log4j.db.dialect.PostgreSQLDialect.
 
PostgreSQLDialect() - Constructor for class org.apache.log4j.db.dialect.PostgreSQLDialect
 
PREFERENCES - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
prepareForDeferredProcessing() - Method in class org.apache.log4j.spi.LoggingEvent
This method should be called prior to serializing an event.
printOptions(PrintWriter, Logger) - Method in class org.apache.log4j.config.PropertyPrinter
Prints the configuration of the default log4j hierarchy as a Java properties file on the specified Writer.
printOptions(PrintWriter, Object, String) - Method in class org.apache.log4j.config.PropertyPrinter
 
printPeriodicity() - Method in class org.apache.log4j.rolling.helper.RollingCalendar
 
Priority - class org.apache.log4j.Priority.
Deprecated.  
PriorityAction - class org.apache.log4j.joran.action.PriorityAction.
This action allows us to warn users that the Priority element has been deprecated but is still accepted.
PriorityAction() - Constructor for class org.apache.log4j.joran.action.PriorityAction
 
processingInstruction(String, String) - Method in class org.apache.joran.Interpreter
 
processNewLoggingEvent(LoggingEvent) - Method in class org.apache.log4j.chainsaw.filter.FilterModel
 
Profileable - interface org.apache.log4j.chainsaw.prefs.Profileable.
A component implementing this interface is interested in being able to configure itself.
ProfileManager - class org.apache.log4j.chainsaw.prefs.ProfileManager.
 
ProgressPanel - class org.apache.log4j.chainsaw.ProgressPanel.
A simple ProgressPanel that can be used, a little more flexible than ProgressMonitor when you want it to be shown REGARDLESS of any timeouts etc.
PROP_FIELD - Static variable in class org.apache.log4j.spi.LoggingEventFieldResolver
 
PROPERTIES_EXIST - Static variable in class org.apache.log4j.db.DBHelper
 
PropertiesPatternConverter - class org.apache.log4j.pattern.PropertiesPatternConverter.
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.
PropertiesPatternConverter() - Constructor for class org.apache.log4j.pattern.PropertiesPatternConverter
 
PropertyAction - class org.apache.log4j.joran.action.PropertyAction.
This class serves as a base for other actions, which similar to the ANT task which add/set properties of a given object.
PropertyAction() - Constructor for class org.apache.log4j.joran.action.PropertyAction
 
PropertyConfigurator - class org.apache.log4j.PropertyConfigurator.
Allows the configuration of log4j from an external file.
PropertyConfigurator() - Constructor for class org.apache.log4j.PropertyConfigurator
 
propertyDescriptors - Variable in class org.apache.log4j.config.PropertySetter
 
PropertyFilter - class org.apache.log4j.varia.PropertyFilter.
NOTE: This filter modifies logging events by adding properties to the event.
PropertyFilter() - Constructor for class org.apache.log4j.varia.PropertyFilter
 
PropertyGetter - class org.apache.log4j.config.PropertyGetter.
Used for inferring configuration information for a log4j's component.
PropertyGetter.PropertyCallback - interface org.apache.log4j.config.PropertyGetter.PropertyCallback.
 
PropertyGetter(Object) - Constructor for class org.apache.log4j.config.PropertyGetter
Create a new PropertyGetter for the specified Object.
PropertyPrinter - class org.apache.log4j.config.PropertyPrinter.
Prints the configuration of the log4j default hierarchy (which needs to be auto-initialized) as a propoperties file on a PrintWriter.
PropertyPrinter(PrintWriter) - Constructor for class org.apache.log4j.config.PropertyPrinter
 
PropertyPrinter(PrintWriter, boolean) - Constructor for class org.apache.log4j.config.PropertyPrinter
 
PropertySetter - class org.apache.log4j.config.PropertySetter.
General purpose Object property setter.
PropertySetter(Object) - Constructor for class org.apache.log4j.config.PropertySetter
Create a new PropertySetter for the specified Object.
PropertySetterException - exception org.apache.log4j.config.PropertySetterException.
Thrown when an error is encountered whilst attempting to set a property using the PropertySetter utility class.
PropertySetterException(String) - Constructor for class org.apache.log4j.config.PropertySetterException
 
PropertySetterException(Throwable) - Constructor for class org.apache.log4j.config.PropertySetterException
 
props - Variable in class org.apache.log4j.config.PropertyGetter
 
push(String) - Method in class org.apache.joran.Pattern
 
push(String) - Static method in class org.apache.log4j.NDC
Push new diagnostic context information for the current thread.
pushObject(Object) - Method in class org.apache.joran.ExecutionContext
 
put(Class, ObjectRenderer) - Method in class org.apache.log4j.or.RendererMap
Register an ObjectRenderer for clazz.
put(LoggingEvent) - Method in class org.apache.log4j.helpers.BoundedFIFO
Place a LoggingEvent in the buffer.
put(String, Object) - Static method in class org.apache.log4j.MDC
Deprecated. please use the MDC.put(String key, String val) form.
put(String, String) - Static method in class org.apache.log4j.MDC
Put a context value (the val parameter) as identified with the key parameter into the current thread's context map.

Q

QuietWriter - class org.apache.log4j.helpers.QuietWriter.
QuietWriter does not throw exceptions when things go wrong.
QuietWriter(Writer, ErrorHandler) - Constructor for class org.apache.log4j.helpers.QuietWriter
 
qw - Variable in class org.apache.log4j.WriterAppender
This is the quietWriter where we will write to.

R

ReaderWriterLock - class org.apache.log4j.helpers.ReaderWriterLock.
A RederWriterLock allows multiple readers to obtain the lock at the same time but allows only one writer at a time.
ReaderWriterLock() - Constructor for class org.apache.log4j.helpers.ReaderWriterLock
 
ReaderWriterLock(PrintWriter) - Constructor for class org.apache.log4j.helpers.ReaderWriterLock
 
receiveEventBatch(String, List) - Method in class org.apache.log4j.chainsaw.LogPanel
Process events associated with the identifier.
receiveEventBatch(String, List) - Method in interface org.apache.log4j.chainsaw.EventBatchListener
Implementations receive a list of ChainsawEventBatchEntry instances only if they are interested, that is, if the source of the eventBatch matches this instances interested identifier
Receiver - class org.apache.log4j.plugins.Receiver.
Defines the base class for Receiver plugins.
Receiver() - Constructor for class org.apache.log4j.plugins.Receiver
 
ReceiversHelper - class org.apache.log4j.chainsaw.receivers.ReceiversHelper.
Helper class to assisit with all the known Receivers.
ReceiversPanel - class org.apache.log4j.chainsaw.receivers.ReceiversPanel.
This panel is used to manage all the Receivers configured within Log4j
ReceiversPanel() - Constructor for class org.apache.log4j.chainsaw.receivers.ReceiversPanel
 
ReceiversTreeModel - class org.apache.log4j.chainsaw.receivers.ReceiversTreeModel.
A TreeModel that encapsulates the details of all the Receivers and their related information in the Log4j framework
ReceiverTreeCellRenderer - class org.apache.log4j.chainsaw.receivers.ReceiverTreeCellRenderer.
A TreeCellRenderer that can format the information of Receivers and their children
ReceiverTreeCellRenderer() - Constructor for class org.apache.log4j.chainsaw.receivers.ReceiverTreeCellRenderer
 
reconnectionDelay - Variable in class org.apache.log4j.net.SocketHubReceiver
 
REF_ATTRIBUTE - Static variable in class org.apache.log4j.joran.action.ActionConst
 
ReflectionFilter - class org.apache.log4j.varia.ReflectionFilter.
 
ReflectionFilter() - Constructor for class org.apache.log4j.varia.ReflectionFilter
 
REFRESH - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
refresh() - Method in class org.apache.log4j.chainsaw.receivers.ReceiversTreeModel
Creates a new ReceiversTreeModel by querying the Log4j Plugin Repository and building up the required information.
registry - Variable in class org.apache.log4j.PropertyConfigurator
Used internally to keep track of configured appenders.
RELATIVE_TIME_DATE_FORMAT - Static variable in class org.apache.log4j.helpers.DateLayout
String constant designating relative time.
RelativeTimeDateFormat - class org.apache.log4j.helpers.RelativeTimeDateFormat.
Formats a Date by printing the number of milliseconds elapsed since the start of the application.
RelativeTimeDateFormat() - Constructor for class org.apache.log4j.helpers.RelativeTimeDateFormat
 
RelativeTimePatternConverter - class org.apache.log4j.pattern.RelativeTimePatternConverter.
 
RelativeTimePatternConverter() - Constructor for class org.apache.log4j.pattern.RelativeTimePatternConverter
 
RELEASE_NOTES_URL - Static variable in class org.apache.log4j.chainsaw.ChainsawConstants
 
releaseReadLock() - Method in class org.apache.log4j.helpers.ReaderWriterLock
 
releaseWriteLock() - Method in class org.apache.log4j.helpers.ReaderWriterLock
 
ReloadingPropertyConfigurator - class org.apache.log4j.varia.ReloadingPropertyConfigurator.
 
ReloadingPropertyConfigurator() - Constructor for class org.apache.log4j.varia.ReloadingPropertyConfigurator
 
remove() - Static method in class org.apache.log4j.NDC
Remove the diagnostic context for this thread.
remove(int) - Method in class org.apache.log4j.chainsaw.CyclicBufferList
Removes the element at the specified position in this list.
remove(String) - Static method in class org.apache.log4j.MDC
Remove the the context identified by the key parameter.
removeAllAppenders() - Method in class org.apache.log4j.Category
Remove all previously added appenders from this Category instance.
removeAllAppenders() - Method in class org.apache.log4j.AsyncAppender
 
removeAllAppenders() - Method in class org.apache.log4j.helpers.AppenderAttachableImpl
Remove and close all previously attached appenders.
removeAllAppenders() - Method in interface org.apache.log4j.spi.AppenderAttachable
Remove all previously added appenders.
removeAppender(Appender) - Method in class org.apache.log4j.Category
Remove the appender passed as parameter form the list of appenders.
removeAppender(Appender) - Method in class org.apache.log4j.AsyncAppender
 
removeAppender(Appender) - Method in class org.apache.log4j.helpers.AppenderAttachableImpl
Remove the appender passed as parameter form the list of attached appenders.
removeAppender(Appender) - Method in interface org.apache.log4j.spi.AppenderAttachable
Remove the appender passed as parameter from the list of appenders.
removeAppender(String) - Method in class org.apache.log4j.Category
Remove the appender with the name passed as parameter form the list of appenders.
removeAppender(String) - Method in class org.apache.log4j.AsyncAppender
 
removeAppender(String) - Method in class org.apache.log4j.helpers.AppenderAttachableImpl
Remove the appender with the name passed as parameter form the list of appenders.
removeAppender(String) - Method in interface org.apache.log4j.spi.AppenderAttachable
Remove the appender with the name passed as parameter from the list of appenders.
removeAppenderEvent(Logger, Appender) - Method in interface org.apache.log4j.spi.HierarchyEventListener
 
removeEventBatchListener(EventBatchListener) - Method in class org.apache.log4j.chainsaw.ChainsawAppenderHandler
 
removeLoggerEventListener(LoggerEventListener) - Method in class org.apache.log4j.Hierarchy
Remove a LoggerEventListener from the repository.
removeLoggerEventListener(LoggerEventListener) - Method in interface org.apache.log4j.spi.LoggerRepository
Remove a LoggerEventListener from the repository.
removeLoggerNameListener(LoggerNameListener) - Method in class org.apache.log4j.chainsaw.LoggerNameModelSupport
 
removeLoggerNameListener(LoggerNameListener) - Method in interface org.apache.log4j.chainsaw.LoggerNameModel
 
removeLoggerRepositoryEventListener(LoggerRepositoryEventListener) - Method in class org.apache.log4j.Hierarchy
Remove a LoggerRepositoryEventListener from the repository.
removeLoggerRepositoryEventListener(LoggerRepositoryEventListener) - Method in interface org.apache.log4j.spi.LoggerRepository
Remove a LoggerRepositoryEventListener from the repository.
removeNewKeyListener(NewKeyListener) - Method in interface org.apache.log4j.chainsaw.EventContainer
Removes a listener from being notified of NewKey events.
removePluginListener(PluginListener) - Method in class org.apache.log4j.plugins.PluginRegistry
Removes a particular PluginListener from this registry such that it will no longer be notified of PluginEvents
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.log4j.chainsaw.LogPanelPreferenceModel
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.log4j.chainsaw.ChainsawAppenderHandler
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.log4j.chainsaw.color.RuleColorizer
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.log4j.chainsaw.help.HelpManager
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.log4j.plugins.PluginSkeleton
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.log4j.plugins.Plugin
Removes a specific PropertyChangeListener from this instances registry that has been mapped to be notified of all property changes.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.log4j.rule.Rule
Removes a known PropertyChangeListener from this Rule.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.log4j.rule.AbstractRule
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.apache.log4j.chainsaw.LogPanelPreferenceModel
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.apache.log4j.chainsaw.ChainsawAppenderHandler
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.apache.log4j.chainsaw.help.HelpManager
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.apache.log4j.plugins.PluginSkeleton
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in interface org.apache.log4j.plugins.Plugin
Removes a specific PropertyChangeListener from this instance's registry which has been previously registered to be notified of only a specific property change.
removeRule(String, String) - Method in class org.apache.log4j.chainsaw.color.RuleColorizer
 
removeShutdownListener(ShutdownListener) - Method in class org.apache.log4j.chainsaw.LogUI
Removes the registered ShutdownListener so that the listener will not be notified on a shutdown.
removeSocketNodeEventListener(SocketNodeEventListener) - Method in class org.apache.log4j.net.SocketReceiver
Removes the registered Listener from this instances list of listeners.
removeSocketNodeEventListener(SocketNodeEventListener) - Method in class org.apache.log4j.net.SocketNode
Removes the registered Listener from this instances list of listeners.
removeSocketNodeEventListener(SocketNodeEventListener) - Method in class org.apache.log4j.net.SocketHubReceiver
Removes a specific SocketNodeEventListener from this instance so that it will no longer be notified of SocketNode events.
rename(String, String) - Static method in class org.apache.log4j.rolling.helper.Util
A robust file renaming method which in case of failure falls back to renmaing by copying.
renameByCopying(String, String) - Static method in class org.apache.log4j.rolling.helper.Util
 
RendererMap - class org.apache.log4j.or.RendererMap.
Map class objects to an ObjectRenderer.
RendererMap() - Constructor for class org.apache.log4j.or.RendererMap
 
RendererSupport - interface org.apache.log4j.spi.RendererSupport.
 
ReportParserError - class org.apache.log4j.xml.examples.ReportParserError.
This class is needed for validating a log4j.dtd derived XML file.
ReportParserError() - Constructor for class org.apache.log4j.xml.examples.ReportParserError
 
repository - Variable in class org.apache.log4j.Category
 
repository - Variable in class org.apache.log4j.plugins.PluginSkeleton
Repository this plugin is attached to.
RepositoryPropertyAction - class org.apache.log4j.joran.action.RepositoryPropertyAction.
 
RepositoryPropertyAction() - Constructor for class org.apache.log4j.joran.action.RepositoryPropertyAction
 
RepositorySelector - interface org.apache.log4j.spi.RepositorySelector.
The LogManager uses one (and only one) RepositorySelector implementation to select the LoggerRepository for a particular application context.
requiresLayout() - Method in class org.apache.log4j.WriterAppender
The WriterAppender requires a layout.
requiresLayout() - Method in class org.apache.log4j.AsyncAppender
Deprecated. Will be removed with no replacement.
requiresLayout() - Method in class org.apache.log4j.chainsaw.ChainsawAppenderHandler
 
requiresLayout() - Method in class org.apache.log4j.chainsaw.ChainsawAppender
This appender does not require layout and so return false
requiresLayout() - Method in class org.apache.log4j.db.DBAppender2
 
requiresLayout() - Method in class org.apache.log4j.db.DBAppender
 
requiresLayout() - Method in class org.apache.log4j.net.UDPAppender
The UDPAppender uses layouts.
requiresLayout() - Method in class org.apache.log4j.net.TelnetAppender
This appender requires a layout to format the text to the attached client(s).
requiresLayout() - Method in class org.apache.log4j.net.SyslogAppender
The SyslogAppender requires a layout.
requiresLayout() - Method in class org.apache.log4j.net.SocketHubAppender
The SocketHubAppender does not use a layout.
requiresLayout() - Method in class org.apache.log4j.net.SocketAppender
The SocketAppender does not use a layout.
requiresLayout() - Method in class org.apache.log4j.net.SMTPAppender
The SMTPAppender requires a layout.
requiresLayout() - Method in class org.apache.log4j.net.MulticastAppender
The MulticastAppender uses layouts (should be configured with XMLLayout to use MulticastReceiver.
requiresLayout() - Method in class org.apache.log4j.net.JMSAppender
The JMSAppender sends serialized events and consequently does not require a layout.
requiresLayout() - Method in class org.apache.log4j.varia.NullAppender
NullAppenders do not need a layout.
requiresLayout() - Method in class org.apache.log4j.varia.ListModelAppender
 
resetConfiguration() - Static method in class org.apache.log4j.LogManager
 
resetConfiguration() - Method in class org.apache.log4j.Hierarchy
Reset all values contained in this hierarchy instance to their default.
resetConfiguration() - Static method in class org.apache.log4j.BasicConfigurator
Reset the default hierarchy to its defaut.
resetConfiguration() - Method in interface org.apache.log4j.spi.LoggerRepository
 
resize(int) - Method in class org.apache.log4j.chainsaw.CyclicBufferList
Resize the cyclic buffer to newSize.
resize(int) - Method in class org.apache.log4j.helpers.CyclicBuffer
Resize the cyclic buffer to newSize.
resize(int) - Method in class org.apache.log4j.helpers.BoundedFIFO
Resize the buffer to a new size.
resolveEntity(String, String) - Method in class org.apache.joran.Interpreter
If a specific entityResolver is set for this Interpreter instance, then we use it to resolve entities.
resolveEntity(String, String) - Method in class org.apache.log4j.xml.UtilLoggingEntityResolver
 
resolveEntity(String, String) - Method in class org.apache.log4j.xml.Log4jEntityResolver
 
resourceBundle - Variable in class org.apache.log4j.Category
 
RollingCalendar - class org.apache.log4j.rolling.helper.RollingCalendar.
RollingCalendar is a helper class to TimeBasedRollingPolicy or similar timed-based rolling policies.
RollingCalendar() - Constructor for class org.apache.log4j.rolling.helper.RollingCalendar
 
RollingCalendar(TimeZone, Locale) - Constructor for class org.apache.log4j.rolling.helper.RollingCalendar
 
RollingFileAppender - class org.apache.log4j.rolling.RollingFileAppender.
RollingFileAppender extends FileAppender to backup the log files depending on RollingPolicy and TriggeringPolicy.
RollingFileAppender() - Constructor for class org.apache.log4j.rolling.RollingFileAppender
The default constructor simply calls its parents constructor.
RollingPolicy - interface org.apache.log4j.rolling.RollingPolicy.
A RollingPolicy is responsible for performing the rolling over of the active log file.
RollingPolicySkeleton - class org.apache.log4j.rolling.RollingPolicySkeleton.
Implements methods common to most, it not all, rolling policies.
RollingPolicySkeleton() - Constructor for class org.apache.log4j.rolling.RollingPolicySkeleton
 
rollover() - Method in class org.apache.log4j.rolling.TimeBasedRollingPolicy
 
rollover() - Method in class org.apache.log4j.rolling.SlidingWindowRollingPolicy
 
rollover() - Method in interface org.apache.log4j.rolling.RollingPolicy
Rolls over log files according to implementation policy.
rollover() - Method in class org.apache.log4j.rolling.RollingFileAppender
Implements the usual roll over behaviour.
RolloverFailure - exception org.apache.log4j.rolling.RolloverFailure.
A RolloverFailure occurs if, for whatever reason a rollover fails.
RolloverFailure(String) - Constructor for class org.apache.log4j.rolling.RolloverFailure
 
RootCategory - class org.apache.log4j.spi.RootCategory.
Deprecated. Replaced by RootLogger.
RootCategory(Level) - Constructor for class org.apache.log4j.spi.RootCategory
Deprecated. The root category names itself as "root".
rootCause - Variable in class org.apache.log4j.config.PropertySetterException
 
RootLogger - class org.apache.log4j.spi.RootLogger.
RootLogger sits at the top of the category hierachy.
RootLogger(Level) - Constructor for class org.apache.log4j.spi.RootLogger
The root category names itself as "root".
RootLoggerAction - class org.apache.log4j.joran.action.RootLoggerAction.
 
RootLoggerAction() - Constructor for class org.apache.log4j.joran.action.RootLoggerAction
 
Rule - interface org.apache.log4j.rule.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.
RuleColorizer - class org.apache.log4j.chainsaw.color.RuleColorizer.
A colorizer supporting an ordered collection of ColorRules, including support for notification of color rule changes via a propertyChangeListener and the 'colorrule' property.
RuleColorizer() - Constructor for class org.apache.log4j.chainsaw.color.RuleColorizer
 
RuleFactory - class org.apache.log4j.rule.RuleFactory.
A Factory class which, given a string representation of the rule, and a context stack, will return a Rule ready for evaluation against events.
RuleMediator - class org.apache.log4j.chainsaw.RuleMediator.
A mediator class that implements the Rule interface, by combining several optional rules used by Chainsaw's filtering GUI's into a single Rule.
RuleMediator() - Constructor for class org.apache.log4j.chainsaw.RuleMediator
 
RuleStore - interface org.apache.joran.RuleStore.
 
RuleTest - class org.apache.log4j.rule.RuleTest.
UI for demonstrating infix/postfix conversion and expression rule evaluation...work in progress...
RuleTest(String) - Constructor for class org.apache.log4j.rule.RuleTest
 
run() - Method in class org.apache.log4j.chainsaw.Generator
 
run() - Method in class org.apache.log4j.chainsaw.help.Tutorial
 
run() - Method in class org.apache.log4j.helpers.FileWatchdog
 
run() - Method in class org.apache.log4j.net.XMLSocketReceiver
Loop, accepting new socket connections.
run() - Method in class org.apache.log4j.net.XMLSocketNode
 
run() - Method in class org.apache.log4j.net.TelnetAppender.SocketHandler
Continually accepts client connections.
run() - Method in class org.apache.log4j.net.SocketReceiver
Loop, accepting new socket connections.
run() - Method in class org.apache.log4j.net.SocketNode
 

S

saveSetting(String, boolean) - Method in class org.apache.log4j.chainsaw.prefs.SaveSettingsEvent
 
saveSetting(String, double) - Method in class org.apache.log4j.chainsaw.prefs.SaveSettingsEvent
 
saveSetting(String, int) - Method in class org.apache.log4j.chainsaw.prefs.SaveSettingsEvent
 
saveSetting(String, Object) - Method in class org.apache.log4j.chainsaw.prefs.SaveSettingsEvent
 
saveSetting(String, String) - Method in class org.apache.log4j.chainsaw.prefs.SaveSettingsEvent
 
saveSettings() - Method in class org.apache.log4j.chainsaw.prefs.SettingsManager
Creates a SaveSettingsEvent and calls all the SettingsListeners to populate the properties with configuration information
saveSettings(SaveSettingsEvent) - Method in class org.apache.log4j.chainsaw.LogUI
Ensures the location/size of the main window is stored with the settings
saveSettings(SaveSettingsEvent) - Method in class org.apache.log4j.chainsaw.LogPanel
Save preferences to the panel preference model
saveSettings(SaveSettingsEvent) - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
saveSettings(SaveSettingsEvent) - Method in interface org.apache.log4j.chainsaw.prefs.SettingsListener
 
SaveSettingsEvent - class org.apache.log4j.chainsaw.prefs.SaveSettingsEvent.
 
SAXErrorHandler - class org.apache.log4j.xml.SAXErrorHandler.
 
SAXErrorHandler() - Constructor for class org.apache.log4j.xml.SAXErrorHandler
 
SCROLL_TO_BOTTOM - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
scrollToBottom(int) - Method in class org.apache.log4j.chainsaw.JSortTable
 
scrollToRow(int, int) - Method in class org.apache.log4j.chainsaw.JSortTable
 
SELECT_CURRVAL - Static variable in class org.apache.log4j.db.dialect.PostgreSQLDialect
 
SELECT_CURRVAL - Static variable in class org.apache.log4j.db.dialect.OracleDialect
 
SELECT_CURRVAL - Static variable in class org.apache.log4j.db.dialect.MsSQLDialect
 
SELECT_CURRVAL - Static variable in class org.apache.log4j.db.dialect.HSQLDBDialect
 
SELECT_LAST_INSERT_ID - Static variable in class org.apache.log4j.db.dialect.MySQLDialect
 
selectAndConfigure(URL, String, LoggerRepository) - Static method in class org.apache.log4j.helpers.OptionConverter
Configure log4j given a URL.
selfInitialize() - Method in class org.apache.log4j.joran.JoranConfigurator
 
send(String) - Method in class org.apache.log4j.net.TelnetAppender.SocketHandler
sends a message to each of the clients in telnet-friendly output.
sendBuffer() - Method in class org.apache.log4j.net.SMTPAppender
Send the contents of the cyclic buffer as an e-mail message.
SequenceNumberPatternConverter - class org.apache.log4j.pattern.SequenceNumberPatternConverter.
 
SequenceNumberPatternConverter() - Constructor for class org.apache.log4j.pattern.SequenceNumberPatternConverter
 
SERVER - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
set(int, Object) - Method in class org.apache.log4j.chainsaw.CyclicBufferList
 
setAcceptOnMatch(boolean) - Method in class org.apache.log4j.varia.StringMatchFilter
 
setAcceptOnMatch(boolean) - Method in class org.apache.log4j.varia.LevelRangeFilter
Set the AcceptOnMatch option.
setAcceptOnMatch(boolean) - Method in class org.apache.log4j.varia.LevelMatchFilter
 
setAcceptOnMatch(boolean) - Method in class org.apache.log4j.varia.ExpressionFilter
 
setActive(boolean) - Method in class org.apache.log4j.chainsaw.plugins.GUIPluginSkeleton
 
setActive(boolean) - Method in class org.apache.log4j.net.SocketHubReceiver
Sets the flag to indicate if receiver is active or not.
setActive(boolean) - Method in class org.apache.log4j.net.JMSReceiver
Sets the flag to indicate if receiver is active or not.
setActiveFileName(String) - Method in class org.apache.log4j.rolling.RollingPolicySkeleton
ActiveFileName can be left unset, i.e. as null.
setAdditionalProperties(Map) - Method in interface org.apache.log4j.spi.Decoder
 
setAdditionalProperties(Map) - Method in class org.apache.log4j.xml.XMLDecoder
Sets an additionalProperty map, where each Key/Value pair is automatically added to each LoggingEvent as it is decoded.
setAdditionalProperties(Map) - Method in class org.apache.log4j.xml.UtilLoggingXMLDecoder
Sets an additionalProperty map, where each Key/Value pair is automatically added to each LoggingEvent as it is decoded.
setAdditivity(boolean) - Method in class org.apache.log4j.Category
Set the additivity flag for this Category instance.
setAddress(String) - Method in class org.apache.log4j.net.MulticastReceiver
 
setAppend(boolean) - Method in class org.apache.log4j.FileAppender
The Append option takes a boolean value.
setAppender(Appender) - Method in class org.apache.log4j.chainsaw.ChainsawAppender
 
setAppender(Appender) - Method in class org.apache.log4j.helpers.OnlyOnceErrorHandler
Does not do anything.
setAppender(Appender) - Method in interface org.apache.log4j.spi.ErrorHandler
Set the appender for which errors are handled.
setAppender(Appender) - Method in class org.apache.log4j.varia.FallbackErrorHandler
The appender to which this error handler is attached.
setApplication(String) - Method in class org.apache.log4j.chainsaw.ChainsawAppender
The Application option takes a string value which should be the name of the application getting logged
setApplication(String) - Method in class org.apache.log4j.net.UDPAppender
The App option takes a string value which should be the name of the application getting logged.
setApplication(String) - Method in class org.apache.log4j.net.SocketAppender
The App option takes a string value which should be the name of the application getting logged If property was already set (via system property), don't set here.
setApplication(String) - Method in class org.apache.log4j.net.MulticastAppender
The App option takes a string value which should be the name of the application getting logged.
setBackupAppender(Appender) - Method in class org.apache.log4j.helpers.OnlyOnceErrorHandler
Does not do anything.
setBackupAppender(Appender) - Method in interface org.apache.log4j.spi.ErrorHandler
Set the appender to falkback upon in case of failure.
setBackupAppender(Appender) - Method in class org.apache.log4j.varia.FallbackErrorHandler
Set the backup appender.
setBufferedIO(boolean) - Method in class org.apache.log4j.FileAppender
The BufferedIO option takes a boolean value.
setBufferSize(int) - Method in class org.apache.log4j.FileAppender
Set the size of the IO buffer.
setBufferSize(int) - Method in class org.apache.log4j.AsyncAppender
The BufferSize option takes a non-negative integer value.
setBufferSize(int) - Method in class org.apache.log4j.net.SocketHubAppender
The BufferSize option takes a positive integer representing the number of events this appender will buffer and send to newly connected clients.
setBufferSize(int) - Method in class org.apache.log4j.net.SMTPAppender
The BufferSize option takes a positive integer representing the maximum number of logging events to collect in a cyclic buffer.
setCategoryPrefixing(boolean) - Method in class org.apache.log4j.TTCCLayout
The CategoryPrefixing option specifies whether Category name is part of log output or not.
setCloseActionListener(ActionListener) - Method in class org.apache.log4j.chainsaw.color.ColorPanel
 
setColNumber(int) - Method in class org.apache.log4j.spi.ErrorItem
 
setColorizer(Colorizer) - Method in class org.apache.log4j.chainsaw.TableColorizingRenderer
 
setColumnVisible(String, boolean) - Method in class org.apache.log4j.chainsaw.LogPanelPreferenceModel
 
setComponent(String, Object) - Method in class org.apache.log4j.config.PropertySetter
 
setConfigurationURL(String) - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
setConfiguratorClass(Class) - Method in interface org.apache.log4j.config.ConfigWatchdog
Sets the configurator class used for reconfiguration.
setConfiguratorClassName(String) - Method in interface org.apache.log4j.config.ConfigWatchdog
Sets the configurator class name used for reconfiguration.
setConfirmExit(boolean) - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
setConnectionSource(ConnectionSource) - Method in class org.apache.log4j.db.DBReceiver
 
setConnectionSource(ConnectionSource) - Method in class org.apache.log4j.db.DBAppender2
 
setConnectionSource(ConnectionSource) - Method in class org.apache.log4j.db.DBAppender
 
setContextPrinting(boolean) - Method in class org.apache.log4j.TTCCLayout
The ContextPrinting option specifies log output will include the nested context information belonging to the current thread.
setConversionPattern(String) - Method in class org.apache.log4j.PatternLayout
Set the ConversionPattern option.
setConversionPattern(String) - Method in class org.apache.log4j.chainsaw.layout.LayoutEditorPane
 
setConversionPattern(String) - Method in class org.apache.log4j.chainsaw.layout.EventDetailLayout
 
setConverterRegistry(HashMap) - Method in class org.apache.log4j.pattern.PatternParser
Set the converter registry for this PatternParser instance.
setConvertInFixToPostFix(boolean) - Method in class org.apache.log4j.varia.ExpressionFilter
 
setCount(long) - Method in class org.apache.log4j.helpers.CountingQuietWriter
 
setCurrentRuleSet(String) - Method in class org.apache.log4j.chainsaw.color.RuleColorizer
 
setCyclic(boolean) - Method in interface org.apache.log4j.chainsaw.EventContainer
Configures this model to use Cyclic or non-cyclic models.
setCyclicBufferSize(int) - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
setDataSource(DataSource) - Method in class org.apache.log4j.db.DataSourceConnectionSource
 
setDateFormat(DateFormat, TimeZone) - Method in class org.apache.log4j.helpers.DateLayout
Sets the DateFormat used to format time and date in the zone determined by timeZone.
setDateFormat(String) - Method in class org.apache.log4j.helpers.DateLayout
The value of the DateFormat option should be either an argument to the constructor of SimpleDateFormat or one of the srings "NULL", "RELATIVE", "ABSOLUTE", "DATE" or "ISO8601.
setDateFormat(String, TimeZone) - Method in class org.apache.log4j.helpers.DateLayout
Sets the DateFormat used to format date and time in the time zone determined by timeZone parameter.
setDateFormatPattern(String) - Method in class org.apache.log4j.chainsaw.LogPanelPreferenceModel
 
setDecoder(String) - Method in class org.apache.log4j.net.XMLSocketReceiver
 
setDecoder(String) - Method in class org.apache.log4j.net.UDPReceiver
 
setDecoder(String) - Method in class org.apache.log4j.net.MulticastReceiver
 
setDefaultRepository(LoggerRepository) - Method in class org.apache.log4j.selector.ContextJNDISelector
 
setDefaultRepository(LoggerRepository) - Method in interface org.apache.log4j.spi.RepositorySelector
Sets the default repository
setDefaultRepository(LoggerRepository) - Method in class org.apache.log4j.spi.DefaultRepositorySelector
 
setDelay(long) - Method in class org.apache.log4j.helpers.FileWatchdog
Set the delay to observe between each check of the file changes.
setDetailPaneVisible(boolean) - Method in class org.apache.log4j.chainsaw.LogPanelPreferenceModel
 
setDisplayedPrefPanel(JComponent) - Method in class org.apache.log4j.chainsaw.AbstractPreferencePanel
Ensures a specific panel is displayed in the spot where preferences can be selected.
setDisplayRule(Rule) - Method in interface org.apache.log4j.chainsaw.EventContainer
Sets the DisplayFilter in operation
setDocked(boolean) - Method in class org.apache.log4j.chainsaw.DockablePanel
 
setDocumentLocator(Locator) - Method in class org.apache.joran.Interpreter
 
setDriverClass(String) - Method in class org.apache.log4j.db.DriverManagerConnectionSource
Sets the driver class.
setEncoding(String) - Method in class org.apache.log4j.WriterAppender
 
setEncoding(String) - Method in class org.apache.log4j.net.UDPReceiver
The Encoding option specifies how the bytes are encoded.
setEncoding(String) - Method in class org.apache.log4j.net.UDPAppender
The Encoding option specifies how the bytes are encoded.
setEncoding(String) - Method in class org.apache.log4j.net.MulticastReceiver
The Encoding option specifies how the bytes are encoded.
setEncoding(String) - Method in class org.apache.log4j.net.MulticastAppender
The Encoding option specifies how the bytes are encoded.
setEntityResolver(EntityResolver) - Method in class org.apache.joran.Interpreter
 
setErrorHandler(ErrorHandler) - Method in class org.apache.log4j.WriterAppender
Set the ErrorHandler for this WriterAppender and also the underlying QuietWriter if any.
setErrorHandler(ErrorHandler) - Method in class org.apache.log4j.AppenderSkeleton
Set the ErrorHandler for this Appender.
setErrorHandler(ErrorHandler) - Method in interface org.apache.log4j.Appender
Set the ErrorHandler for this appender.
setErrorHandler(ErrorHandler) - Method in class org.apache.log4j.db.ConnectionSourceSkeleton
Sets the error handler.
setErrorHandler(ErrorHandler) - Method in interface org.apache.log4j.db.ConnectionSource
Set the error handler.
setErrorHandler(ErrorHandler) - Method in class org.apache.log4j.helpers.QuietWriter
 
setEvaluatorClass(String) - Method in class org.apache.log4j.net.SMTPAppender
The EvaluatorClass option takes a string value representing the name of the class implementing the TriggeringEventEvaluator interface.
setException(Throwable) - Method in class org.apache.log4j.spi.ErrorItem
 
setExclusionRule(Rule) - Method in class org.apache.log4j.chainsaw.RuleMediator
Sets the Exclusion rule to be used, and fires a PropertyChangeEvent to listeners.
setExpression(String) - Method in class org.apache.log4j.varia.ExpressionFilter
 
setFacility(String) - Method in class org.apache.log4j.net.SyslogAppender
Set the syslog facility.
setFacilityPrinting(boolean) - Method in class org.apache.log4j.net.SyslogAppender
If the FacilityPrinting option is set to true, the printed message will include the facility name of the application.
setFile(String) - Method in class org.apache.log4j.FileAppender
The File property takes a string value which should be the name of the file to append to.
setFile(String, boolean, boolean, int) - Method in class org.apache.log4j.FileAppender
Sets and opens the file where the log output will go.
setFileNamePattern(String) - Method in class org.apache.log4j.rolling.RollingPolicySkeleton
 
setFileURL(String) - Method in class org.apache.log4j.varia.LogFilePatternReceiver
Mutator
setFilterExpression(String) - Method in class org.apache.log4j.varia.LogFilePatternReceiver
Mutator
setFindRule(Rule) - Method in class org.apache.log4j.chainsaw.color.RuleColorizer
 
setFooter(String) - Method in class org.apache.log4j.Layout
Set the footer.
setFormattingInfo(FormattingInfo) - Method in class org.apache.log4j.pattern.PatternConverter
 
setFQNOfLoggerClass(String) - Method in class org.apache.log4j.spi.LoggingEvent
Set the fully qualified name of the calling logger sub-class/wrapper.
setFrom(String) - Method in class org.apache.log4j.net.SMTPAppender
The From option takes a string value which should be a e-mail address of the sender.
setHeader(String) - Method in class org.apache.log4j.Layout
Set the header.
setHelpURL(URL) - Method in class org.apache.log4j.chainsaw.help.HelpManager
The current Help URL that should be displayed, and is a PropertyChangeListener supported property.
setHost(String) - Method in class org.apache.log4j.net.SocketHubReceiver
Configures the Host property, this will require activateOptions to be called for this to take effect.
setIdentifierExpression(String) - Method in class org.apache.log4j.chainsaw.ChainsawAppenderHandler
 
setIdentifierExpression(String) - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
setIgnoresThrowable(boolean) - Method in class org.apache.log4j.Layout
 
setImmediateFlush(boolean) - Method in class org.apache.log4j.WriterAppender
If the ImmediateFlush option is set to true, the appender will flush at the end of each write.
setInclusionRule(Rule) - Method in class org.apache.log4j.chainsaw.RuleMediator
Sets the Inclusion rule to be used, and fires a PropertyChangeEvent to listeners
setInitialContextFactoryName(String) - Method in class org.apache.log4j.net.JMSAppender
Setting the InitialContextFactoryName method will cause this JMSAppender instance to use the InitialContext.InitialContext(Hashtable) method instead of the no-argument constructor.
setInternalDebugging(boolean) - Static method in class org.apache.log4j.helpers.LogLog
Deprecated. Allows to enable/disable log4j internal logging.
setJndiLocation(String) - Method in class org.apache.log4j.db.JNDIConnectionSource
Sets the jndiLocation.
setJndiPath(String) - Method in class org.apache.log4j.net.JMSReceiver
Sets the path to a properties file containing the initial context and jndi provider url
setLastUsedVersion(String) - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
setLayout(Layout) - Method in class org.apache.log4j.AppenderSkeleton
Set the layout for this appender.
setLayout(Layout) - Method in interface org.apache.log4j.Appender
Set the Layout for this appender.
setLayout(Layout) - Method in class org.apache.log4j.chainsaw.messages.MessageCenter
 
setLevel(int) - Method in class org.apache.log4j.helpers.SyslogQuietWriter
 
setLevel(Level) - Method in class org.apache.log4j.Category
Set the level of this Category.
setLevel(Level) - Method in class org.apache.log4j.spi.RootLogger
Setting a null value to the level of the root logger may have catastrophic results.
setLevel(Level) - Method in class org.apache.log4j.spi.RootCategory
Deprecated. Setting a null value to the level of the root logger may have catastrophic results.
setLevel(Level) - Method in class org.apache.log4j.spi.LoggingEvent
Set the level of this event.
setLevelIcons(boolean) - Method in class org.apache.log4j.chainsaw.LogPanelPreferenceModel
 
setLevelMax(Level) - Method in class org.apache.log4j.varia.LevelRangeFilter
Set the LevelMax option.
setLevelMin(Level) - Method in class org.apache.log4j.varia.LevelRangeFilter
Set the LevelMin option.
setLevelToMatch(String) - Method in class org.apache.log4j.varia.LevelMatchFilter
 
setLevelUseIcons(boolean) - Method in class org.apache.log4j.chainsaw.TableColorizingRenderer
Sets the property which determines whether to use Icons or text for the Level column
setLineNumber(int) - Method in class org.apache.log4j.spi.ErrorItem
 
setListener(SocketNodeEventListener) - Method in class org.apache.log4j.net.XMLSocketNode
Set the event listener on this node.
setListener(SocketNodeEventListener) - Method in class org.apache.log4j.net.SocketReceiver
Deprecated. This receiver now supports multiple listeners and so this method simply removes the listener (if there already) and readds it to the list. The passed listener will also be returned via the getListener() method still, but this is also deprecated
setListener(SocketNodeEventListener) - Method in class org.apache.log4j.net.SocketNode
Deprecated. Now supports mutliple listeners, this method simply invokes the removeSocketNodeEventListener() to remove the listener, and then readds it.
setLocationInfo(boolean) - Method in class org.apache.log4j.AsyncAppender
The LocationInfo option takes a boolean value.
setLocationInfo(boolean) - Method in class org.apache.log4j.db.DBAppender2
If true, the information written to the database will include caller's location information.
setLocationInfo(boolean) - Method in class org.apache.log4j.db.DBAppender
If true, the information written to the database will include caller's location information.
setLocationInfo(boolean) - Method in class org.apache.log4j.net.SocketHubAppender
The LocationInfo option takes a boolean value.
setLocationInfo(boolean) - Method in class org.apache.log4j.net.SocketAppender
The LocationInfo option takes a boolean value.
setLocationInfo(boolean) - Method in class org.apache.log4j.net.SMTPAppender
The LocationInfo option takes a boolean value.
setLocationInfo(boolean) - Method in class org.apache.log4j.net.JMSAppender
If true, the information sent to the remote subscriber will include caller's location information.
setLocationInfo(boolean) - Method in class org.apache.log4j.xml.XMLLayout
The LocationInfo option takes a boolean value.
setLocationInformation(LocationInfo) - Method in class org.apache.log4j.spi.LoggingEvent
Set the location information for this logging event.
setLogFormat(String) - Method in class org.apache.log4j.varia.LogFilePatternReceiver
Mutator
setLogger(Logger) - Method in class org.apache.log4j.helpers.OnlyOnceErrorHandler
Does not do anything.
setLogger(Logger) - Method in class org.apache.log4j.spi.LoggingEvent
Set the logger of this event.
setLogger(Logger) - Method in interface org.apache.log4j.spi.ErrorHandler
Add a reference to a logger to which the failing appender might be attached to.
setLogger(Logger) - Method in class org.apache.log4j.varia.FallbackErrorHandler
Deprecated. Use FallbackErrorHandler.addLogger(org.apache.log4j.Logger) instead.
setLoggerName(String) - Method in class org.apache.log4j.spi.LoggingEvent
Set the loggerName for this event.
setLoggerPrecision(String) - Method in class org.apache.log4j.chainsaw.LogPanelPreferenceModel
 
setLoggerRepository(LoggerRepository) - Method in class org.apache.log4j.chainsaw.plugins.GUIPluginSkeleton
 
setLoggerRepository(LoggerRepository) - Method in interface org.apache.log4j.config.ConfigWatchdog
Set the logger repository this watchdog will reconfigure when new configuration data is detected.
setLoggerRepository(LoggerRepository) - Method in class org.apache.log4j.plugins.PluginSkeleton
Sets the logger repository used by this plugin and notifies an relevant PropertyChangeListeners registered.
setLoggerRepository(LoggerRepository) - Method in interface org.apache.log4j.plugins.Plugin
Sets the logger repository used by this plugin.
setLoggerRule(Rule) - Method in class org.apache.log4j.chainsaw.RuleMediator
 
setLoggerRule(Rule) - Method in class org.apache.log4j.chainsaw.color.RuleColorizer
 
setLogTreePanelVisible(boolean) - Method in class org.apache.log4j.chainsaw.LogPanelPreferenceModel
 
setLookAndFeelClassName(String) - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
setMaxDepth(int) - Static method in class org.apache.log4j.NDC
Set maximum depth of this diagnostic context.
setMaxFileSize(long) - Method in class org.apache.log4j.rolling.SizeBasedTriggeringPolicy
 
setMaxIndex(int) - Method in class org.apache.log4j.rolling.SlidingWindowRollingPolicy
 
setMessage(Object) - Method in class org.apache.log4j.spi.LoggingEvent
Set the message for this event.
setMessage(String) - Method in class org.apache.log4j.chainsaw.ProgressPanel
 
setMessage(String) - Method in class org.apache.log4j.chainsaw.ChainsawStatusBar
 
setMessage(String) - Method in class org.apache.log4j.spi.ErrorItem
 
setMinIndex(int) - Method in class org.apache.log4j.rolling.SlidingWindowRollingPolicy
 
setName(String) - Method in class org.apache.log4j.Hierarchy
 
setName(String) - Method in class org.apache.log4j.AppenderSkeleton
Set the name of this Appender.
setName(String) - Method in interface org.apache.log4j.Appender
Set the name of this appender.
setName(String) - Method in interface org.apache.log4j.config.ConfigWatchdog
Set the name of this watchdog.
setName(String) - Method in class org.apache.log4j.plugins.PluginSkeleton
Sets the name of the plugin and notifies PropertyChangeListeners of the change
setName(String) - Method in interface org.apache.log4j.plugins.Plugin
Sets the name of the plugin.
setName(String) - Method in interface org.apache.log4j.spi.LoggerRepository
A logger repository is a named entity.
setNDC(String) - Method in class org.apache.log4j.spi.LoggingEvent
This method sets the NDC string for this event.
setNext(Filter) - Method in class org.apache.log4j.spi.Filter
Set the next filter pointer.
setNext(TokenConverter) - Method in class org.apache.log4j.rolling.helper.TokenConverter
 
setOkCancelActionListener(ActionListener) - Method in class org.apache.log4j.chainsaw.AbstractPreferencePanel
 
setOkToRemoveSecurityManager(boolean) - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
setOption(String) - Method in class org.apache.log4j.pattern.PatternConverter
 
setOption(String) - Method in class org.apache.log4j.pattern.DatePatternConverter
The option string can be one of the strings 'DATE', 'ABSOLUTE', 'ISO8601' or any date and time pattern accepted by java.text.SimpleDateFormat.
setOption(String, String) - Method in class org.apache.log4j.varia.DenyAllFilter
Deprecated. Use the setter method for the option directly instead of the generic setOption method.
setOverrideProperties(String) - Method in class org.apache.log4j.net.UDPAppender
The OverrideProperties option allows configurations where the appender does not apply the machinename/appname properties - the properties will be used as provided.
setOverrideProperties(String) - Method in class org.apache.log4j.net.MulticastAppender
The OverrideProperties option allows configurations where the appender does not apply the machinename/appname properties - the properties will be used as provided.
setParameter(Element, PropertySetter) - Method in class org.apache.log4j.xml.DOMConfigurator
Deprecated.  
setPassword(String) - Method in class org.apache.log4j.db.JNDIConnectionSource
Sets the password.
setPassword(String) - Method in class org.apache.log4j.db.ConnectionSourceSkeleton
Sets the password.
setPassword(String) - Method in class org.apache.log4j.net.JMSReceiver
Sets the password to use when creating the JMS connection.
setPassword(String) - Method in class org.apache.log4j.net.JMSAppender
The paswword to use when creating a topic session.
setPaused(boolean) - Method in class org.apache.log4j.db.DBReceiver
 
setPaused(boolean) - Method in class org.apache.log4j.net.XMLSocketReceiver
 
setPaused(boolean) - Method in class org.apache.log4j.net.UDPReceiver
 
setPaused(boolean) - Method in class org.apache.log4j.net.SocketReceiver
 
setPaused(boolean) - Method in class org.apache.log4j.net.SocketReceiver.SocketDetail
 
setPaused(boolean) - Method in class org.apache.log4j.net.SocketNode
 
setPaused(boolean) - Method in class org.apache.log4j.net.MulticastReceiver
 
setPaused(boolean) - Method in interface org.apache.log4j.plugins.Pauseable
 
setPlugin(Plugin) - Method in class org.apache.log4j.chainsaw.receivers.PluginPropertyEditorPanel
 
setPort(int) - Method in class org.apache.log4j.net.XMLSocketReceiver
Set the port to receive logging events on.
setPort(int) - Method in class org.apache.log4j.net.UDPReceiver
 
setPort(int) - Method in class org.apache.log4j.net.UDPAppender
The Port option takes a positive integer representing the port where UDP packets will be sent.
setPort(int) - Method in class org.apache.log4j.net.TelnetAppender
 
setPort(int) - Method in class org.apache.log4j.net.SocketReceiver
Set the port to receive logging events on.
setPort(int) - Method in class org.apache.log4j.net.SocketHubReceiver
Set the remote port to connect to for logging events.
setPort(int) - Method in class org.apache.log4j.net.SocketHubAppender
The Port option takes a positive integer representing the port where the server is waiting for connections.
setPort(int) - Method in class org.apache.log4j.net.SocketAppender
The Port option takes a positive integer representing the port where the server is waiting for connections.
setPort(int) - Method in class org.apache.log4j.net.MulticastReceiver
 
setPort(int) - Method in class org.apache.log4j.net.MulticastAppender
The Port option takes a positive integer representing the port where multicast packets will be sent.
setPort(String) - Method in class org.apache.log4j.net.SocketHubReceiver
Set the remote host to connect to for logging events.
setPristine(boolean) - Method in class org.apache.log4j.Hierarchy
 
setPristine(boolean) - Method in interface org.apache.log4j.spi.LoggerRepository
Set the pristine flag.
setProgress(int) - Method in class org.apache.log4j.chainsaw.ProgressPanel
 
setProperties(ExecutionContext, Properties) - Method in class org.apache.log4j.joran.action.SubstitutionPropertyAction
 
setProperties(ExecutionContext, Properties) - Method in class org.apache.log4j.joran.action.RepositoryPropertyAction
 
setProperties(Hashtable) - Method in class org.apache.log4j.spi.LoggingEvent
 
setProperties(Object, Properties, String) - Static method in class org.apache.log4j.config.PropertySetter
Set the properties of an object passed as a parameter in one go.
setProperties(Properties, String) - Method in class org.apache.log4j.config.PropertySetter
Set the properites for the object that match the prefix passed as parameter.
setProperties(String) - Method in class org.apache.log4j.varia.PropertyFilter
 
setProperty(ExecutionContext, String, String) - Method in class org.apache.log4j.joran.action.SubstitutionPropertyAction
 
setProperty(ExecutionContext, String, String) - Method in class org.apache.log4j.joran.action.RepositoryPropertyAction
 
setProperty(PropertyDescriptor, String, String) - Method in class org.apache.log4j.config.PropertySetter
Set the named property given a PropertyDescriptor.
setProperty(String, String) - Method in class org.apache.log4j.Hierarchy
 
setProperty(String, String) - Method in class org.apache.log4j.config.PropertySetter
Set a property on this PropertySetter's Object.
setProperty(String, String) - Method in class org.apache.log4j.spi.LoggingEvent
Set a string property using a key and a string value.
setProperty(String, String) - Method in interface org.apache.log4j.spi.LoggerRepository
Set a property of this repository.
setProviderURL(String) - Method in class org.apache.log4j.net.JMSAppender
 
setQueueInterval(int) - Method in class org.apache.log4j.chainsaw.ChainsawAppenderHandler
 
setQuietMode(boolean) - Static method in class org.apache.log4j.helpers.LogLog
Deprecated. In quite mode no LogLog generates strictly no output, not even for errors.
setQWForFiles(Writer) - Method in class org.apache.log4j.FileAppender
Sets the quiet writer being used.
setReceivers(boolean) - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
setReconnectionDelay(int) - Method in class org.apache.log4j.net.SocketHubReceiver
The ReconnectionDelay option takes a positive integer representing the number of milliseconds to wait between each failed connection attempt to the server.
setReconnectionDelay(int) - Method in class org.apache.log4j.net.SocketAppender
The ReconnectionDelay option takes a positive integer representing the number of milliseconds to wait between each failed connection attempt to the server.
setRefinementRule(Rule) - Method in class org.apache.log4j.chainsaw.RuleMediator
Sets the Refinement rule to be used, and fires a PropertyChangeEvent to listeners
setRefreshMillis(int) - Method in class org.apache.log4j.db.DBReceiver
 
setRemoteHost(String) - Method in class org.apache.log4j.net.UDPAppender
The RemoteHost option takes a string value which should be the host name or ipaddress to send the UDP packets.
setRemoteHost(String) - Method in class org.apache.log4j.net.SocketAppender
The RemoteHost option takes a string value which should be the host name of the server where a SocketNode is running.
setRemoteHost(String) - Method in class org.apache.log4j.net.MulticastAppender
The RemoteHost option takes a string value which should be the host name or ipaddress to send the multicast packets.
setRenderedMessage(String) - Method in class org.apache.log4j.spi.LoggingEvent
 
setRenderer(Class, ObjectRenderer) - Method in class org.apache.log4j.Hierarchy
Used by subclasses to add a renderer to the hierarchy passed as parameter.
setRenderer(Class, ObjectRenderer) - Method in interface org.apache.log4j.spi.RendererSupport
 
setRepositorySelector(RepositorySelector, Object) - Static method in class org.apache.log4j.LogManager
Sets RepositorySelector but only if the correct guard is passed as parameter.
setResourceBundle(ResourceBundle) - Method in class org.apache.log4j.Category
Set the resource bundle to be used with localized logging methods Category.l7dlog(Level,String,Throwable) and Category.l7dlog(Level,String,Object[],Throwable).
setResponsiveness(int) - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
setRollingPolicy(RollingPolicy) - Method in class org.apache.log4j.rolling.RollingFileAppender
Sets the rolling policy.
setRules(Map) - Method in class org.apache.log4j.chainsaw.color.RuleColorizer
 
setRuleStore(RuleStore) - Method in class org.apache.joran.Interpreter
 
setScrollToBottom(boolean) - Method in class org.apache.log4j.chainsaw.LogPanelPreferenceModel
 
setSecurityCredentials(String) - Method in class org.apache.log4j.net.JMSAppender
 
setSecurityPrincipalName(String) - Method in class org.apache.log4j.net.JMSAppender
 
setSequenceNumber(long) - Method in class org.apache.log4j.spi.LoggingEvent
 
setShowNoReceiverWarning(boolean) - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
setShowSplash(boolean) - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
setShutdownAction(Action) - Method in class org.apache.log4j.chainsaw.LogUI
Configures LogUI's with an action to execute when the user requests to exit the application, the default action is to exit the VM.
setSMTPHost(String) - Method in class org.apache.log4j.net.SMTPAppender
The SMTPHost option takes a string value which should be a the host name of the SMTP server that will send the e-mail message.
setSortedColumnIndex(int) - Method in class org.apache.log4j.chainsaw.JSortTable
 
setStatusBar(boolean) - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
setStringToMatch(String) - Method in class org.apache.log4j.varia.StringMatchFilter
 
setSubject(String) - Method in class org.apache.log4j.net.SMTPAppender
The Subject option takes a string value which should be a the subject of the e-mail message.
setSyslogFacility(int) - Method in class org.apache.log4j.helpers.SyslogQuietWriter
 
setSyslogHost(String) - Method in class org.apache.log4j.net.SyslogAppender
The SyslogHost option is the name of the the syslog host where log output should go.
setTabbedPane(ChainsawTabbedPane) - Method in class org.apache.log4j.chainsaw.LogUI
DOCUMENT ME!
setTabPlacement(int) - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
setTailing(boolean) - Method in class org.apache.log4j.varia.LogFilePatternReceiver
Mutator
setTarget(String) - Method in class org.apache.log4j.ConsoleAppender
Sets the value of the Target option.
setThreadName(String) - Method in class org.apache.log4j.spi.LoggingEvent
 
setThreadPrinting(boolean) - Method in class org.apache.log4j.TTCCLayout
The ThreadPrinting option specifies whether the name of the current thread is part of log output or not.
setThreshold(Level) - Method in class org.apache.log4j.Hierarchy
Enable logging for logging requests with level l or higher.
setThreshold(Level) - Method in class org.apache.log4j.AppenderSkeleton
Set the threshold level.
setThreshold(Level) - Method in class org.apache.log4j.plugins.Receiver
Sets the receiver theshold to the given level.
setThreshold(Level) - Method in interface org.apache.log4j.spi.Thresholdable
Sets the component theshold to the given level.
setThreshold(Level) - Method in interface org.apache.log4j.spi.LoggerRepository
Deprecated. Will be removed with no replacement.
setThreshold(String) - Method in class org.apache.log4j.Hierarchy
The string form of Hierarchy.setThreshold(Level).
setThreshold(String) - Method in interface org.apache.log4j.spi.LoggerRepository
Another form of LoggerRepository.setThreshold(Level) accepting a string parameter instead of a Level.
setThrowableInformation(ThrowableInformation) - Method in class org.apache.log4j.spi.LoggingEvent
Set this event's throwable information.
setTimeStamp(long) - Method in class org.apache.log4j.spi.LoggingEvent
Setter for the even'ts time stamp.
setTimestampFormat(String) - Method in class org.apache.log4j.varia.LogFilePatternReceiver
Mutator
setTimeToLive(int) - Method in class org.apache.log4j.net.MulticastAppender
The Time to live option takes a positive integer representing the time to live value.
setTimeZone(String) - Method in class org.apache.log4j.helpers.DateLayout
The TimeZoneID option is a time zone ID string in the format expected by the TimeZone.getTimeZone(java.lang.String) method.
setTimeZone(TimeZone) - Method in class org.apache.log4j.helpers.CachedDateFormat
Set timezone.
SettingsEvent - class org.apache.log4j.chainsaw.prefs.SettingsEvent.
 
SettingsListener - interface org.apache.log4j.chainsaw.prefs.SettingsListener.
Components, or objects, that are interested in being notified when Settings are loaded or being saved, can implement this interface.
SettingsManager - class org.apache.log4j.chainsaw.prefs.SettingsManager.
SettingManager allows components to register interest in Saving/Loading of general application preferences/settings.
setTitle(String) - Method in class org.apache.log4j.chainsaw.BasicPrefPanel
 
setTo(String) - Method in class org.apache.log4j.net.SMTPAppender
The To option takes a string value which should be a comma separated list of e-mail address of the recipients.
setToolbar(boolean) - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
setToolBarAndMenus(ChainsawToolBarAndMenus) - Method in class org.apache.log4j.chainsaw.LogUI
DOCUMENT ME!
setToolTipDisplayMillis(int) - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModel
 
setToolTips(boolean) - Method in class org.apache.log4j.chainsaw.LogPanelPreferenceModel
 
setToolTipsVisible(boolean) - Method in class org.apache.log4j.chainsaw.TableColorizingRenderer
 
setTopicBindingName(String) - Method in class org.apache.log4j.net.JMSAppender
The TopicBindingName option takes a string value.
setTopicConnectionFactoryBindingName(String) - Method in class org.apache.log4j.net.JMSAppender
The TopicConnectionFactoryBindingName option takes a string value.
setTopicFactoryName(String) - Method in class org.apache.log4j.net.JMSReceiver
Sets the JMS topic factory name to use when creating the JMS connection.
setTopicName(String) - Method in class org.apache.log4j.net.JMSReceiver
Sets the JMS topic name to use when creating the JMS connection.
setTriggeringPolicy(TriggeringPolicy) - Method in class org.apache.log4j.rolling.RollingFileAppender
 
setType(int) - Method in class org.apache.log4j.rolling.helper.TokenConverter
 
setType(int) - Method in class org.apache.log4j.rolling.helper.RollingCalendar
 
setupTutorial() - Method in class org.apache.log4j.chainsaw.LogUI
DOCUMENT ME!
setUrl(String) - Method in class org.apache.log4j.db.DriverManagerConnectionSource
Sets the url.
setURLPkgPrefixes(String) - Method in class org.apache.log4j.net.JMSAppender
 
setUser(String) - Method in class org.apache.log4j.db.ConnectionSourceSkeleton
Sets the username.
setUserId(String) - Method in class org.apache.log4j.net.JMSReceiver
Sets the user id to use when creating the JMS connection.
setUserName(String) - Method in class org.apache.log4j.net.JMSAppender
The user name to use when TopicConnectionFactory.createTopicConnection(String, String) creating a topic session}.
setViewerClass(String) - Method in class org.apache.log4j.chainsaw.ChainsawAppender
Sets the viewer class to use to view the events.
setVisible(boolean) - Method in class org.apache.log4j.chainsaw.receivers.ReceiversPanel
 
setWriter(Writer) - Method in class org.apache.log4j.WriterAppender
Sets the Writer where the log output will go.
SEVERE - Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
 
SEVERE_INT - Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
 
showHelp(URL) - Method in class org.apache.log4j.chainsaw.LogUI
Causes the Welcome Panel to become visible, and shows the URL specified as it's contents
showHelpForClass(Class) - Method in class org.apache.log4j.chainsaw.help.HelpManager
Given a class, and that it belongs within the org.apache.log4j project, sets the URL to the JavaDoc for that class.
shutdown() - Static method in class org.apache.log4j.LogManager
 
shutdown() - Method in class org.apache.log4j.Hierarchy
Shutting down a hierarchy will safely close and remove all appenders in all categories including the root logger.
shutdown() - Static method in class org.apache.log4j.Category
Deprecated. Please use LogManager.shutdown() instead.
shutdown() - Method in class org.apache.log4j.chainsaw.Generator
 
shutdown() - Method in class org.apache.log4j.db.DBReceiver
 
shutdown() - Method in class org.apache.log4j.net.XMLSocketReceiver
Called when the receiver should be stopped.
shutdown() - Method in class org.apache.log4j.net.UDPReceiver
 
shutdown() - Method in class org.apache.log4j.net.SocketReceiver
Called when the receiver should be stopped.
shutdown() - Method in class org.apache.log4j.net.SocketHubReceiver
Called when the receiver should be stopped.
shutdown() - Method in class org.apache.log4j.net.MulticastReceiver
 
shutdown() - Method in class org.apache.log4j.net.JMSReceiver
Called when the receiver should be stopped.
shutdown() - Method in interface org.apache.log4j.plugins.Plugin
Call when the plugin should be stopped.
shutdown() - Method in interface org.apache.log4j.spi.LoggerRepository
 
shutdown() - Method in class org.apache.log4j.varia.LogFilePatternReceiver
Close the reader.
shutdownEvent(LoggerRepository) - Method in interface org.apache.log4j.spi.LoggerRepositoryEventListener
Called when the repository is shutdown.
ShutdownListener - interface org.apache.log4j.chainsaw.ShutdownListener.
Chainsaw notifies these Listeners when the user has requested it to shutdown.
shuttingDown() - Method in interface org.apache.log4j.chainsaw.ShutdownListener
 
SimpleLayout - class org.apache.log4j.SimpleLayout.
SimpleLayout consists of the level of the log statement, followed by " - " and then the log message itself.
SimpleLayout() - Constructor for class org.apache.log4j.SimpleLayout
 
SimpleSocketServer - class org.apache.log4j.net.SimpleSocketServer.
A simple SocketNode based server.
SimpleSocketServer() - Constructor for class org.apache.log4j.net.SimpleSocketServer
 
size() - Method in class org.apache.joran.Pattern
 
size() - Method in interface org.apache.log4j.chainsaw.EventContainer
Returns the total number of events currently in the model (all, not just filtered)
size() - Method in class org.apache.log4j.chainsaw.CyclicBufferList
Get the number of elements in the buffer.
SizeBasedTriggeringPolicy - class org.apache.log4j.rolling.SizeBasedTriggeringPolicy.
 
SizeBasedTriggeringPolicy() - Constructor for class org.apache.log4j.rolling.SizeBasedTriggeringPolicy
 
skippedEntity(String) - Method in class org.apache.joran.Interpreter
 
SlidingWindowRollingPolicy - class org.apache.log4j.rolling.SlidingWindowRollingPolicy.
The SlidingWindowRollingPolicy rolls over files
SlidingWindowRollingPolicy() - Constructor for class org.apache.log4j.rolling.SlidingWindowRollingPolicy
 
SmallButton - class org.apache.log4j.chainsaw.SmallButton.
A better button class that has nice roll over effects.
SmallButton() - Constructor for class org.apache.log4j.chainsaw.SmallButton
 
SmallButton(Action) - Constructor for class org.apache.log4j.chainsaw.SmallButton
 
SMTPAppender - class org.apache.log4j.net.SMTPAppender.
Send an e-mail when a specific logging event occurs, typically on errors or fatal errors.
SMTPAppender() - Constructor for class org.apache.log4j.net.SMTPAppender
The default constructor will instantiate the appender with a TriggeringEventEvaluator that will trigger on events with level ERROR or higher.
SMTPAppender(TriggeringEventEvaluator) - Constructor for class org.apache.log4j.net.SMTPAppender
Use evaluator passed as parameter as the TriggeringEventEvaluator for this SMTPAppender.
socket - Variable in class org.apache.log4j.net.SocketHubReceiver
 
SocketAppender - class org.apache.log4j.net.SocketAppender.
Sends LoggingEvent objects to a remote a log server, usually a SocketNode.
SocketAppender() - Constructor for class org.apache.log4j.net.SocketAppender
 
SocketAppender(InetAddress, int) - Constructor for class org.apache.log4j.net.SocketAppender
Connects to remote server at address and port.
SocketAppender(String, int) - Constructor for class org.apache.log4j.net.SocketAppender
Connects to remote server at host and port.
socketClosedEvent(Exception) - Method in interface org.apache.log4j.net.SocketNodeEventListener
Called when the socket the node was given has been closed.
socketClosedEvent(Exception) - Method in class org.apache.log4j.net.SocketHubReceiver
Listen for a socketClosedEvent from the SocketNode.
SocketHubAppender - class org.apache.log4j.net.SocketHubAppender.
Sends LoggingEvent objects to a set of remote log servers, usually a SocketNodes.
SocketHubAppender() - Constructor for class org.apache.log4j.net.SocketHubAppender
 
SocketHubAppender(int) - Constructor for class org.apache.log4j.net.SocketHubAppender
Connects to remote server at address and port.
SocketHubReceiver - class org.apache.log4j.net.SocketHubReceiver.
SocketHubReceiver receives a remote logging event on a configured socket and "posts" it to a LoggerRepository as if the event was generated locally.
SocketHubReceiver() - Constructor for class org.apache.log4j.net.SocketHubReceiver
 
SocketHubReceiver(String, int) - Constructor for class org.apache.log4j.net.SocketHubReceiver
 
SocketHubReceiver(String, int, LoggerRepository) - Constructor for class org.apache.log4j.net.SocketHubReceiver
 
SocketHubReceiverBeanInfo - class org.apache.log4j.net.SocketHubReceiverBeanInfo.
BeanInfo class for the SocketHubReceiver.
SocketHubReceiverBeanInfo() - Constructor for class org.apache.log4j.net.SocketHubReceiverBeanInfo
 
SocketNode - class org.apache.log4j.net.SocketNode.
Read LoggingEvent objects sent from a remote client using Sockets (TCP).
SocketNode(Socket, LoggerRepository) - Constructor for class org.apache.log4j.net.SocketNode
Constructor for socket and logger repository.
SocketNode(Socket, Receiver) - Constructor for class org.apache.log4j.net.SocketNode
Constructor for socket and reciever.
SocketNodeEventListener - interface org.apache.log4j.net.SocketNodeEventListener.
Interface used to listen for SocketNode related events.
socketOpened(String) - Method in interface org.apache.log4j.net.SocketNodeEventListener
Called when the SocketNode is created and begins awaiting data.
socketOpened(String) - Method in class org.apache.log4j.net.SocketHubReceiver
 
SocketReceiver - class org.apache.log4j.net.SocketReceiver.
SocketReceiver receives a remote logging event on a configured socket and "posts" it to a LoggerRepository as if the event was generated locally.
SocketReceiver.SocketDetail - class org.apache.log4j.net.SocketReceiver.SocketDetail.
 
SocketReceiver() - Constructor for class org.apache.log4j.net.SocketReceiver
 
SocketReceiver(int) - Constructor for class org.apache.log4j.net.SocketReceiver
 
SocketReceiver(int, LoggerRepository) - Constructor for class org.apache.log4j.net.SocketReceiver
 
SocketServer - class org.apache.log4j.net.SocketServer.
A SocketNode based server that uses a different hierarchy for each client.
SocketServer(File) - Constructor for class org.apache.log4j.net.SocketServer
 
sort() - Method in interface org.apache.log4j.chainsaw.SortTableModel
 
SortArrowIcon - class org.apache.log4j.chainsaw.SortArrowIcon.
An Icon that is a Nice arrow to be used for displaying which Column is being used for sorting.
SortArrowIcon(int) - Constructor for class org.apache.log4j.chainsaw.SortArrowIcon
 
sortColumn(int, boolean) - Method in interface org.apache.log4j.chainsaw.SortTableModel
 
sortedColumnAscending - Variable in class org.apache.log4j.chainsaw.JSortTable
 
sortedColumnIndex - Variable in class org.apache.log4j.chainsaw.JSortTable
 
SortHeaderRenderer - class org.apache.log4j.chainsaw.SortHeaderRenderer.
A Table Column header renederer that displays a nice Up/Down arrow depending on whether this column is the current sort column or not, and which way the sort is functioning
SortHeaderRenderer() - Constructor for class org.apache.log4j.chainsaw.SortHeaderRenderer
 
SortTableModel - interface org.apache.log4j.chainsaw.SortTableModel.
An extended TableModel interface that allows Column sorting
spacePad(Writer, int) - Method in class org.apache.log4j.pattern.PatternConverter
Fast space padding method.
SQLDialect - interface org.apache.log4j.db.dialect.SQLDialect.
 
startDocument() - Method in class org.apache.joran.Interpreter
 
startElement(String, String, String, Attributes) - Method in class org.apache.joran.Interpreter
 
startPrefixMapping(String, String) - Method in class org.apache.joran.Interpreter
 
startTime - Variable in class org.apache.log4j.helpers.RelativeTimeDateFormat
 
startWatching() - Method in interface org.apache.log4j.config.ConfigWatchdog
Starts this watchdog watching.
stopAllPlugins() - Method in class org.apache.log4j.plugins.PluginRegistry
Stops all plugins in the given logger repository.
stopPlugin(String) - Method in class org.apache.log4j.plugins.PluginRegistry
Stops a plugin by plugin name and repository.
stopWatching() - Method in interface org.apache.log4j.config.ConfigWatchdog
Stops this watchdog.
StringMatchFilter - class org.apache.log4j.varia.StringMatchFilter.
This is a very simple filter based on string matching.
StringMatchFilter() - Constructor for class org.apache.log4j.varia.StringMatchFilter
 
subAppend(LoggingEvent) - Method in class org.apache.log4j.WriterAppender
Actual writing occurs here.
subAppend(LoggingEvent) - Method in class org.apache.log4j.rolling.RollingFileAppender
This method differentiates RollingFileAppender from its super class.
subst(String) - Method in class org.apache.joran.ExecutionContext
 
subst(String) - Method in class org.apache.log4j.xml.DOMConfigurator
Deprecated.  
SubstitutionPropertyAction - class org.apache.log4j.joran.action.SubstitutionPropertyAction.
This action set new substitution property for the execution context by name, value pair, or adds all the properties found in the specified file.
SubstitutionPropertyAction() - Constructor for class org.apache.log4j.joran.action.SubstitutionPropertyAction
 
substVars(String, Properties) - Static method in class org.apache.log4j.helpers.OptionConverter
Perform variable substitution in string val from the values of keys found the properties passed as parameter or in the system propeties.
supportsBatchUpdates - Variable in class org.apache.log4j.db.ConnectionSourceSkeleton
 
supportsBatchUpdates() - Method in class org.apache.log4j.db.ConnectionSourceSkeleton
Does this connection support batch updates?
supportsBatchUpdates() - Method in interface org.apache.log4j.db.ConnectionSource
If the connection does not support batch updates, we will avoid using them.
supportsBatchUpdates(DatabaseMetaData) - Static method in class org.apache.log4j.db.dialect.Util
This method handles cases where the DatabaseMetaData.supportsBatchUpdates() method is missing in the JDBC driver implementation.
supportsGetGeneratedKeys - Variable in class org.apache.log4j.db.ConnectionSourceSkeleton
 
supportsGetGeneratedKeys() - Method in class org.apache.log4j.db.ConnectionSourceSkeleton
Does this connection support the JDBC Connection.getGeneratedKeys method?
supportsGetGeneratedKeys() - Method in interface org.apache.log4j.db.ConnectionSource
If the connection supports the JDBC 3.0 getGeneratedKeys method, then we do not need any specific dialect support.
supportsGetGeneratedKeys(DatabaseMetaData) - Static method in class org.apache.log4j.db.dialect.Util
This method handles cases where the DatabaseMetaData.supportsGetGeneratedKeys() method is missing in the JDBC driver implementation.
SwingHelper - class org.apache.log4j.chainsaw.helper.SwingHelper.
A collection of standard utility methods for use within Swing.
SwingHelper() - Constructor for class org.apache.log4j.chainsaw.helper.SwingHelper
 
SYSLOG_HOST_OI - Static variable in class org.apache.log4j.net.SyslogAppender
 
SyslogAppender - class org.apache.log4j.net.SyslogAppender.
Use SyslogAppender to send log messages to a remote syslog daemon.
SyslogAppender() - Constructor for class org.apache.log4j.net.SyslogAppender
 
SyslogAppender(Layout, int) - Constructor for class org.apache.log4j.net.SyslogAppender
 
SyslogAppender(Layout, String, int) - Constructor for class org.apache.log4j.net.SyslogAppender
 
SyslogQuietWriter - class org.apache.log4j.helpers.SyslogQuietWriter.
SyslogQuietWriter extends QuietWriter by prepending the syslog level code before each printed String.
SyslogQuietWriter(Writer, int, ErrorHandler) - Constructor for class org.apache.log4j.helpers.SyslogQuietWriter
 
SyslogWriter - class org.apache.log4j.helpers.SyslogWriter.
SyslogWriter is a wrapper around the java.net.DatagramSocket class so that it behaves like a java.io.Writer.
SyslogWriter(String) - Constructor for class org.apache.log4j.helpers.SyslogWriter
 
SYSTEM_ERR - Static variable in class org.apache.log4j.ConsoleAppender
 
SYSTEM_OUT - Static variable in class org.apache.log4j.ConsoleAppender
 

T

TableCellEditorFactory - class org.apache.log4j.chainsaw.helper.TableCellEditorFactory.
 
TableColorizingRenderer - class org.apache.log4j.chainsaw.TableColorizingRenderer.
A specific TableCellRenderer that colourizes a particular cell based on some ColourFilters that have been stored according to the value for the row
TableColorizingRenderer(Colorizer) - Constructor for class org.apache.log4j.chainsaw.TableColorizingRenderer
Creates a new TableColorizingRenderer object.
tailFilter - Variable in class org.apache.log4j.AppenderSkeleton
The last filter in the filter chain.
tailMatch(Pattern) - Method in class org.apache.joran.Pattern
Returns the number of "tail" components that this pattern has in common with the pattern p passed as parameter.
target - Variable in class org.apache.log4j.ConsoleAppender
 
TelnetAppender - class org.apache.log4j.net.TelnetAppender.
The TelnetAppender is a log4j appender that specializes in writing to a read-only socket.
TelnetAppender.SocketHandler - class org.apache.log4j.net.TelnetAppender.SocketHandler.
The SocketHandler class is used to accept connections from clients.
TelnetAppender.SocketHandler(int) - Constructor for class org.apache.log4j.net.TelnetAppender.SocketHandler
 
TelnetAppender() - Constructor for class org.apache.log4j.net.TelnetAppender
 
TEMP_CONSOLE_APPENDER_NAME - Static variable in interface org.apache.log4j.helpers.Constants
 
TEMP_LIST_APPENDER_NAME - Static variable in interface org.apache.log4j.helpers.Constants
 
THREAD_FIELD - Static variable in class org.apache.log4j.spi.LoggingEventFieldResolver
 
ThreadGroupRenderer - class org.apache.log4j.or.ThreadGroupRenderer.
Render ThreadGroup objects in a format similar to the information output by the ThreadGroup.list() method.
ThreadGroupRenderer() - Constructor for class org.apache.log4j.or.ThreadGroupRenderer
 
ThreadLocalMap - class org.apache.log4j.helpers.ThreadLocalMap.
ThreadLocalMap extends InheritableThreadLocal to bequeath a copy of the hashtable of the MDC of the parent thread.
ThreadLocalMap() - Constructor for class org.apache.log4j.helpers.ThreadLocalMap
 
ThreadPatternConverter - class org.apache.log4j.pattern.ThreadPatternConverter.
Return the events thread (usually the current thread) in a StringBuffer.
ThreadPatternConverter() - Constructor for class org.apache.log4j.pattern.ThreadPatternConverter
 
threshold - Variable in class org.apache.log4j.AppenderSkeleton
There is no level threshold filtering by default.
Thresholdable - interface org.apache.log4j.spi.Thresholdable.
An interface that defines the required methods for supporting the setting and getting of a level threshold.
thresholdLevel - Variable in class org.apache.log4j.plugins.Receiver
 
ThrowableInformation - class org.apache.log4j.spi.ThrowableInformation.
ThrowableInformation is log4j's internal representation of throwables.
ThrowableInformation(String[]) - Constructor for class org.apache.log4j.spi.ThrowableInformation
 
ThrowableInformation(Throwable) - Constructor for class org.apache.log4j.spi.ThrowableInformation
 
ThrowableInformationPatternConverter - class org.apache.log4j.pattern.ThrowableInformationPatternConverter.
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.
ThrowableInformationPatternConverter() - Constructor for class org.apache.log4j.pattern.ThrowableInformationPatternConverter
 
TimeBasedRollingPolicy - class org.apache.log4j.rolling.TimeBasedRollingPolicy.
TimeBasedRollingPolicy is both easy to configure yet quite powerful.
TimeBasedRollingPolicy() - Constructor for class org.apache.log4j.rolling.TimeBasedRollingPolicy
 
TIMESTAMP_FIELD - Static variable in class org.apache.log4j.spi.LoggingEventFieldResolver
 
TIMESTAMP_RULE_FORMAT - Static variable in interface org.apache.log4j.helpers.Constants
 
TimestampEqualsRule - class org.apache.log4j.rule.TimestampEqualsRule.
A Rule class implementing inequality evaluation for Levels (log4j and util.logging) using the toInt method.
TimestampInequalityRule - class org.apache.log4j.rule.TimestampInequalityRule.
A Rule class implementing inequality evaluation for Levels (log4j and util.logging) using the toInt method.
TIMEZONE_OPTION - Static variable in class org.apache.log4j.helpers.DateLayout
Deprecated. Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.
toBoolean(String, boolean) - Static method in class org.apache.log4j.helpers.OptionConverter
If value is "true", then true is returned.
toFileSize(String, long) - Static method in class org.apache.log4j.helpers.OptionConverter
 
toggleColumn(String) - Method in class org.apache.log4j.chainsaw.LogPanelPreferenceModel
Toggles the state between visible, non-visible for a particular Column name
toggleScrollToBottom() - Method in class org.apache.log4j.chainsaw.LogPanel
Mutator
toInt() - Method in class org.apache.log4j.Level
Returns the integer representation of this level.
toInt(String, int) - Static method in class org.apache.log4j.helpers.OptionConverter
 
TokenConverter - class org.apache.log4j.rolling.helper.TokenConverter.
TokenConverter offers some basic functionality used by more specific token converters.
TokenConverter(int) - Constructor for class org.apache.log4j.rolling.helper.TokenConverter
 
toLevel(int) - Static method in class org.apache.log4j.Level
Convert an integer passed as argument to a level.
toLevel(int) - Static method in class org.apache.log4j.helpers.UtilLoggingLevel
 
toLevel(int, Level) - Static method in class org.apache.log4j.Level
Convert an integer passed as argument to a level.
toLevel(int, UtilLoggingLevel) - Static method in class org.apache.log4j.helpers.UtilLoggingLevel
Convert an integer passed as argument to a level.
toLevel(String) - Static method in class org.apache.log4j.Level
Convert the string passed as argument to a level.
toLevel(String) - Static method in class org.apache.log4j.helpers.UtilLoggingLevel
 
toLevel(String, Level) - Static method in class org.apache.log4j.Level
Convert the string passed as argument to a level.
toLevel(String, Level) - Static method in class org.apache.log4j.helpers.UtilLoggingLevel
 
toLevel(String, Level) - Static method in class org.apache.log4j.helpers.OptionConverter
Converts a standard or custom priority level to a Level object.
TOOL_TIP - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
TOP_OF_DAY - Static variable in class org.apache.log4j.rolling.helper.RollingCalendar
 
TOP_OF_HOUR - Static variable in class org.apache.log4j.rolling.helper.RollingCalendar
 
TOP_OF_MINUTE - Static variable in class org.apache.log4j.rolling.helper.RollingCalendar
 
TOP_OF_MONTH - Static variable in class org.apache.log4j.rolling.helper.RollingCalendar
 
TOP_OF_SECOND - Static variable in class org.apache.log4j.rolling.helper.RollingCalendar
 
TOP_OF_TROUBLE - Static variable in class org.apache.log4j.rolling.helper.RollingCalendar
 
TOP_OF_WEEK - Static variable in class org.apache.log4j.rolling.helper.RollingCalendar
 
topicConnection - Variable in class org.apache.log4j.net.JMSReceiver
 
topicFactoryName - Variable in class org.apache.log4j.net.JMSReceiver
 
topicName - Variable in class org.apache.log4j.net.JMSReceiver
 
toString() - Method in class org.apache.joran.Pattern
 
toString() - Method in class org.apache.joran.action.Action
 
toString() - Method in class org.apache.log4j.Level
Returns the string representation of this Level.
toString() - Method in class org.apache.log4j.chainsaw.BasicPrefPanel
 
toString() - Method in class org.apache.log4j.rolling.helper.FileNamePattern
 
toString() - Method in class org.apache.log4j.rule.ExpressionRule
 
toString() - Method in class org.apache.log4j.rule.ColorRule
 
toString() - Method in class org.apache.log4j.spi.ErrorItem
 
TRACE - Static variable in class org.apache.log4j.Level
The TRACE Level designates finer-grained informational events than the DEBUGTRACE_INT - Static variable in class org.apache.log4j.Level
TRACE level integer value.
trace(Object) - Method in class org.apache.log4j.Logger
Log a message object with the TRACE level.
trace(Object, Object) - Method in class org.apache.log4j.Logger
Log a message with the TRACE level with message formatting done according to the value of messagePattern and arg parameters.
trace(Object, Throwable) - Method in class org.apache.log4j.Logger
Log a message object with the TRACE level including the stack trace of the Throwablet passed as parameter.
trace(String, Object, Object) - Method in class org.apache.log4j.Logger
Log a message with the TRACE level with message formatting done according to the messagePattern and the arguments arg1 and arg2.
Transform - class org.apache.log4j.helpers.Transform.
Utility class for transforming strings.
Transform() - Constructor for class org.apache.log4j.helpers.Transform
 
TriggeringEventEvaluator - interface org.apache.log4j.spi.TriggeringEventEvaluator.
Implementions of this interface allow certain appenders to decide when to perform an appender specific action.
TriggeringPolicy - interface org.apache.log4j.rolling.TriggeringPolicy.
A TriggeringPolicy controls the conditions under which rollover occurs.
TTCC_CONVERSION_PATTERN - Static variable in class org.apache.log4j.PatternLayout
A conversion pattern equivalent to the TTCCCLayout.
TTCCLayout - class org.apache.log4j.TTCCLayout.
TTCC layout format consists of time, thread, category and nested diagnostic context information, hence the name.
TTCCLayout() - Constructor for class org.apache.log4j.TTCCLayout
Instantiate a TTCCLayout object with RelativeTimeDateFormat as the date formatter in the local time zone.
TTCCLayout(String) - Constructor for class org.apache.log4j.TTCCLayout
Instantiate a TTCCLayout object using the local time zone.
Tutorial - class org.apache.log4j.chainsaw.help.Tutorial.
A runnable element that installs into the Log4j environment some fake Receivers which generates events for use as a tutorial.
TUTORIAL_URL - Static variable in class org.apache.log4j.chainsaw.ChainsawConstants
 
Tutorial() - Constructor for class org.apache.log4j.chainsaw.help.Tutorial
 

U

UDPAppender - class org.apache.log4j.net.UDPAppender.
Sends log information as a UDP datagrams.
UDPAppender() - Constructor for class org.apache.log4j.net.UDPAppender
 
UDPAppender(InetAddress, int) - Constructor for class org.apache.log4j.net.UDPAppender
Sends UDP packets to the address and port.
UDPAppender(String, int) - Constructor for class org.apache.log4j.net.UDPAppender
Sends UDP packets to the address and port.
UDPReceiver - class org.apache.log4j.net.UDPReceiver.
Receive LoggingEvents encoded with an XMLLayout, convert the XML data to a LoggingEvent and post the LoggingEvent.
UDPReceiver() - Constructor for class org.apache.log4j.net.UDPReceiver
 
UNDOCK - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
UNDOCKED_ICON - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
UNKNOWN_DIALECT - Static variable in interface org.apache.log4j.db.ConnectionSource
 
UNKNOWN_INT - Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
 
UP - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
update(LoggerRepository) - Method in class org.apache.log4j.helpers.LoggerTraverse
Updates the LoggerTraverse to the current information in the given LoggerRepository.
updateColors() - Method in class org.apache.log4j.chainsaw.color.ColorPanel
 
updateCurrentlySelectedNodeInDispatchThread() - Method in class org.apache.log4j.chainsaw.receivers.ReceiversPanel
 
updateModel() - Method in class org.apache.log4j.chainsaw.LogPanelPreferencePanel
Ensures this panels DISPLAYED model is in sync with the model initially passed to the constructor.
updateModel() - Method in class org.apache.log4j.chainsaw.ApplicationPreferenceModelPanel
Ensures this panels DISPLAYED model is in sync with the model initially passed to the constructor.
updateReceiverTreeInDispatchThread() - Method in class org.apache.log4j.chainsaw.receivers.ReceiversPanel
Ensures that the Receiver tree is updated with the latest information and that this operation occurs in the Swing Event Dispatch thread.
updateRule(String) - Method in class org.apache.log4j.chainsaw.LogPanel
 
updateSortedColumn() - Method in class org.apache.log4j.chainsaw.JSortTable
 
url - Variable in class org.apache.log4j.db.DriverManagerConnectionSource
 
URL_PAGE_NOT_FOUND - Static variable in class org.apache.log4j.chainsaw.ChainsawConstants
 
user - Variable in class org.apache.log4j.db.ConnectionSourceSkeleton
 
userId - Variable in class org.apache.log4j.net.JMSReceiver
 
Util - class org.apache.log4j.db.dialect.Util.
 
Util - class org.apache.log4j.rolling.helper.Util.
Utility class to help solving problems encontered while renameing files.
Util() - Constructor for class org.apache.log4j.db.dialect.Util
 
Util() - Constructor for class org.apache.log4j.rolling.helper.Util
 
UtilLoggingEntityResolver - class org.apache.log4j.xml.UtilLoggingEntityResolver.
An EntityResolver specifically designed to return java 1.4's logging dtd, logger.dtd which is embedded within the log4j jar file.
UtilLoggingEntityResolver() - Constructor for class org.apache.log4j.xml.UtilLoggingEntityResolver
 
UtilLoggingLevel - class org.apache.log4j.helpers.UtilLoggingLevel.
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
 
UtilLoggingXMLDecoder - class org.apache.log4j.xml.UtilLoggingXMLDecoder.
Decodes JDK 1.4's java.util.logging package events delivered via XML (using the logger.dtd).
UtilLoggingXMLDecoder() - Constructor for class org.apache.log4j.xml.UtilLoggingXMLDecoder
 
UtilLoggingXMLDecoder(Component) - Constructor for class org.apache.log4j.xml.UtilLoggingXMLDecoder
 

V

VALUE_ATTRIBUTE - Static variable in class org.apache.joran.action.Action
 

W

WARN - Static variable in class org.apache.log4j.Level
The WARN level designates potentially harmful situations.
WARN_INT - Static variable in class org.apache.log4j.Level
WARN level integer value.
warn(Object) - Method in class org.apache.log4j.Category
Log a message object with the WARN Level.
warn(Object, Object) - Method in class org.apache.log4j.Category
Log a message with the WARN level with message formatting done according to the value of messagePattern and arg parameters.
warn(Object, Throwable) - Method in class org.apache.log4j.Category
Log a message with the WARN level including the stack trace of the Throwablet passed as parameter.
warn(String) - Static method in class org.apache.log4j.helpers.LogLog
Deprecated. This method is used to output log4j internal warning statements.
warn(String, Object, Object) - Method in class org.apache.log4j.Logger
Log a message with the WARN level with message formatting done according to the messagePattern and the arguments arg1 and arg2.
warn(String, Throwable) - Static method in class org.apache.log4j.helpers.LogLog
Deprecated. This method is used to output log4j internal warnings.
WARNING - Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
 
WARNING_INT - Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
 
warning(SAXParseException) - Method in class org.apache.joran.Interpreter
 
warning(SAXParseException) - Method in class org.apache.log4j.xml.SAXErrorHandler
 
warning(SAXParseException) - Method in class org.apache.log4j.xml.examples.ReportParserError
 
wasEmpty() - Method in class org.apache.log4j.helpers.BoundedFIFO
Returns true if there is just one element in the buffer.
wasFull() - Method in class org.apache.log4j.helpers.BoundedFIFO
Returns true if the number of elements in the buffer plus 1 equals the maximum buffer size, returns false otherwise.
WELCOME_URL - Static variable in class org.apache.log4j.chainsaw.ChainsawConstants
 
WelcomePanel - class org.apache.log4j.chainsaw.WelcomePanel.
An initial Welcome Panel that is used when Chainsaw starts up, can displays a HTML pages based on URLs.
WelcomePanel() - Constructor for class org.apache.log4j.chainsaw.WelcomePanel
 
width - Variable in class org.apache.log4j.chainsaw.SortArrowIcon
 
WINDOW_ICON - Static variable in class org.apache.log4j.chainsaw.icons.ChainsawIcons
 
WRITE_FAILURE - Static variable in interface org.apache.log4j.spi.ErrorCode
 
write(char[], int, int) - Method in class org.apache.log4j.helpers.SyslogWriter
 
write(String) - Method in class org.apache.log4j.helpers.SyslogWriter
 
write(String) - Method in class org.apache.log4j.helpers.SyslogQuietWriter
 
write(String) - Method in class org.apache.log4j.helpers.QuietWriter
 
write(String) - Method in class org.apache.log4j.helpers.CountingQuietWriter
 
writeFooter() - Method in class org.apache.log4j.WriterAppender
Write a footer as produced by the embedded layout's Layout.getFooter() method.
writeHeader() - Method in class org.apache.log4j.WriterAppender
Write a header as produced by the embedded layout's Layout.getHeader() method.
WriterAppender - class org.apache.log4j.WriterAppender.
WriterAppender appends log events to a Writer or an OutputStream depending on the user's choice.
WriterAppender() - Constructor for class org.apache.log4j.WriterAppender
This default constructor does nothing.
WriterAppender(Layout, OutputStream) - Constructor for class org.apache.log4j.WriterAppender
Instantiate a WriterAppender and set the output destination to a new OutputStreamWriter initialized with os as its OutputStream.
WriterAppender(Layout, Writer) - Constructor for class org.apache.log4j.WriterAppender
Instantiate a WriterAppender and set the output destination to writer.

X

xgetMDCCopy() - Method in class org.apache.log4j.spi.LoggingEvent
Obtain a copy of this thread's MDC prior to serialization or asynchronous logging.
XMLDecoder - class org.apache.log4j.xml.XMLDecoder.
Decodes Logging Events in XML formated into elements that are used by Chainsaw.
XMLDecoder() - Constructor for class org.apache.log4j.xml.XMLDecoder
 
XMLDecoder(Component) - Constructor for class org.apache.log4j.xml.XMLDecoder
 
XMLLayout - class org.apache.log4j.xml.XMLLayout.
The output of the XMLLayout consists of a series of log4j:event elements as defined in the log4j.dtd .
XMLLayout() - Constructor for class org.apache.log4j.xml.XMLLayout
Default constructor.
XMLSample - class org.apache.log4j.xml.examples.XMLSample.
This example code shows how to read an XML based configuration file using a DOM parser.
XMLSample() - Constructor for class org.apache.log4j.xml.examples.XMLSample
 
XMLSocketNode - class org.apache.log4j.net.XMLSocketNode.
Read LoggingEvent objects sent from a remote client using XML over Sockets (TCP).
XMLSocketNode(String, Socket, LoggerRepository) - Constructor for class org.apache.log4j.net.XMLSocketNode
Constructor for socket and logger repository.
XMLSocketNode(String, Socket, Receiver) - Constructor for class org.apache.log4j.net.XMLSocketNode
Constructor for socket and reciever.
XMLSocketReceiver - class org.apache.log4j.net.XMLSocketReceiver.
XMLSocketReceiver receives a remote logging event via XML on a configured socket and "posts" it to a LoggerRepository as if the event were generated locally.
XMLSocketReceiver() - Constructor for class org.apache.log4j.net.XMLSocketReceiver
 
XMLSocketReceiver(int) - Constructor for class org.apache.log4j.net.XMLSocketReceiver
 
XMLSocketReceiver(int, LoggerRepository) - Constructor for class org.apache.log4j.net.XMLSocketReceiver
 
xreset() - Method in class org.apache.log4j.WriterAppender
Deprecated. Use WriterAppender.closeWriter() method instead.
XXgetMDC(String) - Method in class org.apache.log4j.spi.LoggingEvent
Returns the the context corresponding to the key parameter.
XXgetMDCKeySet() - Method in class org.apache.log4j.spi.LoggingEvent
Returns the set of of the key values in the MDC for the event.
XXparseFilters(Element, Appender) - Method in class org.apache.log4j.xml.DOMConfigurator
Deprecated. Used internally to parse a filter element.

Z

ZIP - Static variable in class org.apache.log4j.rolling.helper.Compress
 
ZIP_STR - Static variable in class org.apache.log4j.rolling.helper.Compress
String constant representing compression in the ZIP format.
ZIPCompress(String) - Static method in class org.apache.log4j.rolling.helper.Compress
 
ZIPCompress(String, String) - Static method in class org.apache.log4j.rolling.helper.Compress
 

A B C D E F G H I J K L M N O P Q R S T U V W X Z
Log4j 1.3alpha-3

Copyright 2000-2003 Apache Software Foundation.