- callAppenders(LoggingEvent) - Method in class org.apache.log4j.Category
-
No-op implementation.
- CATEGORY - Static variable in class org.apache.log4j.builders.BuilderManager
-
- Category - Class in org.apache.log4j
-
Implementation of the Category class for compatibility, despite it having been deprecated a long, long time ago.
- Category(LoggerContext, String) - Constructor for class org.apache.log4j.Category
-
Constructor used by Logger to specify a LoggerContext.
- Category(String) - Constructor for class org.apache.log4j.Category
-
Constructor exposed by Log4j 1.2.
- CategoryUtil - Class in org.apache.log4j.legacy.core
-
Provide access to Log4j Core Logger methods.
- checkEntryConditions() - Method in class org.apache.log4j.WriterAppender
-
This method determines if there is a sense in attempting to append.
- clear() - Static method in class org.apache.log4j.MDC
-
- clear() - Static method in class org.apache.log4j.NDC
-
Clear any nested diagnostic information if any.
- clearFilters() - Method in interface org.apache.log4j.Appender
-
Clear the list of filters by removing all the filters in it.
- clearFilters() - Method in class org.apache.log4j.AppenderSkeleton
-
- clearFilters() - Method in class org.apache.log4j.bridge.AppenderWrapper
-
- cloneStack() - Static method in class org.apache.log4j.NDC
-
Clone the diagnostic context for the current thread.
- 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.bridge.AppenderWrapper
-
- close() - Method in class org.apache.log4j.ConsoleAppender
-
Release any resources allocated within the appender such as file
handles, network connections, etc.
- close() - Method in class org.apache.log4j.helpers.AppenderAttachableImpl
-
- close() - Method in class org.apache.log4j.WriterAppender
-
Close this appender instance.
- CLOSE_FAILURE - Static variable in interface org.apache.log4j.spi.ErrorCode
-
- closed - Variable in class org.apache.log4j.AppenderSkeleton
-
- closeWriter() - Method in class org.apache.log4j.WriterAppender
-
- CommandLineArguments() - Constructor for class org.apache.log4j.config.Log4j1ConfigurationConverter.CommandLineArguments
-
- concatanateArrays(String[], String[]) - Static method in class org.apache.log4j.helpers.OptionConverter
-
- Configurator - Interface in org.apache.log4j.spi
-
Log4j 1.x Configurator interface.
- CONFIGURATOR_CLASS_KEY - Static variable in class org.apache.log4j.LogManager
-
- configure() - Static method in class org.apache.log4j.BasicConfigurator
-
- configure(Appender) - Static method in class org.apache.log4j.BasicConfigurator
-
No-op implementation.
- configure(String) - Static method in class org.apache.log4j.PropertyConfigurator
-
Read configuration options from configuration file.
- configure(URL) - Static method in class org.apache.log4j.PropertyConfigurator
-
Read configuration options from url configURL
.
- configure(InputStream) - Static method in class org.apache.log4j.PropertyConfigurator
-
Reads configuration options from an InputStream.
- configure(Properties) - Static method in class org.apache.log4j.PropertyConfigurator
-
Read configuration options from properties
.
- configure(Element) - Static method in class org.apache.log4j.xml.DOMConfigurator
-
- configure(String) - Static method in class org.apache.log4j.xml.DOMConfigurator
-
- configure(URL) - Static method in class org.apache.log4j.xml.DOMConfigurator
-
- configureAndWatch(String) - Static method in class org.apache.log4j.PropertyConfigurator
-
- configureAndWatch(String, long) - Static method in class org.apache.log4j.PropertyConfigurator
-
Read the configuration file configFilename
if it
exists.
- configureAndWatch(String) - Static method in class org.apache.log4j.xml.DOMConfigurator
-
- configureAndWatch(String, long) - Static method in class org.apache.log4j.xml.DOMConfigurator
-
- ConsoleAppender - Class in org.apache.log4j
-
Console-appender.
- ConsoleAppender() - Constructor for class org.apache.log4j.ConsoleAppender
-
- ConsoleAppenderBuilder - Class in org.apache.log4j.builders.appender
-
Build a Console Appender
- ConsoleAppenderBuilder() - Constructor for class org.apache.log4j.builders.appender.ConsoleAppenderBuilder
-
- ConsoleAppenderBuilder(String, Properties) - Constructor for class org.apache.log4j.builders.appender.ConsoleAppenderBuilder
-
- ContextUtil - Class in org.apache.log4j.legacy.core
-
Implements LoggerContext methods specific to log4j-core.
- convert(InputStream, OutputStream) - Method in class org.apache.log4j.config.Log4j1ConfigurationConverter
-
- convertArg(String, Class<?>) - Method in class org.apache.log4j.config.PropertySetter
-
Convert val
a String parameter to an object of a
given type.
- convertLevel(String, Level) - Static method in class org.apache.log4j.helpers.OptionConverter
-
- convertLevel(Level) - Static method in class org.apache.log4j.helpers.OptionConverter
-
- convertLevel(Level) - Static method in class org.apache.log4j.helpers.OptionConverter
-
- convertSpecialChars(String) - Static method in class org.apache.log4j.helpers.OptionConverter
-
- createLayout(boolean, boolean) - Static method in class org.apache.log4j.layout.Log4j1XmlLayout
-
- createWriter(OutputStream) - Method in class org.apache.log4j.WriterAppender
-
Returns an OutputStreamWriter when passed an OutputStream.
- DailyRollingFileAppenderBuilder - Class in org.apache.log4j.builders.appender
-
Build a Daily Rolling File Appender
- DailyRollingFileAppenderBuilder() - Constructor for class org.apache.log4j.builders.appender.DailyRollingFileAppenderBuilder
-
- DailyRollingFileAppenderBuilder(String, Properties) - Constructor for class org.apache.log4j.builders.appender.DailyRollingFileAppenderBuilder
-
- debug(Object) - Method in class org.apache.log4j.Category
-
- debug(Object, Throwable) - Method in class org.apache.log4j.Category
-
- DEBUG - Static variable in class org.apache.log4j.Level
-
The DEBUG
Level designates fine-grained
informational events that are most useful to debug an
application.
- DEBUG - Static variable in class org.apache.log4j.Priority
-
- DEBUG_INT - Static variable in class org.apache.log4j.Priority
-
The DEBUG
Level designates fine-grained
informational events that are most useful to debug an
application.
- DEBUG_KEY - Static variable in class org.apache.log4j.config.PropertiesConfiguration
-
- decide(LoggingEvent) - Method in class org.apache.log4j.bridge.FilterWrapper
-
This method is never called.
- decide(LoggingEvent) - Method in class org.apache.log4j.spi.Filter
-
If the decision is DENY
, then the event will be
dropped.
- DEFAULT_CONFIGURATION_FILE - Static variable in class org.apache.log4j.LogManager
-
- DEFAULT_CONFIGURATION_KEY - Static variable in class org.apache.log4j.LogManager
-
- DEFAULT_DELAY - Static variable in class org.apache.log4j.config.PropertiesConfiguration
-
- DEFAULT_DELAY - Static variable in class org.apache.log4j.xml.XmlConfiguration
-
- DEFAULT_INIT_OVERRIDE_KEY - Static variable in class org.apache.log4j.LogManager
-
- DEFAULT_PREFIX - Static variable in class org.apache.log4j.config.PropertiesConfigurationFactory
-
File name prefix for standard configurations.
- DEFAULT_PREFIX - Static variable in class org.apache.log4j.xml.XmlConfiguration
-
File name prefix for standard configurations.
- DEFAULT_PREFIX - Static variable in class org.apache.log4j.xml.XmlConfigurationFactory
-
File name prefix for standard configurations.
- 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.
- DenyAllFilterBuilder - Class in org.apache.log4j.builders.filter
-
Build a Pattern Layout
- DenyAllFilterBuilder() - Constructor for class org.apache.log4j.builders.filter.DenyAllFilterBuilder
-
- doAppend(LoggingEvent) - Method in interface org.apache.log4j.Appender
-
Log in Appender
specific way.
- doAppend(LoggingEvent) - Method in class org.apache.log4j.AppenderSkeleton
-
This method is never going to be called in Log4j 2 so there isn't much point in having any code in it.
- doAppend(LoggingEvent) - Method in class org.apache.log4j.bridge.AppenderWrapper
-
- doConfigure() - Method in class org.apache.log4j.config.PropertiesConfiguration
-
- doConfigure(String, LoggerRepository) - Method in class org.apache.log4j.PropertyConfigurator
-
Read configuration options from configuration file.
- doConfigure(Properties, LoggerRepository) - Method in class org.apache.log4j.PropertyConfigurator
-
Read configuration options from properties
.
- doConfigure(InputStream, LoggerRepository) - Method in class org.apache.log4j.PropertyConfigurator
-
Read configuration options from an InputStream.
- doConfigure(URL, LoggerRepository) - Method in class org.apache.log4j.PropertyConfigurator
-
Read configuration options from url configURL
.
- doConfigure(InputStream, LoggerContext) - Method in interface org.apache.log4j.spi.Configurator
-
Interpret a resource pointed by a InputStream and set up log4j accordingly.
- doConfigure(URL, LoggerContext) - Method in interface org.apache.log4j.spi.Configurator
-
Interpret a resource pointed by a URL and set up log4j accordingly.
- doConfigure(String, LoggerRepository) - Method in class org.apache.log4j.xml.DOMConfigurator
-
- doConfigure(URL, LoggerRepository) - Method in class org.apache.log4j.xml.DOMConfigurator
-
- doConfigure(InputStream, LoggerRepository) - Method in class org.apache.log4j.xml.DOMConfigurator
-
- doConfigure(Reader, LoggerRepository) - Method in class org.apache.log4j.xml.DOMConfigurator
-
- doConfigure(Element, LoggerRepository) - Method in class org.apache.log4j.xml.DOMConfigurator
-
- doConfigure() - Method in class org.apache.log4j.xml.XmlConfiguration
-
Configures log4j by reading in a log4j.dtd compliant XML
configuration file.
- DOMConfigurator - Class in org.apache.log4j.xml
-
- DOMConfigurator() - Constructor for class org.apache.log4j.xml.DOMConfigurator
-
- doRender(Object) - Method in class org.apache.log4j.or.jms.MessageRenderer
-
Render a Message
.
- 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.ThreadGroupRenderer
-
- GENERIC_FAILURE - Static variable in interface org.apache.log4j.spi.ErrorCode
-
- get() - Method in class org.apache.log4j.builders.Holder
-
Deprecated.
- get(String) - Static method in class org.apache.log4j.MDC
-
- get() - Static method in class org.apache.log4j.NDC
-
Never use this method directly.
- getAdapter() - Method in class org.apache.log4j.bridge.AppenderAdapter
-
- getAdditivity() - Method in class org.apache.log4j.Category
-
- getAllAppenders() - Method in class org.apache.log4j.Category
-
- getAllAppenders() - Method in class org.apache.log4j.helpers.AppenderAttachableImpl
-
- getAllAppenders() - Method in interface org.apache.log4j.spi.AppenderAttachable
-
Get all previously added appenders as an Enumeration.
- getAllPossiblePriorities() - Static method in class org.apache.log4j.Priority
-
- getAppender() - Method in class org.apache.log4j.bridge.AppenderAdapter.Adapter
-
- getAppender() - Method in class org.apache.log4j.bridge.AppenderWrapper
-
- getAppender(String) - Method in class org.apache.log4j.Category
-
No-op implementation.
- getAppender(String) - Method in class org.apache.log4j.helpers.AppenderAttachableImpl
-
- getAppender(String) - Method in interface org.apache.log4j.spi.AppenderAttachable
-
Get an appender by name.
- getBooleanProperty(String) - Method in class org.apache.log4j.builders.AbstractBuilder
-
- getBuilderManager() - Method in class org.apache.log4j.config.Log4j1Configuration
-
- getChainedPriority() - Method in class org.apache.log4j.Category
-
- getClassName() - Method in class org.apache.log4j.spi.LocationInfo
-
Return the fully qualified class name of the caller making the
logging request.
- getConfiguration(LoggerContext, ConfigurationSource) - Method in class org.apache.log4j.config.Log4j1ConfigurationFactory
-
- getConfiguration(LoggerContext, ConfigurationSource) - Method in class org.apache.log4j.config.PropertiesConfigurationFactory
-
- getConfiguration(LoggerContext, ConfigurationSource) - Method in class org.apache.log4j.xml.XmlConfigurationFactory
-
- getContentFormat() - Method in class org.apache.log4j.bridge.LayoutAdapter
-
- getContentType() - Method in class org.apache.log4j.bridge.LayoutAdapter
-
- 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
-
- getContextData() - Method in class org.apache.log4j.bridge.LogEventWrapper
-
- getContextMap() - Method in class org.apache.log4j.bridge.LogEventWrapper
-
- getContextStack() - Method in class org.apache.log4j.bridge.LogEventWrapper
-
- getCurrentCategories() - Static method in class org.apache.log4j.Category
-
- getCurrentCategories() - Method in interface org.apache.log4j.spi.LoggerRepository
-
Deprecated.
- getCurrentLoggers() - Static method in class org.apache.log4j.LogManager
-
- getCurrentLoggers() - Method in interface org.apache.log4j.spi.LoggerRepository
-
- getDefaultPrefix() - Method in class org.apache.log4j.config.PropertiesConfigurationFactory
-
- getDefaultPrefix() - Method in class org.apache.log4j.xml.XmlConfigurationFactory
-
- getDepth() - Static method in class org.apache.log4j.NDC
-
Get the current nesting depth of this diagnostic context.
- getEffectiveLevel() - Method in class org.apache.log4j.Category
-
- getEncoding() - Method in class org.apache.log4j.WriterAppender
-
- getErrorHandler() - Method in interface org.apache.log4j.Appender
-
- getErrorHandler() - Method in class org.apache.log4j.AppenderSkeleton
-
- getErrorHandler() - Method in class org.apache.log4j.bridge.AppenderWrapper
-
- getEvent() - Method in class org.apache.log4j.bridge.LogEventAdapter
-
- getFileName() - Method in class org.apache.log4j.spi.LocationInfo
-
Return the file name of the caller.
- getFilter() - Method in interface org.apache.log4j.Appender
-
Returns the head Filter.
- getFilter() - Method in class org.apache.log4j.AppenderSkeleton
-
- getFilter() - Method in class org.apache.log4j.bridge.AppenderWrapper
-
- getFilter() - Method in class org.apache.log4j.bridge.FilterAdapter
-
Gets the actual filter.
- getFilter() - Method in class org.apache.log4j.bridge.FilterWrapper
-
- getFirstFilter() - Method in class org.apache.log4j.AppenderSkeleton
-
- getFooter() - Method in class org.apache.log4j.bridge.LayoutAdapter
-
- getFooter() - Method in class org.apache.log4j.Layout
-
Returns the footer for the layout format.
- getFormat() - Method in class org.apache.log4j.RenderedMessage
-
- getFormattedMessage() - Method in class org.apache.log4j.RenderedMessage
-
- getFQNOfLoggerClass() - Method in class org.apache.log4j.spi.LoggingEvent
-
- getHandler() - Method in class org.apache.log4j.bridge.ErrorHandlerAdapter
-
- getHeader() - Method in class org.apache.log4j.bridge.LayoutAdapter
-
- getHeader() - Method in class org.apache.log4j.Layout
-
Returns the header for the layout format.
- getImmediateFlush() - Method in class org.apache.log4j.WriterAppender
-
Returns value of the ImmediateFlush option.
- getInstance(String) - Static method in class org.apache.log4j.Category
-
- getInstance(Class) - Static method in class org.apache.log4j.Category
-
- getInstance() - Static method in class org.apache.log4j.helpers.NullEnumeration
-
- getInstant() - Method in class org.apache.log4j.bridge.LogEventWrapper
-
- getIntegerProperty(String, int) - Method in class org.apache.log4j.builders.AbstractBuilder
-
- getLayout() - Method in interface org.apache.log4j.Appender
-
Returns this appenders layout.
- getLayout() - Method in class org.apache.log4j.AppenderSkeleton
-
- getLayout() - Method in class org.apache.log4j.bridge.AppenderWrapper
-
- getLayout() - Method in class org.apache.log4j.bridge.LayoutWrapper
-
- getLevel() - Method in class org.apache.log4j.bridge.LogEventAdapter
-
Return the level of this event.
- getLevel() - Method in class org.apache.log4j.bridge.LogEventWrapper
-
- getLevel() - Method in class org.apache.log4j.Category
-
- getLevel() - Method in class org.apache.log4j.spi.LoggingEvent
-
Return the level of this event.
- getLineNumber() - Method in class org.apache.log4j.spi.LocationInfo
-
Returns the line number of the caller.
- getLocationInformation() - Method in class org.apache.log4j.bridge.LogEventAdapter
-
Set the location information for this logging event.
- getLocationInformation() - Method in class org.apache.log4j.spi.LoggingEvent
-
Set the location information for this logging event.
- getLogger() - Method in class org.apache.log4j.bridge.LogEventAdapter
-
Gets the logger of the event.
- getLogger(String) - Static method in class org.apache.log4j.Logger
-
- getLogger(Class<?>) - Static method in class org.apache.log4j.Logger
-
- getLogger(String, LoggerFactory) - Static method in class org.apache.log4j.Logger
-
- getLogger(String) - Static method in class org.apache.log4j.LogManager
-
- getLogger(Class<?>) - Static method in class org.apache.log4j.LogManager
-
- getLogger(String, LoggerFactory) - Static method in class org.apache.log4j.LogManager
-
- getLogger(String) - Method in interface org.apache.log4j.spi.LoggerRepository
-
- getLogger(String, LoggerFactory) - Method in interface org.apache.log4j.spi.LoggerRepository
-
- getLogger() - Method in class org.apache.log4j.spi.LoggingEvent
-
Gets the logger of the event.
- getLoggerContext(Logger) - Static method in class org.apache.log4j.legacy.core.CategoryUtil
-
- getLoggerFqcn() - Method in class org.apache.log4j.bridge.LogEventWrapper
-
- getLoggerName() - Method in class org.apache.log4j.bridge.LogEventAdapter
-
Return the name of the logger.
- getLoggerName() - Method in class org.apache.log4j.bridge.LogEventWrapper
-
- getLoggerName() - Method in class org.apache.log4j.spi.LoggingEvent
-
Return the name of the logger.
- getLoggerRepository() - Static method in class org.apache.log4j.LogManager
-
- getLoggerRepository() - Method in interface org.apache.log4j.spi.RepositorySelector
-
- getMarker() - Method in class org.apache.log4j.bridge.LogEventWrapper
-
- getMDC(String) - Method in class org.apache.log4j.bridge.LogEventAdapter
-
- getMDC(String) - Method in class org.apache.log4j.spi.LoggingEvent
-
- getMDCCopy() - Method in class org.apache.log4j.bridge.LogEventAdapter
-
Obtain a copy of this thread's MDC prior to serialization or
asynchronous logging.
- getMDCCopy() - Method in class org.apache.log4j.spi.LoggingEvent
-
Obtain a copy of this thread's MDC prior to serialization or
asynchronous logging.
- getMessage() - Method in class org.apache.log4j.bridge.LogEventAdapter
-
- getMessage() - Method in class org.apache.log4j.bridge.LogEventWrapper
-
- getMessage() - Method in exception 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.
- getMethodName() - Method in class org.apache.log4j.spi.LocationInfo
-
Returns the method name of the caller.
- getName() - Method in interface org.apache.log4j.Appender
-
Get the name of this appender.
- getName() - Method in class org.apache.log4j.AppenderSkeleton
-
- getName() - Method in class org.apache.log4j.bridge.AppenderWrapper
-
- getName() - Method in class org.apache.log4j.Category
-
- getNanoTime() - Method in class org.apache.log4j.bridge.LogEventWrapper
-
- getNDC() - Method in class org.apache.log4j.bridge.LogEventAdapter
-
- getNDC() - Method in class org.apache.log4j.spi.LoggingEvent
-
- getNext() - Method in class org.apache.log4j.spi.Filter
-
Return the pointer to the next filter.
- getParameters() - Method in class org.apache.log4j.RenderedMessage
-
- getParent() - Method in class org.apache.log4j.Category
-
- getParent(Logger) - Static method in class org.apache.log4j.legacy.core.CategoryUtil
-
- getPathIn() - Method in class org.apache.log4j.config.Log4j1ConfigurationConverter.CommandLineArguments
-
- getPathOut() - Method in class org.apache.log4j.config.Log4j1ConfigurationConverter.CommandLineArguments
-
- getPolicy() - Method in class org.apache.log4j.bridge.RewritePolicyAdapter
-
- getPolicy() - Method in class org.apache.log4j.bridge.RewritePolicyWrapper
-
- getPriority() - Method in class org.apache.log4j.Category
-
- getProperties() - Method in class org.apache.log4j.bridge.LogEventAdapter
-
- getProperties() - Method in class org.apache.log4j.builders.AbstractBuilder
-
- getProperties() - Method in class org.apache.log4j.spi.LoggingEvent
-
- getProperty(String) - Method in class org.apache.log4j.bridge.LogEventAdapter
-
- getProperty(String) - Method in class org.apache.log4j.builders.AbstractBuilder
-
- getProperty(String, String) - Method in class org.apache.log4j.builders.AbstractBuilder
-
- getProperty(String) - Method in class org.apache.log4j.spi.LoggingEvent
-
- getPropertyDescriptor(String) - Method in class org.apache.log4j.config.PropertySetter
-
- getPropertyKeySet() - Method in class org.apache.log4j.bridge.LogEventAdapter
-
- getPropertyKeySet() - Method in class org.apache.log4j.spi.LoggingEvent
-
- getRecurseIntoPath() - Method in class org.apache.log4j.config.Log4j1ConfigurationConverter.CommandLineArguments
-
- getRenderedMessage() - Method in class org.apache.log4j.bridge.LogEventAdapter
-
- getRenderedMessage() - Method in class org.apache.log4j.spi.LoggingEvent
-
- getRendererMap() - Method in interface org.apache.log4j.or.RendererSupport
-
- getResourceBundle() - Method in class org.apache.log4j.Category
-
- getRoot() - Static method in class org.apache.log4j.Category
-
- getRootLogger() - Static method in class org.apache.log4j.Logger
-
- getRootLogger() - Static method in class org.apache.log4j.LogManager
-
- getRootLogger() - Method in interface org.apache.log4j.spi.LoggerRepository
-
- getSource() - Method in class org.apache.log4j.bridge.LogEventWrapper
-
- getStartTime() - Static method in class org.apache.log4j.bridge.LogEventAdapter
-
Returns the time when the application started, in milliseconds
elapsed since 01.01.1970.
- getStartTime() - Static method in class org.apache.log4j.spi.LoggingEvent
-
Returns the time when the application started, in milliseconds
elapsed since 01.01.1970.
- getSupportedTypes() - Method in class org.apache.log4j.config.Log4j1ConfigurationFactory
-
- getSupportedTypes() - Method in class org.apache.log4j.config.PropertiesConfigurationFactory
-
- getSupportedTypes() - Method in class org.apache.log4j.xml.XmlConfigurationFactory
-
- getSyslogEquivalent() - Method in class org.apache.log4j.Priority
-
Returns the syslog equivalent of this priority as an integer.
- getSystemProperty(String, String) - Static method in class org.apache.log4j.helpers.OptionConverter
-
- getTestPrefix() - Method in class org.apache.log4j.config.PropertiesConfigurationFactory
-
- getTestPrefix() - Method in class org.apache.log4j.xml.XmlConfigurationFactory
-
- getThreadId() - Method in class org.apache.log4j.bridge.LogEventWrapper
-
- getThreadName() - Method in class org.apache.log4j.bridge.LogEventAdapter
-
- getThreadName() - Method in class org.apache.log4j.bridge.LogEventWrapper
-
- getThreadName() - Method in class org.apache.log4j.spi.LoggingEvent
-
- getThreadPriority() - Method in class org.apache.log4j.bridge.LogEventWrapper
-
- getThreshold() - Method in class org.apache.log4j.AppenderSkeleton
-
- getThreshold() - Method in interface org.apache.log4j.spi.LoggerRepository
-
Get the repository-wide threshold.
- getThrowable() - Method in class org.apache.log4j.RenderedMessage
-
- getThrowable() - Method in class org.apache.log4j.spi.ThrowableInformation
-
- getThrowableInformation() - Method in class org.apache.log4j.bridge.LogEventAdapter
-
Returns the throwable information contained within this
event.
- getThrowableInformation() - Method in class org.apache.log4j.spi.LoggingEvent
-
Returns the throwable information contained within this
event.
- getThrowableStrRep() - Method in class org.apache.log4j.bridge.LogEventAdapter
-
Return this event's throwable's string[] representaion.
- getThrowableStrRep() - Method in class org.apache.log4j.spi.LoggingEvent
-
Return this event's throwable's string[] representaion.
- getThrowableStrRep() - Method in class org.apache.log4j.spi.ThrowableInformation
-
- getThrown() - Method in class org.apache.log4j.bridge.LogEventWrapper
-
- getThrownProxy() - Method in class org.apache.log4j.bridge.LogEventWrapper
-
- getTimeMillis() - Method in class org.apache.log4j.bridge.LogEventWrapper
-
- getTimeStamp() - Method in class org.apache.log4j.bridge.LogEventAdapter
-
- getTimeStamp() - Method in class org.apache.log4j.spi.LoggingEvent
-
- getVersion() - Method in class org.apache.log4j.config.PropertiesConfigurationFactory
-
- getVersion() - Method in class org.apache.log4j.xml.XmlConfigurationFactory
-
- l7dlog(Priority, String, Throwable) - Method in class org.apache.log4j.Category
-
- l7dlog(Priority, String, Object[], Throwable) - Method in class org.apache.log4j.Category
-
- layout - Variable in class org.apache.log4j.AppenderSkeleton
-
- Layout - Class in org.apache.log4j
-
- Layout() - Constructor for class org.apache.log4j.Layout
-
- LAYOUT_TAG - Static variable in class org.apache.log4j.xml.XmlConfiguration
-
- LayoutAdapter - Class in org.apache.log4j.bridge
-
Class Description goes here.
- LayoutAdapter(Layout) - Constructor for class org.apache.log4j.bridge.LayoutAdapter
-
- LayoutBuilder - Interface in org.apache.log4j.builders.layout
-
Define a Layout Builder.
- LayoutWrapper - Class in org.apache.log4j.bridge
-
Bridge between the Log4j 1 Layout and a Log4j 2 Layout.
- LayoutWrapper(Layout<?>) - Constructor for class org.apache.log4j.bridge.LayoutWrapper
-
- Level - Class in org.apache.log4j
-
Defines the minimum set of levels recognized by the system, that is
OFF
, FATAL
, ERROR
,
WARN
, INFO
, DEBUG
and ALL
.
- Level(int, String, int) - Constructor for class org.apache.log4j.Level
-
Instantiate a Level object.
- LevelMatchFilterBuilder - Class in org.apache.log4j.builders.filter
-
Build a Level match failter.
- LevelMatchFilterBuilder() - Constructor for class org.apache.log4j.builders.filter.LevelMatchFilterBuilder
-
- LevelMatchFilterBuilder(String, Properties) - Constructor for class org.apache.log4j.builders.filter.LevelMatchFilterBuilder
-
- LevelRangeFilterBuilder - Class in org.apache.log4j.builders.filter
-
Build a Level match failter.
- LevelRangeFilterBuilder() - Constructor for class org.apache.log4j.builders.filter.LevelRangeFilterBuilder
-
- LevelRangeFilterBuilder(String, Properties) - Constructor for class org.apache.log4j.builders.filter.LevelRangeFilterBuilder
-
- LINE_SEP - Static variable in class org.apache.log4j.Layout
-
- LINE_SEP_LEN - Static variable in class org.apache.log4j.Layout
-
Note that the line.separator property can be looked up even by applets.
- LocationInfo - Class in org.apache.log4j.spi
-
The internal representation of caller location information.
- LocationInfo(StackTraceElement) - Constructor for class org.apache.log4j.spi.LocationInfo
-
- log(Priority, Object, Throwable) - Method in class org.apache.log4j.Category
-
- log(Priority, Object) - Method in class org.apache.log4j.Category
-
- log(String, Priority, Object, Throwable) - Method in class org.apache.log4j.Category
-
- Log4j1Configuration - Class in org.apache.log4j.config
-
Class Description goes here.
- Log4j1Configuration(LoggerContext, ConfigurationSource, int) - Constructor for class org.apache.log4j.config.Log4j1Configuration
-
- Log4j1ConfigurationConverter - Class in org.apache.log4j.config
-
Tool for converting a Log4j 1.x properties configuration file to Log4j 2.x XML configuration file.
- Log4j1ConfigurationConverter.CommandLineArguments - Class in org.apache.log4j.config
-
- Log4j1ConfigurationFactory - Class in org.apache.log4j.config
-
Experimental ConfigurationFactory for Log4j 1.2 properties configuration files.
- Log4j1ConfigurationFactory() - Constructor for class org.apache.log4j.config.Log4j1ConfigurationFactory
-
- Log4j1ConfigurationParser - Class in org.apache.log4j.config
-
Experimental parser for Log4j 1.2 properties configuration files.
- Log4j1ConfigurationParser() - Constructor for class org.apache.log4j.config.Log4j1ConfigurationParser
-
- Log4j1MdcPatternConverter - Class in org.apache.log4j.pattern
-
Able to handle the contents of the LogEvent's MDC and either
output the entire contents of the properties, or to output the value of a specific key
within the property bundle when this pattern converter has the option set.
- Log4j1NdcPatternConverter - Class in org.apache.log4j.pattern
-
Returns the event's NDC in a StringBuilder.
- Log4j1XmlLayout - Class in org.apache.log4j.layout
-
Port of XMLLayout in Log4j 1.x.
- Log4jEntityResolver - Class in org.apache.log4j.xml
-
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
-
- LogEventAdapter - Class in org.apache.log4j.bridge
-
Converts a Log4j 2 LogEvent into the components needed by a Log4j 1.x LoggingEvent.
- LogEventAdapter(LogEvent) - Constructor for class org.apache.log4j.bridge.LogEventAdapter
-
- LogEventWrapper - Class in org.apache.log4j.bridge
-
Exposes a Log4j 1 logging event as a Log4j 2 LogEvent.
- LogEventWrapper(LoggingEvent) - Constructor for class org.apache.log4j.bridge.LogEventWrapper
-
- Logger - Class in org.apache.log4j
-
- Logger(String) - Constructor for class org.apache.log4j.Logger
-
- LoggerFactory - Interface in org.apache.log4j.spi
-
Implement this interface to create new instances of Logger or a sub-class of Logger.
- LoggerRepository - Interface in org.apache.log4j.spi
-
A LoggerRepository
is used to create and retrieve Loggers
.
- LoggingEvent - Class in org.apache.log4j.spi
-
No-op version of Log4j 1.2 LoggingEvent.
- LoggingEvent() - Constructor for class org.apache.log4j.spi.LoggingEvent
-
- LogManager - Class in org.apache.log4j
-
- PARAM_TAG - Static variable in class org.apache.log4j.xml.XmlConfiguration
-
- parseAppender(Element, XmlConfiguration) - Method in interface org.apache.log4j.builders.appender.AppenderBuilder
-
- parseAppender(String, String, String, String, Properties, PropertiesConfiguration) - Method in interface org.apache.log4j.builders.appender.AppenderBuilder
-
- parseAppender(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.appender.AsyncAppenderBuilder
-
- parseAppender(String, String, String, String, Properties, PropertiesConfiguration) - Method in class org.apache.log4j.builders.appender.AsyncAppenderBuilder
-
- parseAppender(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.appender.ConsoleAppenderBuilder
-
- parseAppender(String, String, String, String, Properties, PropertiesConfiguration) - Method in class org.apache.log4j.builders.appender.ConsoleAppenderBuilder
-
- parseAppender(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.appender.DailyRollingFileAppenderBuilder
-
- parseAppender(String, String, String, String, Properties, PropertiesConfiguration) - Method in class org.apache.log4j.builders.appender.DailyRollingFileAppenderBuilder
-
- parseAppender(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.appender.FileAppenderBuilder
-
- parseAppender(String, String, String, String, Properties, PropertiesConfiguration) - Method in class org.apache.log4j.builders.appender.FileAppenderBuilder
-
- parseAppender(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.appender.NullAppenderBuilder
-
- parseAppender(String, String, String, String, Properties, PropertiesConfiguration) - Method in class org.apache.log4j.builders.appender.NullAppenderBuilder
-
- parseAppender(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.appender.RewriteAppenderBuilder
-
- parseAppender(String, String, String, String, Properties, PropertiesConfiguration) - Method in class org.apache.log4j.builders.appender.RewriteAppenderBuilder
-
- parseAppender(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.appender.RollingFileAppenderBuilder
-
- parseAppender(String, String, String, String, Properties, PropertiesConfiguration) - Method in class org.apache.log4j.builders.appender.RollingFileAppenderBuilder
-
- parseAppender(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.appender.SyslogAppenderBuilder
-
- parseAppender(String, String, String, String, Properties, PropertiesConfiguration) - Method in class org.apache.log4j.builders.appender.SyslogAppenderBuilder
-
- parseAppender(String, Element, XmlConfiguration) - Method in class org.apache.log4j.builders.BuilderManager
-
- parseAppender(String, String, String, String, String, Properties, PropertiesConfiguration) - Method in class org.apache.log4j.builders.BuilderManager
-
- parseAppender(Properties, String) - Method in class org.apache.log4j.config.PropertiesConfiguration
-
- parseAppender(Element) - Method in class org.apache.log4j.xml.XmlConfiguration
-
Used internally to parse an appender element.
- parseAppenderFilters(Properties, String, String) - Method in class org.apache.log4j.config.PropertiesConfiguration
-
- parseElement(Element, Properties, Class) - Static method in class org.apache.log4j.xml.DOMConfigurator
-
- parseElement(Element, Properties, Class) - Method in class org.apache.log4j.xml.XmlConfiguration
-
Creates an object and processes any nested param elements
but does not call activateOptions.
- parseErrorHandler(Properties, String, String, Appender) - Method in class org.apache.log4j.config.PropertiesConfiguration
-
- parseFilter(String, Element, XmlConfiguration) - Method in class org.apache.log4j.builders.BuilderManager
-
- parseFilter(String, String, Properties, PropertiesConfiguration) - Method in class org.apache.log4j.builders.BuilderManager
-
- parseFilter(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.filter.DenyAllFilterBuilder
-
- parseFilter(PropertiesConfiguration) - Method in class org.apache.log4j.builders.filter.DenyAllFilterBuilder
-
- parseFilter(Element, XmlConfiguration) - Method in interface org.apache.log4j.builders.filter.FilterBuilder
-
- parseFilter(PropertiesConfiguration) - Method in interface org.apache.log4j.builders.filter.FilterBuilder
-
- parseFilter(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.filter.LevelMatchFilterBuilder
-
- parseFilter(PropertiesConfiguration) - Method in class org.apache.log4j.builders.filter.LevelMatchFilterBuilder
-
- parseFilter(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.filter.LevelRangeFilterBuilder
-
- parseFilter(PropertiesConfiguration) - Method in class org.apache.log4j.builders.filter.LevelRangeFilterBuilder
-
- parseFilter(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.filter.StringMatchFilterBuilder
-
- parseFilter(PropertiesConfiguration) - Method in class org.apache.log4j.builders.filter.StringMatchFilterBuilder
-
- parseFilters(Element) - Method in class org.apache.log4j.xml.XmlConfiguration
-
Used internally to parse a filter element.
- parseLayout(String, Element, XmlConfiguration) - Method in class org.apache.log4j.builders.BuilderManager
-
- parseLayout(String, String, Properties, PropertiesConfiguration) - Method in class org.apache.log4j.builders.BuilderManager
-
- parseLayout(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.layout.HtmlLayoutBuilder
-
- parseLayout(PropertiesConfiguration) - Method in class org.apache.log4j.builders.layout.HtmlLayoutBuilder
-
- parseLayout(Element, XmlConfiguration) - Method in interface org.apache.log4j.builders.layout.LayoutBuilder
-
- parseLayout(PropertiesConfiguration) - Method in interface org.apache.log4j.builders.layout.LayoutBuilder
-
- parseLayout(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.layout.PatternLayoutBuilder
-
- parseLayout(PropertiesConfiguration) - Method in class org.apache.log4j.builders.layout.PatternLayoutBuilder
-
- parseLayout(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.layout.SimpleLayoutBuilder
-
- parseLayout(PropertiesConfiguration) - Method in class org.apache.log4j.builders.layout.SimpleLayoutBuilder
-
- parseLayout(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.layout.TTCCLayoutBuilder
-
- parseLayout(PropertiesConfiguration) - Method in class org.apache.log4j.builders.layout.TTCCLayoutBuilder
-
- parseLayout(Element, XmlConfiguration) - Method in class org.apache.log4j.builders.layout.XmlLayoutBuilder
-
- parseLayout(PropertiesConfiguration) - Method in class org.apache.log4j.builders.layout.XmlLayoutBuilder
-
- parseLayout(String, String, Properties) - Method in class org.apache.log4j.config.PropertiesConfiguration
-
- parseLayout(Element) - Method in class org.apache.log4j.xml.XmlConfiguration
-
Used internally to parse a layout element.
- parseRewritePolicy(String, Element, XmlConfiguration) - Method in class org.apache.log4j.builders.BuilderManager
-
- parseRewritePolicy(String, String, Properties, PropertiesConfiguration) - Method in class org.apache.log4j.builders.BuilderManager
-
- parseRewritePolicy(Element, XmlConfiguration) - Method in interface org.apache.log4j.builders.rewrite.RewritePolicyBuilder
-
- parseRewritePolicy(PropertiesConfiguration) - Method in interface org.apache.log4j.builders.rewrite.RewritePolicyBuilder
-
- parseRewritePolicy(Element) - Method in class org.apache.log4j.xml.XmlConfiguration
-
- parseUnrecognizedElement(Element, Properties) - Method in interface org.apache.log4j.xml.UnrecognizedElementHandler
-
Called to inform a configured object when
an unrecognized child element is encountered.
- PatternLayout - Class in org.apache.log4j
-
- PatternLayout(String) - Constructor for class org.apache.log4j.PatternLayout
-
- PatternLayoutBuilder - Class in org.apache.log4j.builders.layout
-
Build a Pattern Layout
- PatternLayoutBuilder() - Constructor for class org.apache.log4j.builders.layout.PatternLayoutBuilder
-
- PatternLayoutBuilder(String, Properties) - Constructor for class org.apache.log4j.builders.layout.PatternLayoutBuilder
-
- peek() - Static method in class org.apache.log4j.NDC
-
Looks at the last diagnostic context at the top of this NDC
without removing it.
- pop() - Static method in class org.apache.log4j.NDC
-
Clients should call this method before leaving a diagnostic
context.
- Priority - Class in org.apache.log4j
-
Refrain from using this class directly, use
the Level
class instead.
- Priority() - Constructor for class org.apache.log4j.Priority
-
Default constructor for deserialization.
- Priority(int, String, int) - Constructor for class org.apache.log4j.Priority
-
Instantiate a level object.
- PropertiesConfiguration - Class in org.apache.log4j.config
-
Construct a configuration based on Log4j 1 properties.
- PropertiesConfiguration(LoggerContext, ConfigurationSource, int) - Constructor for class org.apache.log4j.config.PropertiesConfiguration
-
Constructor.
- PropertiesConfigurationFactory - Class in org.apache.log4j.config
-
Configures Log4j from a log4j 1 format properties file.
- PropertiesConfigurationFactory() - Constructor for class org.apache.log4j.config.PropertiesConfigurationFactory
-
- PropertyConfigurator - Class in org.apache.log4j
-
A configurator for properties.
- PropertyConfigurator() - Constructor for class org.apache.log4j.PropertyConfigurator
-
- PropertyRewritePolicy - Class in org.apache.log4j.rewrite
-
This policy rewrites events by adding
a user-specified list of properties to the event.
- PropertyRewritePolicy() - Constructor for class org.apache.log4j.rewrite.PropertyRewritePolicy
-
- PropertySetter - Class in org.apache.log4j.config
-
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 in org.apache.log4j.config
-
Thrown when an error is encountered whilst attempting to set a property
using the
PropertySetter
utility class.
- PropertySetterException(String) - Constructor for exception org.apache.log4j.config.PropertySetterException
-
Construct the exception with the given message.
- PropertySetterException(Throwable) - Constructor for exception org.apache.log4j.config.PropertySetterException
-
Construct the exception with the given root cause.
- props - Variable in class org.apache.log4j.config.PropertySetter
-
- push(String) - Static method in class org.apache.log4j.NDC
-
Push new diagnostic context information for the current thread.
- put(String, String) - Static method in class org.apache.log4j.MDC
-
- put(String, Object) - Static method in class org.apache.log4j.MDC
-
- set(Boolean) - Method in class org.apache.log4j.builders.BooleanHolder
-
Deprecated.
- set(V) - Method in class org.apache.log4j.builders.Holder
-
Deprecated.
- setAdditivity(boolean) - Method in class org.apache.log4j.Category
-
- setAdditivity(Logger, boolean) - Static method in class org.apache.log4j.legacy.core.CategoryUtil
-
- setAppender(Appender) - Method in class org.apache.log4j.AppenderSkeleton.NoOpErrorHandler
-
- setAppender(Appender) - Method in interface org.apache.log4j.spi.ErrorHandler
-
Set the appender for which errors are handled.
- setBackupAppender(Appender) - Method in class org.apache.log4j.AppenderSkeleton.NoOpErrorHandler
-
- setBackupAppender(Appender) - Method in interface org.apache.log4j.spi.ErrorHandler
-
Set the appender to fallback upon in case of failure.
- setEncoding(String) - Method in class org.apache.log4j.WriterAppender
-
- setEndOfBatch(boolean) - Method in class org.apache.log4j.bridge.LogEventWrapper
-
- setErrorHandler(ErrorHandler) - Method in interface org.apache.log4j.Appender
-
- setErrorHandler(ErrorHandler) - Method in class org.apache.log4j.AppenderSkeleton
-
- setErrorHandler(ErrorHandler) - Method in class org.apache.log4j.bridge.AppenderWrapper
-
- setErrorHandler(ErrorHandler) - Method in class org.apache.log4j.helpers.QuietWriter
-
- setErrorHandler(ErrorHandler) - Method in class org.apache.log4j.WriterAppender
-
- setFailFast(boolean) - Method in class org.apache.log4j.config.Log4j1ConfigurationConverter.CommandLineArguments
-
- 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.
- setIncludeLocation(boolean) - Method in class org.apache.log4j.bridge.LogEventWrapper
-
- setLayout(Layout) - Method in interface org.apache.log4j.Appender
-
Set the
Layout
for this appender.
- setLayout(Layout) - Method in class org.apache.log4j.AppenderSkeleton
-
- setLayout(Layout) - Method in class org.apache.log4j.bridge.AppenderWrapper
-
- setLevel(Level) - Method in class org.apache.log4j.Category
-
- setLevel(Logger, Level) - Static method in class org.apache.log4j.legacy.core.CategoryUtil
-
- setLogger(Logger) - Method in class org.apache.log4j.AppenderSkeleton.NoOpErrorHandler
-
- 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.
- setMaxDepth(int) - Static method in class org.apache.log4j.NDC
-
Set maximum depth of this diagnostic context.
- setName(String) - Method in interface org.apache.log4j.Appender
-
Set the name of this appender.
- setName(String) - Method in class org.apache.log4j.AppenderSkeleton
-
- setName(String) - Method in class org.apache.log4j.bridge.AppenderWrapper
-
- setNext(Filter) - Method in class org.apache.log4j.spi.Filter
-
Set the next filter pointer.
- setParameter(Element, PropertySetter, Properties) - Static method in class org.apache.log4j.xml.DOMConfigurator
-
- setParameter(Element, PropertySetter, Properties) - Method in class org.apache.log4j.xml.XmlConfiguration
-
Sets a parameter based from configuration file content.
- setPathIn(Path) - Method in class org.apache.log4j.config.Log4j1ConfigurationConverter.CommandLineArguments
-
- setPathOut(Path) - Method in class org.apache.log4j.config.Log4j1ConfigurationConverter.CommandLineArguments
-
- setPriority(Priority) - Method in class org.apache.log4j.Category
-
- 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.rewrite.PropertyRewritePolicy
-
Set a string representing the property name/value pairs.
- setProperty(String, String) - Method in class org.apache.log4j.config.PropertySetter
-
Set a property on this PropertySetter's Object.
- setProperty(PropertyDescriptor, String, String) - Method in class org.apache.log4j.config.PropertySetter
-
- setProperty(String, String) - Method in class org.apache.log4j.spi.LoggingEvent
-
- setRecurseIntoPath(Path) - Method in class org.apache.log4j.config.Log4j1ConfigurationConverter.CommandLineArguments
-
- setRepositorySelector(RepositorySelector, Object) - Static method in class org.apache.log4j.LogManager
-
No-op implementation.
- setResourceBundle(ResourceBundle) - Method in class org.apache.log4j.Category
-
- setThreshold(Priority) - Method in class org.apache.log4j.AppenderSkeleton
-
- setThreshold(Level) - Method in interface org.apache.log4j.spi.LoggerRepository
-
Set the repository-wide threshold.
- setThreshold(String) - Method in interface org.apache.log4j.spi.LoggerRepository
-
- setVerbose(boolean) - Method in class org.apache.log4j.config.Log4j1ConfigurationConverter.CommandLineArguments
-
- setWriter(Writer) - Method in class org.apache.log4j.WriterAppender
-
Sets the Writer where the log output will go.
- shouldFlush(LoggingEvent) - Method in class org.apache.log4j.WriterAppender
-
Determines whether the writer should be flushed after
this event is written.
- shutdown() - Static method in class org.apache.log4j.Category
-
No-op implementation.
- shutdown() - Static method in class org.apache.log4j.LogManager
-
No-op implementation.
- shutdown() - Method in interface org.apache.log4j.spi.LoggerRepository
-
- SimpleLayout - Class in org.apache.log4j
-
Simple-layout.
- SimpleLayout() - Constructor for class org.apache.log4j.SimpleLayout
-
- SimpleLayoutBuilder - Class in org.apache.log4j.builders.layout
-
Build a Pattern Layout
- SimpleLayoutBuilder() - Constructor for class org.apache.log4j.builders.layout.SimpleLayoutBuilder
-
- start() - Method in class org.apache.log4j.bridge.FilterAdapter
-
- stop() - Method in class org.apache.log4j.bridge.AppenderAdapter.Adapter
-
- StringMatchFilterBuilder - Class in org.apache.log4j.builders.filter
-
Build a String match filter.
- StringMatchFilterBuilder() - Constructor for class org.apache.log4j.builders.filter.StringMatchFilterBuilder
-
- subAppend(LoggingEvent) - Method in class org.apache.log4j.WriterAppender
-
Actual writing occurs here.
- subst(String, Properties) - Static method in class org.apache.log4j.xml.DOMConfigurator
-
- subst(String, Properties) - Method in class org.apache.log4j.xml.XmlConfiguration
-
Substitutes property value for any references in expression.
- substVars(String, Properties) - Static method in class org.apache.log4j.helpers.OptionConverter
-
Perform variable substitution in string val
from the
values of keys found in the system propeties.
- SyslogAppenderBuilder - Class in org.apache.log4j.builders.appender
-
Build a File Appender
- SyslogAppenderBuilder() - Constructor for class org.apache.log4j.builders.appender.SyslogAppenderBuilder
-
- SyslogAppenderBuilder(String, Properties) - Constructor for class org.apache.log4j.builders.appender.SyslogAppenderBuilder
-