|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
AbsoluteTimeDateFormat
in layouts.
Date
in the format "HH:mm:ss,SSS" for example,
"15:49:37,459".null
, then FileAppender.setFile(java.lang.String)
is called with the values of File and
Append properties.
ExternallyRolledFileAppender.setPort(int)
.
event
as the last event in the buffer.
newAppender
to the list of appenders of this
Category instance.
newAppender
to the list of appenders of this
Category instance.
HierarchyEventListener
event to the repository.
HierarchyEventListener
event to the repository.
ALL
has the lowest possible rank and is intended to
turn on all logging.
AppenderSkeleton
should implement this
method to perform actual logging.
AppenderSkeleton
should implement this
method to perform actual logging.
LoggingEvent
record to the
LF5Appender
.
AppenderSkeleton.doAppend(org.apache.log4j.spi.LoggingEvent)
method to
do most of the real appending work.
AppenderSkeleton
should implement this
method to perform actual logging.
AppenderSkeleton.doAppend(org.apache.log4j.spi.LoggingEvent)
method.
AppenderAttachable
interface.AppenderFinalizer
has a single method that will finalize
resources associated with a LogBrokerMonitor
in the event
that the LF5Appender
class is destroyed, and the class loader
is garbage collected.doAppend
method on all attached appenders.
assertion
parameter is false
, then
logs msg
as an error
statement.
assertion
parameter is false
, then
logs msg
as an error
statement.
org.xml.sax.Attributes
objects.BoundedFIFO
serves as the bounded first-in-first-out
buffer heavily used by the AsyncAppender
.this
.
this
.
Logger
subclass.Category
instance and
sets its name.
LogEvent.getLoggerName()
method instead.
LoggingEvent.getLoggerName()
method instead.
AsyncAppender
by interrupting the dispatcher
thread which will process all pending events before exiting.
org.apache.log4j.Appender
interface.
AsyncAppender
by interrupting the dispatcher
thread which will process all pending events before exiting.
Writer
.
Writer
.
LogLog.DEBUG_KEY
instead.
ConsoleAppender
that uses PatternLayout
using the PatternLayout.TTCC_CONVERSION_PATTERN
and
prints to System.out
to the root category.
appender
to the root category.
LF5Appender
using a
default configuration file.
configURL
.
properties
.
configuration
element as
defined in the log4j.dtd.
DOMConfigurator.doConfigure(String, LoggerRepository)
.
DOMConfigurator.doConfigure(URL, LoggerRepository)
.
PropertyConfigurator.configureAndWatch(String, long)
except that the
default delay as defined by FileWatchdog.DEFAULT_DELAY
is
used.
configFilename
if it
exists.
DOMConfigurator.configureAndWatch(String, long)
except that the
default delay as defined by FileWatchdog.DEFAULT_DELAY
is
used.
configFilename
if it
exists.
Properties
object for a
LoggerFactory
entry specified by PropertyConfigurator.LOGGER_FACTORY_KEY
.
System.out
or
System.err
using a layout specified by the user.val
a String parameter to an object of a
given type.
LoggingEvents
for immediate or differed display.maxSize
events.
FileAppender
so that the
underlying file is rolled over at a user chosen frequency.DailyRollingFileAppender
and open the
file designated by filename
.
DateTimeDateFormat
in layouts.
Date
in the format "dd MMM yyyy HH:mm:ss,SSS" for example,
"06 Nov 1994 15:49:37,459".DEBUG
level.
DEBUG
level including
the stack trace of the Throwable
t
passed as
parameter.
DEBUG
Level designates fine-grained
informational events that are most useful to debug an
application.
Level.DEBUG
instead.
DEBUG
level.
DEBUG
level including
the stack trace of the Throwable
t
passed as
parameter.
System.out
.
DENY
, then the event will be
dropped.
Filter.DENY
regardless of the LoggingEvent
parameter.
Filter.NEUTRAL
is there is no string match.
DefaultLF5Configurator
provides a default
configuration for the LF5Appender
.Appender
specific way.
AppenderSkeleton.append(org.apache.log4j.spi.LoggingEvent)
method.
IllegalStateException
if used.
IllegalStateException
if used.
properties
.
configURL
.
configURL
.
Message
.
Attributes
.
ThreadGroup
object similar to the way that the
ThreadGroup.list()
method output information.
ERROR
Level.
ERROR
level including
the stack trace of the Throwable
t
passed as
parameter.
System.err
.
System.err
.
System.err
.
ERROR
level designates error events that
might still allow the application to continue running.
Level.ERROR
instead.
ErrorHandler.error(String, Exception, int,
LoggingEvent event)
with the the event parameteter set to
null
.
ERROR
Level.
ERROR
level including
the stack trace of the Throwable
t
passed as
parameter.
System.err
.
System.err
.
System.err
.
ErrorHandlers
.LogManager.exists(java.lang.String)
instead.
FallbackErrorHandler
implements the ErrorHandler
interface such that a secondary appender may be specified.FATAL
Level.
FATAL
level including
the stack trace of the Throwable
t
passed as
parameter.
FATAL
level designates very severe error
events that will presumably lead the application to abort.
Level.FATAL
instead.
FATAL
Level.
FATAL
level including
the stack trace of the Throwable
t
passed as
parameter.
FileAppender
and open the file
designated by filename
.
filename
.
filename
.
close
method.
o
parameter.
key
in
props
.
sbuf
the time in the format
"HH:mm:ss,SSS" for example, "15:49:37,459"
sbuf
the date in the format "dd MMM yyyy
HH:mm:ss,SSS" for example, "06 Nov 1994 08:49:37,459".
sbuf
.
sbuf
the number of milliseconds elapsed
since the start of the application.
level
, followed by " - " and then the
message
.
NDC
information.
LoggingEvent
in conformance with the log4j.dtd.
fully.qualified.classname.of.caller.methodName(Filename.java:line)
key
parameter.
LoggingEvent.getNDC()
method instead.
RendererMap.get(Class)
with the
class of the object parameter.
clazz
for a renderer.
AcceptOnMatch
option.
Enumeration
.
Enumeration
.
name
.
name
.
name
.
Category.getEffectiveLevel()
method
instead.
LogManager.getCurrentLoggers()
instead.
Hierarchy.getCurrentLoggers()
instead.
Enumeration
.
LogManager.getLoggerRepository()
instead.
ErrorHandler
for this appender.
ErrorHandler
for this
Appender.
Category.getLoggerRepository()
instead.
Logger.getLogger(String)
instead.
Logger.getLogger(Class)
instead.
Level
, if any, for this Category.
LevelMax
option.
LevelMin
option.
factory
.
name
parameter.
getLogger(clazz.getName())
.
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.
Logger
instance.
Logger
instance.
Logger
instance.
LoggerRepository
where this
Category
is attached.
LoggerRepository
depending on the
context.
key
parameter.
key
parameter.
new
.
setOption
method.
Category.getLevel()
instead.
resource
in different
places.
ResourceBundle
for this
category.
ResourceBundle
for this
category.
key
in
this category's inherited resource bundle.
Logger.getRootLogger()
instead.
System.getProperty
except
that the SecurityException
is hidden.
Level
representation of the enable
state.
Hierarchy
.Exceptions
.
LoggingEvent
, then the layout should return
false
.
Exceptions
.
LoggingEvents
.
LoggingEvents
.
LoggingEvents
.
INFO
Level.
INFO
level including
the stack trace of the Throwable
t
passed as
parameter.
INFO
level designates informational messages
that highlight the progress of the application at coarse-grained
level.
Level.INFO
instead.
INFO
Level.
INFO
level including
the stack trace of the Throwable
t
passed as
parameter.
Introspector
to computer setters of object to be
configured.
true
if the specified appender is in the
list of attached appenders, false
otherwise.
true
if the specified appender is in list of
attached attached, false
otherwise.
DEBUG
Level.
DEBUG
Level.
true
if this repository is
disabled for level
object passed as parameter and
false
otherwise.
Level
passed as parameter.
Level
passed as parameter.
true
if the buffer is full, that is, whether
the number of elements in the buffer equals the buffer size.
true
if this level has a higher or equal
level than the level passed as argument, false
otherwise.
ISO8601DateFormat
in layouts.
Date
in the format "yyyy-MM-dd HH:mm:ss,SSS" for example
"1999-11-27 15:49:37,459".Priority
levels will
be displayed in colored font when the LogMonitorAppender
renders this log message.
JMSAppender
.OFF
, FATAL
, ERROR
,
WARN
, INFODEBUG
and
ALL
.LogEvent.getLevel()
method instead.
LoggingEvent.getLevel()
method instead.
LF5Appender
logs events to a swing based logging
console.LF5Appender
using the default instance of
the LogBrokerMonitor
.
LF5Appender using an instance of
a LogBrokerMonitor supplied by the user.
LF5SwingUtils - Class in org.apache.log4j.lf5.viewer
Provides methods to accomplish common yet non-trivial tasks
with Swing.
LF5SwingUtils() -
Constructor for class org.apache.log4j.lf5.viewer.LF5SwingUtils
LINE_SEP -
Static variable in class org.apache.log4j.Layout
LINE_SEP_LEN -
Static variable in class org.apache.log4j.Layout
LineLocationPatternConverter - Class in org.apache.log4j.pattern
Return the event's line location information in a StringBuffer.
LineSeparatorPatternConverter - Class in org.apache.log4j.pattern
Formats a line separator.
LiteralPatternConverter - Class in org.apache.log4j.pattern
Formats a string literal.
LiteralPatternConverter(String) -
Constructor for class org.apache.log4j.pattern.LiteralPatternConverter
Create a new instance.
load() -
Method in class org.apache.log4j.lf5.viewer.configure.ConfigurationManager
load() -
Method in class org.apache.log4j.lf5.viewer.configure.MRUFileManager
Loads the MRU file list in from a file and stores it in a LinkedList.
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 in org.apache.log4j.helpers
Load resources (or images) from various sources.
Loader() -
Constructor for class org.apache.log4j.helpers.Loader
loadLogFile(File) -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
Loads and parses a log file.
loadLogFile(URL) -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
Loads a parses a log file running on a server.
LOCATION -
Static variable in class org.apache.log4j.lf5.viewer.LogTableColumn
LOCATION_DELIMITER -
Static variable in class org.apache.log4j.lf5.util.LogFileParser
LOCATION_INFO_OPTION -
Static variable in class org.apache.log4j.HTMLLayout
Deprecated. Options are now handled using the JavaBeans paradigm.
This constant is not longer needed and will be removed in the
near term.
LocationInfo - Class in org.apache.log4j.spi
The internal representation of caller location information.
LocationInfo(Throwable, String) -
Constructor for class org.apache.log4j.spi.LocationInfo
Instantiate location information based on a Throwable.
LocationInfo(String, String, String, String) -
Constructor for class org.apache.log4j.spi.LocationInfo
Create new instance.
locationInformationExists() -
Method in class org.apache.log4j.pattern.LogEvent
Check for the existence of location information without creating it
(a byproduct of calling getLocationInformation).
locationInformationExists() -
Method in class org.apache.log4j.spi.LoggingEvent
Check for the existence of location information without creating it
(a byproduct of calling getLocationInformation).
log(Priority, 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
This generic form is intended to be used by wrappers.
log(String, Priority, Object, Throwable) -
Method in class org.apache.log4j.Category
This is the most generic printing method.
log(String, LogLevel, String, Throwable, String) -
Method in class org.apache.log4j.lf5.util.LogMonitorAdapter
Log a complete message to the Monitor.
log(String, String) -
Method in class org.apache.log4j.lf5.util.LogMonitorAdapter
Log a message to the Monitor and use the default LogLevel.
log(String, LogLevel, String, String) -
Method in class org.apache.log4j.lf5.util.LogMonitorAdapter
Log a message to the Monitor.
log(String, LogLevel, String, Throwable) -
Method in class org.apache.log4j.lf5.util.LogMonitorAdapter
Log a message to the Monitor.
log(String, LogLevel, String) -
Method in class org.apache.log4j.lf5.util.LogMonitorAdapter
Log a message to the Monitor.
log(Logger, Level, String, Object[]) -
Static method in class org.apache.log4j.LogMF
Log a parameterized message at specified level.
log(Logger, Level, Throwable, String, Object[]) -
Static method in class org.apache.log4j.LogMF
Log a parameterized message at specified level.
log(Logger, Level, String, Object) -
Static method in class org.apache.log4j.LogMF
Log a parameterized message at specified level.
log(Logger, Level, String, boolean) -
Static method in class org.apache.log4j.LogMF
Log a parameterized message at specified level.
log(Logger, Level, String, byte) -
Static method in class org.apache.log4j.LogMF
Log a parameterized message at specified level.
log(Logger, Level, String, char) -
Static method in class org.apache.log4j.LogMF
Log a parameterized message at specified level.
log(Logger, Level, String, short) -
Static method in class org.apache.log4j.LogMF
Log a parameterized message at specified level.
log(Logger, Level, String, int) -
Static method in class org.apache.log4j.LogMF
Log a parameterized message at specified level.
log(Logger, Level, String, long) -
Static method in class org.apache.log4j.LogMF
Log a parameterized message at specified level.
log(Logger, Level, String, float) -
Static method in class org.apache.log4j.LogMF
Log a parameterized message at specified level.
log(Logger, Level, String, double) -
Static method in class org.apache.log4j.LogMF
Log a parameterized message at specified level.
log(Logger, Level, String, Object, Object) -
Static method in class org.apache.log4j.LogMF
Log a parameterized message at specified level.
log(Logger, Level, String, Object, Object, Object) -
Static method in class org.apache.log4j.LogMF
Log a parameterized message at specifed level.
log(Logger, Level, String, Object, Object, Object, Object) -
Static method in class org.apache.log4j.LogMF
Log a parameterized message at specified level.
log(Logger, Level, String, Object[]) -
Static method in class org.apache.log4j.LogSF
Log a parameterized message at specified level.
log(Logger, Level, Throwable, String, Object[]) -
Static method in class org.apache.log4j.LogSF
Log a parameterized message at specified level.
log(Logger, Level, String, Object) -
Static method in class org.apache.log4j.LogSF
Log a parameterized message at specified level.
log(Logger, Level, String, boolean) -
Static method in class org.apache.log4j.LogSF
Log a parameterized message at specified level.
log(Logger, Level, String, byte) -
Static method in class org.apache.log4j.LogSF
Log a parameterized message at specified level.
log(Logger, Level, String, char) -
Static method in class org.apache.log4j.LogSF
Log a parameterized message at specified level.
log(Logger, Level, String, short) -
Static method in class org.apache.log4j.LogSF
Log a parameterized message at specified level.
log(Logger, Level, String, int) -
Static method in class org.apache.log4j.LogSF
Log a parameterized message at specified level.
log(Logger, Level, String, long) -
Static method in class org.apache.log4j.LogSF
Log a parameterized message at specified level.
log(Logger, Level, String, float) -
Static method in class org.apache.log4j.LogSF
Log a parameterized message at specified level.
log(Logger, Level, String, double) -
Static method in class org.apache.log4j.LogSF
Log a parameterized message at specified level.
log(Logger, Level, String, Object, Object) -
Static method in class org.apache.log4j.LogSF
Log a parameterized message at specified level.
log(Logger, Level, String, Object, Object, Object) -
Static method in class org.apache.log4j.LogSF
Log a parameterized message at specifed level.
log(Logger, Level, String, Object, Object, Object, Object) -
Static method in class org.apache.log4j.LogSF
Log a parameterized message at specified level.
log(Priority, Object, Throwable) -
Method in class org.apache.log4j.spi.NOPLogger
This generic form is intended to be used by wrappers.
log(Priority, Object) -
Method in class org.apache.log4j.spi.NOPLogger
This generic form is intended to be used by wrappers.
log(String, Priority, Object, Throwable) -
Method in class org.apache.log4j.spi.NOPLogger
This is the most generic printing method.
LOG4J_LOG_LEVELS -
Static variable in class org.apache.log4j.lf5.util.LogMonitorAdapter
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
Log4JLogRecord - Class in org.apache.log4j.lf5
A Log4JLogRecord
encapsulates
the details of your log4j LoggingEvent
in a format usable
by the LogBrokerMonitor
.
Log4JLogRecord() -
Constructor for class org.apache.log4j.lf5.Log4JLogRecord
Constructs an instance of a Log4JLogRecord
.
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
LogBrokerMonitor - Class in org.apache.log4j.lf5.viewer
LogBrokerMonitor
.
LogBrokerMonitor(List) -
Constructor for class org.apache.log4j.lf5.viewer.LogBrokerMonitor
Construct a LogBrokerMonitor.
LogEvent - Class in org.apache.log4j.pattern
This class is a copy of o.a.l.spi.LoggingEvent from
log4j 1.2.15 which has been renamed to keep
the same overall class name length to allow a
serialization written with a prior instance of o.a.l.spi.LoggingEvent
to be deserialized with this class just by mangling the class name
in the byte stream.
LogEvent(String, Category, Priority, Object, Throwable) -
Constructor for class org.apache.log4j.pattern.LogEvent
Instantiate a LoggingEvent from the supplied parameters.
LogEvent(String, Category, long, Priority, Object, Throwable) -
Constructor for class org.apache.log4j.pattern.LogEvent
Instantiate a LoggingEvent from the supplied parameters.
LogEvent(String, Logger, long, Level, Object, String, ThrowableInformation, String, LocationInfo, Map) -
Constructor for class org.apache.log4j.pattern.LogEvent
Create new instance.
LogFactor5Dialog - Class in org.apache.log4j.lf5.viewer
LogFactor5Dialog
LogFactor5Dialog(JFrame, String, boolean) -
Constructor for class org.apache.log4j.lf5.viewer.LogFactor5Dialog
LogFactor5ErrorDialog - Class in org.apache.log4j.lf5.viewer
LogFactor5ErrorDialog
LogFactor5ErrorDialog(JFrame, String) -
Constructor for class org.apache.log4j.lf5.viewer.LogFactor5ErrorDialog
LogFactor5InputDialog - Class in org.apache.log4j.lf5.viewer
LogFactor5InputDialog
Creates a popup input dialog box so that users can enter
a URL to open a log file from.
LogFactor5InputDialog(JFrame, String, String) -
Constructor for class org.apache.log4j.lf5.viewer.LogFactor5InputDialog
Configures an input dialog box using a defualt size for the text field.
LogFactor5InputDialog(JFrame, String, String, int) -
Constructor for class org.apache.log4j.lf5.viewer.LogFactor5InputDialog
Configures an input dialog box.
LogFactor5LoadingDialog - Class in org.apache.log4j.lf5.viewer
LogFactor5LoadingDialog
LogFactor5LoadingDialog(JFrame, String) -
Constructor for class org.apache.log4j.lf5.viewer.LogFactor5LoadingDialog
LogFileParser - Class in org.apache.log4j.lf5.util
Provides utility methods for input and output streams.
LogFileParser(File) -
Constructor for class org.apache.log4j.lf5.util.LogFileParser
LogFileParser(InputStream) -
Constructor for class org.apache.log4j.lf5.util.LogFileParser
Logger - Class in org.apache.log4j
This is the central class in the log4j package.
Logger(String) -
Constructor for class org.apache.log4j.Logger
LOGGER_FACTORY_KEY -
Static variable in class org.apache.log4j.PropertyConfigurator
Key for specifying the LoggerFactory
.
LoggerDynamicMBean - Class in org.apache.log4j.jmx
LoggerDynamicMBean(Logger) -
Constructor for class org.apache.log4j.jmx.LoggerDynamicMBean
loggerFactory -
Variable in class org.apache.log4j.PropertyConfigurator
LoggerFactory - Interface in org.apache.log4j.spi
Implement this interface to create new instances of Logger or
a sub-class of Logger.
LoggerPatternConverter - Class in org.apache.log4j.pattern
Formats a logger name.
LoggerRepository - Interface in org.apache.log4j.spi
A LoggerRepository
is used to create and retrieve
Loggers
.
LoggingEvent - Class in org.apache.log4j.spi
The internal representation of logging events.
LoggingEvent(String, Category, Priority, Object, Throwable) -
Constructor for class org.apache.log4j.spi.LoggingEvent
Instantiate a LoggingEvent from the supplied parameters.
LoggingEvent(String, Category, long, Priority, Object, Throwable) -
Constructor for class org.apache.log4j.spi.LoggingEvent
Instantiate a LoggingEvent from the supplied parameters.
LoggingEvent(String, Category, long, Level, Object, String, ThrowableInformation, String, LocationInfo, Map) -
Constructor for class org.apache.log4j.spi.LoggingEvent
Create new instance.
LoggingEventPatternConverter - Class in org.apache.log4j.pattern
LoggingEventPatternConverter is a base class for pattern converters
that can format information from instances of LoggingEvent.
LoggingEventPatternConverter(String, String) -
Constructor for class org.apache.log4j.pattern.LoggingEventPatternConverter
Constructs an instance of LoggingEventPatternConverter.
LogLevel - Class in org.apache.log4j.lf5
The LogLevel class defines a set of standard logging levels.
LogLevel(String, int) -
Constructor for class org.apache.log4j.lf5.LogLevel
LogLevelFormatException - Exception in org.apache.log4j.lf5
Thrown to indicate that the client has attempted to convert a string
to one the LogLevel types, but the string does not have the appropriate
format.
LogLevelFormatException(String) -
Constructor for exception org.apache.log4j.lf5.LogLevelFormatException
LogLog - Class in org.apache.log4j.helpers
This class used to output log statements from within the log4j package.
LogLog() -
Constructor for class org.apache.log4j.helpers.LogLog
LogManager - Class in org.apache.log4j
Use the LogManager
class to retreive Logger
instances or to operate on the current LoggerRepository
.
LogManager() -
Constructor for class org.apache.log4j.LogManager
LogMF - Class in org.apache.log4j
This class provides parameterized logging services
using the pattern syntax of java.text.MessageFormat.
LogMonitorAdapter - Class in org.apache.log4j.lf5.util
LogMonitorAdapter facilitates the usage of the LogMonitor
logrb(Logger, Level, String, String, Object[]) -
Static method in class org.apache.log4j.LogMF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, Throwable, String, String, Object[]) -
Static method in class org.apache.log4j.LogMF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, Object) -
Static method in class org.apache.log4j.LogMF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, boolean) -
Static method in class org.apache.log4j.LogMF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, char) -
Static method in class org.apache.log4j.LogMF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, byte) -
Static method in class org.apache.log4j.LogMF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, short) -
Static method in class org.apache.log4j.LogMF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, int) -
Static method in class org.apache.log4j.LogMF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, long) -
Static method in class org.apache.log4j.LogMF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, float) -
Static method in class org.apache.log4j.LogMF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, double) -
Static method in class org.apache.log4j.LogMF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, Object, Object) -
Static method in class org.apache.log4j.LogMF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, Object, Object, Object) -
Static method in class org.apache.log4j.LogMF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, Object, Object, Object, Object) -
Static method in class org.apache.log4j.LogMF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, Object[]) -
Static method in class org.apache.log4j.LogSF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, Throwable, String, String, Object[]) -
Static method in class org.apache.log4j.LogSF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, Object) -
Static method in class org.apache.log4j.LogSF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, boolean) -
Static method in class org.apache.log4j.LogSF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, char) -
Static method in class org.apache.log4j.LogSF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, byte) -
Static method in class org.apache.log4j.LogSF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, short) -
Static method in class org.apache.log4j.LogSF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, int) -
Static method in class org.apache.log4j.LogSF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, long) -
Static method in class org.apache.log4j.LogSF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, float) -
Static method in class org.apache.log4j.LogSF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, double) -
Static method in class org.apache.log4j.LogSF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, Object, Object) -
Static method in class org.apache.log4j.LogSF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, Object, Object, Object) -
Static method in class org.apache.log4j.LogSF
Log a parameterized message using a pattern from a resource bundle.
logrb(Logger, Level, String, String, Object, Object, Object, Object) -
Static method in class org.apache.log4j.LogSF
Log a parameterized message using a pattern from a resource bundle.
LogRecord - Class in org.apache.log4j.lf5
LogRecord.
LogRecord() -
Constructor for class org.apache.log4j.lf5.LogRecord
LogRecordFilter - Interface in org.apache.log4j.lf5
An interface for classes which filters LogRecords.
LogSF - Class in org.apache.log4j
This class provides parameterized logging services
using the SLF4J pattern syntax.
LogTable - Class in org.apache.log4j.lf5.viewer
LogTable.
LogTable(JTextArea) -
Constructor for class org.apache.log4j.lf5.viewer.LogTable
LogTableColumn - Class in org.apache.log4j.lf5.viewer
LogTableColumn
LogTableColumn(String) -
Constructor for class org.apache.log4j.lf5.viewer.LogTableColumn
LogTableColumnFormatException - Exception in org.apache.log4j.lf5.viewer
Thrown to indicate that the client has attempted to convert a string
to one the LogLevel types, but the string does not have the appropriate
format.
LogTableColumnFormatException(String) -
Constructor for exception org.apache.log4j.lf5.viewer.LogTableColumnFormatException
LogTableModel - Class in org.apache.log4j.lf5.viewer
LogTableModel
LogTableModel(Object[], int) -
Constructor for class org.apache.log4j.lf5.viewer.LogTableModel
LogTableRowRenderer - Class in org.apache.log4j.lf5.viewer
LogTableRowRenderer
LogTableRowRenderer() -
Constructor for class org.apache.log4j.lf5.viewer.LogTableRowRenderer
LogXF - Class in org.apache.log4j
This is a base class for LogMF and LogSF parameterized logging classes.
LogXF() -
Constructor for class org.apache.log4j.LogXF
lookup(Context, String) -
Method in class org.apache.log4j.net.JMSAppender
lookup(Context, String) -
Static method in class org.apache.log4j.net.JMSSink
M
- Main - Class in org.apache.log4j.chainsaw
- The main application.
- main(String[]) -
Static method in class org.apache.log4j.chainsaw.Main
- The main method.
- main(String[]) -
Static method in class org.apache.log4j.config.PropertyPrinter
-
- main(String[]) -
Static method in class org.apache.log4j.lf5.LF5Appender
-
- main(String[]) -
Static method in class org.apache.log4j.lf5.StartLogFactor5
- Main - starts a an instance of the LogFactor5 console and configures
the console settings.
- main(String[]) -
Static method in class org.apache.log4j.net.JMSSink
-
- main(String[]) -
Static method in class org.apache.log4j.net.SimpleSocketServer
-
- main(String[]) -
Static method in class org.apache.log4j.net.SocketServer
-
- main(String[]) -
Static method in class org.apache.log4j.varia.Roller
- Send a "RollOver" message to
ExternallyRolledFileAppender
on host
and port
.
- main(String[]) -
Static method in class org.apache.log4j.xml.examples.XMLSample
-
- makeLogTableListenToCategoryExplorer() -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- makeNewLoggerInstance(String) -
Method in interface org.apache.log4j.spi.LoggerFactory
-
- makeScrollBarTrack(Adjustable) -
Static method in class org.apache.log4j.lf5.viewer.LF5SwingUtils
- Makes the specified Adjustable track if the view area expands and
the specified Adjustable is located near the of the view.
- makeVerticalScrollBarTrack(JScrollPane) -
Static method in class org.apache.log4j.lf5.viewer.LF5SwingUtils
- Makes the vertical scroll bar of the specified JScrollPane
track if the view expands (e.g.
- MapRewritePolicy - Class in org.apache.log4j.rewrite
- This policy rewrites events where the message of the
original event implementes java.util.Map.
- MapRewritePolicy() -
Constructor for class org.apache.log4j.rewrite.MapRewritePolicy
-
- matches(LogRecord, String) -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
- Check to see if the any records contain the search string.
- MAX_CAPACITY -
Variable in class org.apache.log4j.EnhancedPatternLayout
- Deprecated. since 1.3
- MAX_CAPACITY -
Variable in class org.apache.log4j.HTMLLayout
-
- MAX_CAPACITY -
Variable in class org.apache.log4j.PatternLayout
-
- maxBackupIndex -
Variable in class org.apache.log4j.RollingFileAppender
- There is one backup file by default.
- maxFileSize -
Variable in class org.apache.log4j.RollingFileAppender
- The default maximum file size is 10MB.
- MDC - Class in org.apache.log4j
- The MDC class is similar to the
NDC
class except that it is
based on a map instead of a stack. - MDCKeySetExtractor - Class in org.apache.log4j.helpers
-
- MESSAGE -
Static variable in class org.apache.log4j.lf5.viewer.LogTableColumn
-
- MESSAGE_DELIMITER -
Static variable in class org.apache.log4j.lf5.util.LogFileParser
-
- MESSAGE_NUM -
Static variable in class org.apache.log4j.lf5.viewer.LogTableColumn
-
- MessagePatternConverter - Class in org.apache.log4j.pattern
- Return the event's rendered message in a StringBuffer.
- MessageRenderer - Class in org.apache.log4j.or.jms
- Render
javax.jms.Message
objects. - MessageRenderer() -
Constructor for class org.apache.log4j.or.jms.MessageRenderer
-
- MethodLocationPatternConverter - Class in org.apache.log4j.pattern
- Return the event's line location information in a StringBuffer.
- minimumSizeDialog(Component, int, int) -
Method in class org.apache.log4j.lf5.viewer.LogFactor5Dialog
-
- MISSING_LAYOUT -
Static variable in interface org.apache.log4j.spi.ErrorCode
-
- moveAdjustable(int, Adjustable) -
Static method in class org.apache.log4j.lf5.viewer.LF5SwingUtils
-
- moveToTop(int) -
Method in class org.apache.log4j.lf5.viewer.configure.MRUFileManager
- Moves the the index to the top of the MRU List
- MRUFileManager - Class in org.apache.log4j.lf5.viewer.configure
- MRUFileManager handles the storage and retrival the most
recently opened log files.
- MRUFileManager() -
Constructor for class org.apache.log4j.lf5.viewer.configure.MRUFileManager
-
- MRUFileManager(int) -
Constructor for class org.apache.log4j.lf5.viewer.configure.MRUFileManager
-
- msg -
Variable in class org.apache.log4j.net.SMTPAppender
-
N
- NA -
Static variable in class org.apache.log4j.spi.LocationInfo
- When location information is not available the constant
NA
is returned.
- NA_LOCATION_INFO -
Static variable in class org.apache.log4j.spi.LocationInfo
- NA_LOCATION_INFO is provided for compatibility with log4j 1.3.
- name -
Variable in class org.apache.log4j.AppenderSkeleton
- Appenders are named.
- name -
Variable in class org.apache.log4j.Category
- The name of this category.
- NameAbbreviator - Class in org.apache.log4j.pattern
- NameAbbreviator generates abbreviated logger and class names.
- NameAbbreviator() -
Constructor for class org.apache.log4j.pattern.NameAbbreviator
-
- NamePatternConverter - Class in org.apache.log4j.pattern
- Base class for other pattern converters which can return only parts of their name.
- NamePatternConverter(String, String, String[]) -
Constructor for class org.apache.log4j.pattern.NamePatternConverter
- Constructor.
- NDC -
Static variable in class org.apache.log4j.lf5.viewer.LogTableColumn
-
- NDC - Class in org.apache.log4j
- 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_DELIMITER -
Static variable in class org.apache.log4j.lf5.util.LogFileParser
-
- NDCPatternConverter - Class in org.apache.log4j.pattern
- Return the event's NDC in a StringBuffer.
- needsTrimming() -
Method in class org.apache.log4j.lf5.viewer.FilteredLogTableModel
-
- NEUTRAL -
Static variable in class org.apache.log4j.spi.Filter
- This filter is neutral with respect to the log event.
- newInstance(int) -
Static method in class org.apache.log4j.lf5.util.LogMonitorAdapter
- Creates an instance of LogMonitorAdapter using the
log levels inticated by the parameter.
- newInstance(LogLevel[]) -
Static method in class org.apache.log4j.lf5.util.LogMonitorAdapter
- Creates an instance of LogMonitorAdapter using the specified LogLevels.
- newInstance(List) -
Static method in class org.apache.log4j.lf5.util.LogMonitorAdapter
- Creates an instance of LogMonitorAdapter using the specified LogLevels.
- newInstance(String[]) -
Static method in class org.apache.log4j.pattern.ClassNamePatternConverter
- Gets an instance of ClassNamePatternConverter.
- newInstance(String[]) -
Static method in class org.apache.log4j.pattern.DatePatternConverter
- Obtains an instance of pattern converter.
- newInstance(String[]) -
Static method in class org.apache.log4j.pattern.FileDatePatternConverter
- Obtains an instance of pattern converter.
- newInstance(String[]) -
Static method in class org.apache.log4j.pattern.FileLocationPatternConverter
- Obtains an instance of pattern converter.
- newInstance(String[]) -
Static method in class org.apache.log4j.pattern.FullLocationPatternConverter
- Obtains an instance of pattern converter.
- newInstance(String[]) -
Static method in class org.apache.log4j.pattern.IntegerPatternConverter
- Obtains an instance of pattern converter.
- newInstance(String[]) -
Static method in class org.apache.log4j.pattern.LevelPatternConverter
- Obtains an instance of pattern converter.
- newInstance(String[]) -
Static method in class org.apache.log4j.pattern.LineLocationPatternConverter
- Obtains an instance of pattern converter.
- newInstance(String[]) -
Static method in class org.apache.log4j.pattern.LineSeparatorPatternConverter
- Obtains an instance of pattern converter.
- newInstance(String[]) -
Static method in class org.apache.log4j.pattern.LoggerPatternConverter
- Obtains an instance of pattern converter.
- newInstance(String[]) -
Static method in class org.apache.log4j.pattern.MessagePatternConverter
- Obtains an instance of pattern converter.
- newInstance(String[]) -
Static method in class org.apache.log4j.pattern.MethodLocationPatternConverter
- Obtains an instance of MethodLocationPatternConverter.
- newInstance(String[]) -
Static method in class org.apache.log4j.pattern.NDCPatternConverter
- Obtains an instance of NDCPatternConverter.
- newInstance(String[]) -
Static method in class org.apache.log4j.pattern.PropertiesPatternConverter
- Obtains an instance of PropertiesPatternConverter.
- newInstance(String[]) -
Static method in class org.apache.log4j.pattern.RelativeTimePatternConverter
- Obtains an instance of RelativeTimePatternConverter.
- newInstance(String[]) -
Static method in class org.apache.log4j.pattern.SequenceNumberPatternConverter
- Obtains an instance of SequencePatternConverter.
- newInstance(String[]) -
Static method in class org.apache.log4j.pattern.ThreadPatternConverter
- Obtains an instance of ThreadPatternConverter.
- newInstance(String[]) -
Static method in class org.apache.log4j.pattern.ThrowableInformationPatternConverter
- Gets an instance of the class.
- next -
Variable in class org.apache.log4j.helpers.PatternConverter
-
- next -
Variable in class org.apache.log4j.spi.Filter
- Deprecated. As of 1.2.12, use
Filter.getNext()
and Filter.setNext(org.apache.log4j.spi.Filter)
instead
- nextElement() -
Method in class org.apache.log4j.helpers.NullEnumeration
-
- NO_MILLISECONDS -
Static variable in class org.apache.log4j.pattern.CachedDateFormat
- Constant used to represent that there was no change
observed when changing the millisecond count.
- NOPLogger - Class in org.apache.log4j.spi
- No-operation implementation of Logger used by NOPLoggerRepository.
- NOPLogger(NOPLoggerRepository, String) -
Constructor for class org.apache.log4j.spi.NOPLogger
- Create instance of Logger.
- NOPLoggerRepository - Class in org.apache.log4j.spi
- No-operation implementation of LoggerRepository which is used when
LogManager.repositorySelector is erroneously nulled during class reloading.
- NOPLoggerRepository() -
Constructor for class org.apache.log4j.spi.NOPLoggerRepository
-
- notifyActionListeners() -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryExplorerModel
-
- NTEventLogAppender - Class in org.apache.log4j.nt
- Append to the NT event log system.
- NTEventLogAppender() -
Constructor for class org.apache.log4j.nt.NTEventLogAppender
-
- NTEventLogAppender(String) -
Constructor for class org.apache.log4j.nt.NTEventLogAppender
-
- NTEventLogAppender(String, String) -
Constructor for class org.apache.log4j.nt.NTEventLogAppender
-
- NTEventLogAppender(Layout) -
Constructor for class org.apache.log4j.nt.NTEventLogAppender
-
- NTEventLogAppender(String, Layout) -
Constructor for class org.apache.log4j.nt.NTEventLogAppender
-
- NTEventLogAppender(String, String, Layout) -
Constructor for class org.apache.log4j.nt.NTEventLogAppender
-
- 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 in org.apache.log4j.varia
- A NullAppender merely exists, it never outputs a message to any
device.
- NullAppender() -
Constructor for class org.apache.log4j.varia.NullAppender
-
- NullEnumeration - Class in org.apache.log4j.helpers
- An always-empty Enumerator.
- numAppenders -
Variable in class org.apache.log4j.config.PropertyPrinter
-
O
- obj -
Variable in class org.apache.log4j.config.PropertyGetter
-
- obj -
Variable in class org.apache.log4j.config.PropertySetter
-
- ObjectRenderer - Interface in org.apache.log4j.or
- 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.Priority
-
- OK -
Static variable in class org.apache.log4j.varia.ExternallyRolledFileAppender
- The string constant sent to acknowledge a roll over.
- OnlyOnceErrorHandler - Class in org.apache.log4j.helpers
- 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
-
- OptionConverter - Class in org.apache.log4j.helpers
- A convenience class to convert property values to specific types.
- OptionHandler - Interface in org.apache.log4j.spi
- A string based interface to configure package components.
- 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.config - package org.apache.log4j.config
- Package used in getting/setting component properties.
- org.apache.log4j.helpers - package org.apache.log4j.helpers
- This package is used internally.
- org.apache.log4j.jdbc - package org.apache.log4j.jdbc
- The JDBCAppender provides for sending log events to a database.
- org.apache.log4j.jmx - package org.apache.log4j.jmx
- This package lets you manage log4j settings using JMX.
- org.apache.log4j.lf5 - package org.apache.log4j.lf5
-
- org.apache.log4j.lf5.util - package org.apache.log4j.lf5.util
-
- org.apache.log4j.lf5.viewer - package org.apache.log4j.lf5.viewer
-
- org.apache.log4j.lf5.viewer.categoryexplorer - package org.apache.log4j.lf5.viewer.categoryexplorer
-
- org.apache.log4j.lf5.viewer.configure - package org.apache.log4j.lf5.viewer.configure
-
- org.apache.log4j.net - package org.apache.log4j.net
- Package for remote logging.
- org.apache.log4j.nt - package org.apache.log4j.nt
- Package for NT event 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
- Provides classes implementing format specifiers in conversion patterns.
- org.apache.log4j.rewrite - package org.apache.log4j.rewrite
-
- 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
-
- out -
Variable in class org.apache.log4j.config.PropertyPrinter
-
- overrideAsNeeded(String) -
Method in class org.apache.log4j.Hierarchy
- Deprecated. Deprecated with no replacement.
P
- parent -
Variable in class org.apache.log4j.Category
- The parent of this category.
- parse(String, ParsePosition) -
Method in class org.apache.log4j.helpers.AbsoluteTimeDateFormat
- 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.ISO8601DateFormat
- This method does not do anything but return
null
.
- parse() -
Method in class org.apache.log4j.helpers.PatternParser
-
- parse(String, ParsePosition) -
Method in class org.apache.log4j.helpers.RelativeTimeDateFormat
- This method does not do anything but return
null
.
- parse(String) -
Method in class org.apache.log4j.lf5.util.DateFormatManager
-
- parse(String, String) -
Method in class org.apache.log4j.lf5.util.DateFormatManager
-
- parse(LogBrokerMonitor) -
Method in class org.apache.log4j.lf5.util.LogFileParser
- Starts a new thread to parse the log file and create a LogRecord.
- parse() -
Method in class org.apache.log4j.pattern.BridgePatternParser
- Create new pattern converter.
- parse(String, ParsePosition) -
Method in class org.apache.log4j.pattern.CachedDateFormat
- This method is delegated to the formatter which most
likely returns null.
- parse(String, List, List, Map, Map) -
Static method in class org.apache.log4j.pattern.PatternParser
- Parse a format specifier.
- parse(Element) -
Method in class org.apache.log4j.xml.DOMConfigurator
- Used internally to configure the log4j framework by parsing a DOM
tree of XML elements based on log4j.dtd.
- parseAppender(Element) -
Method in class org.apache.log4j.xml.DOMConfigurator
- Used internally to parse an appender element.
- parseCategory(Element) -
Method in class org.apache.log4j.xml.DOMConfigurator
- Used internally to parse an category element.
- parseCategoryFactory(Element) -
Method in class org.apache.log4j.xml.DOMConfigurator
- Used internally to parse the category factory 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
- Used internally to parse the children of a category element.
- parseElement(Element, Properties, Class) -
Static method in class org.apache.log4j.xml.DOMConfigurator
- Creates an object and processes any nested param elements
but does not call activateOptions.
- parseErrorHandler(Element, Appender) -
Method in class org.apache.log4j.xml.DOMConfigurator
- Used internally to parse an
ErrorHandler
element.
- parseFilters(Element, Appender) -
Method in class org.apache.log4j.xml.DOMConfigurator
- Used internally to parse a filter element.
- parseLayout(Element) -
Method in class org.apache.log4j.xml.DOMConfigurator
- Used internally to parse a layout element.
- parseLevel(Element, Logger, boolean) -
Method in class org.apache.log4j.xml.DOMConfigurator
- Used internally to parse a level element.
- parseLine(String, String) -
Method in class org.apache.log4j.lf5.util.AdapterLogRecord
-
- parseRenderer(Element) -
Method in class org.apache.log4j.xml.DOMConfigurator
-
- parseRoot(Element) -
Method in class org.apache.log4j.xml.DOMConfigurator
- Used internally to parse the roor category element.
- parseThrowableRenderer(Element) -
Method in class org.apache.log4j.xml.DOMConfigurator
- Parses throwable renderer.
- parseUnrecognizedElement(Element, Properties) -
Method in class org.apache.log4j.net.SMTPAppender
- Called to inform a configured object when
an unrecognized child element is encountered.
- parseUnrecognizedElement(Element, Properties) -
Method in class org.apache.log4j.rewrite.RewriteAppender
- Called to inform a configured object when
an unrecognized child element is encountered.
- parseUnrecognizedElement(Element, Properties) -
Method in interface org.apache.log4j.xml.UnrecognizedElementHandler
- Called to inform a configured object when
an unrecognized child element is encountered.
- passes(LogRecord) -
Method in interface org.apache.log4j.lf5.LogRecordFilter
-
- passes(LogRecord) -
Method in class org.apache.log4j.lf5.PassingLogRecordFilter
-
- passes(LogRecord) -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryExplorerLogRecordFilter
-
- PassingLogRecordFilter - Class in org.apache.log4j.lf5
- An implementation of LogRecordFilter which always returns true.
- PassingLogRecordFilter() -
Constructor for class org.apache.log4j.lf5.PassingLogRecordFilter
-
- pattern -
Variable in class org.apache.log4j.helpers.PatternParser
-
- PATTERN_RULE_REGISTRY -
Static variable in class org.apache.log4j.EnhancedPatternLayout
- Customized pattern conversion rules are stored under this key in the
LoggerRepository
object store.
- PatternConverter - Class in org.apache.log4j.helpers
- PatternConverter is an abtract class that provides the
formatting functionality that derived classes need.
- PatternConverter() -
Constructor for class org.apache.log4j.helpers.PatternConverter
-
- PatternConverter(FormattingInfo) -
Constructor for class org.apache.log4j.helpers.PatternConverter
-
- PatternConverter - Class in org.apache.log4j.pattern
- PatternConverter is an abstract class that provides the
formatting functionality that derived classes need.
- PatternConverter(String, String) -
Constructor for class org.apache.log4j.pattern.PatternConverter
- Create a new pattern converter.
- PatternLayout - Class in org.apache.log4j
- 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.helpers.PatternParser
-
- PatternParser - Class in org.apache.log4j.helpers
- Most of the work of the
PatternLayout
class
is delegated to the PatternParser class. - PatternParser(String) -
Constructor for class org.apache.log4j.helpers.PatternParser
-
- PatternParser - Class in org.apache.log4j.pattern
- Most of the work of the
EnhancedPatternLayout
class
is delegated to the PatternParser class. - pause(int) -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- 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.
- PORT_PROP_NAME -
Static variable in class org.apache.log4j.chainsaw.Main
- name of property for port name
- pos -
Variable in class org.apache.log4j.helpers.DateLayout
-
- postDeregister() -
Method in class org.apache.log4j.jmx.AbstractDynamicMBean
-
- postRegister(Boolean) -
Method in class org.apache.log4j.jmx.AbstractDynamicMBean
-
- postRegister(Boolean) -
Method in class org.apache.log4j.jmx.HierarchyDynamicMBean
-
- postRegister(Boolean) -
Method in class org.apache.log4j.jmx.LoggerDynamicMBean
-
- preDeregister() -
Method in class org.apache.log4j.jmx.AbstractDynamicMBean
- Performs cleanup for deregistering this MBean.
- preRegister(MBeanServer, ObjectName) -
Method in class org.apache.log4j.jmx.AbstractDynamicMBean
-
- preRegister(MBeanServer, ObjectName) -
Method in class org.apache.log4j.jmx.AppenderDynamicMBean
-
- print(PrintWriter) -
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, Category) -
Method in class org.apache.log4j.config.PropertyPrinter
-
- printOptions(PrintWriter, Logger) -
Method in class org.apache.log4j.config.PropertyPrinter
-
- printOptions(PrintWriter, Object, String) -
Method in class org.apache.log4j.config.PropertyPrinter
-
- 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.
- PRIORITY_DELIMITER -
Static variable in class org.apache.log4j.lf5.util.LogFileParser
-
- processCategories(Document) -
Method in class org.apache.log4j.lf5.viewer.configure.ConfigurationManager
-
- processLogLevelColors(Document) -
Method in class org.apache.log4j.lf5.viewer.configure.ConfigurationManager
-
- processLogLevels(Document) -
Method in class org.apache.log4j.lf5.viewer.configure.ConfigurationManager
-
- processLogTableColumns(Document) -
Method in class org.apache.log4j.lf5.viewer.configure.ConfigurationManager
-
- processRecordFilter(Document) -
Method in class org.apache.log4j.lf5.viewer.configure.ConfigurationManager
-
- PropertiesPatternConverter - Class in org.apache.log4j.pattern
- Able to handle the contents of the LoggingEvent's Property bundle and either
output the entire contents of the properties in a similar format to the
java.util.Hashtable.toString(), or to output the value of a specific key
within the property bundle
when this pattern converter has the option set.
- PropertyConfigurator - Class in org.apache.log4j
- Allows the configuration of log4j from an external file.
- PropertyConfigurator() -
Constructor for class org.apache.log4j.PropertyConfigurator
-
- PropertyGetter - Class in org.apache.log4j.config
- Used for inferring configuration information for a log4j's component.
- PropertyGetter(Object) -
Constructor for class org.apache.log4j.config.PropertyGetter
- Create a new PropertyGetter for the specified Object.
- PropertyGetter.PropertyCallback - Interface in org.apache.log4j.config
-
- PropertyPrinter - Class in org.apache.log4j.config
- 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
-
- 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
-
- PropertySetterException(Throwable) -
Constructor for exception org.apache.log4j.config.PropertySetterException
-
- props -
Variable in class org.apache.log4j.config.PropertyGetter
-
- 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(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
- Put a context value (the
o
parameter) as identified
with the key
parameter into the current thread's
context map.
- put(Class, ObjectRenderer) -
Method in class org.apache.log4j.or.RendererMap
- Register an
ObjectRenderer
for clazz
.
Q
- QuietWriter - Class in org.apache.log4j.helpers
- 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
- RECORD_DELIMITER -
Static variable in class org.apache.log4j.lf5.util.LogFileParser
-
- ReflectionRewritePolicy - Class in org.apache.log4j.rewrite
- This policy rewrites events by evaluating any
JavaBean properties on the message object and adding them
to the event properties.
- ReflectionRewritePolicy() -
Constructor for class org.apache.log4j.rewrite.ReflectionRewritePolicy
-
- refresh(CategoryNode) -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryExplorerModel
- Fires a nodechanged event on the SwingThread.
- refresh() -
Method in class org.apache.log4j.lf5.viewer.FilteredLogTableModel
- Forces the LogTableModel to requery its filters to determine
which records to display.
- refresh(JTextArea) -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
- When the fontsize of a JTextArea is changed, the word-wrapped lines
may become garbled.
- refreshDetailTextArea() -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- register(LogLevel) -
Static method in class org.apache.log4j.lf5.LogLevel
- Registers a used defined LogLevel.
- register(LogLevel[]) -
Static method in class org.apache.log4j.lf5.LogLevel
-
- register(List) -
Static method in class org.apache.log4j.lf5.LogLevel
-
- registerMBean(Object, ObjectName) -
Method in class org.apache.log4j.jmx.AbstractDynamicMBean
- Registers MBean instance in the attached server.
- 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 in org.apache.log4j.helpers
- Formats a
Date
by printing the number of milliseconds
elapsed since construction of the format. - RelativeTimeDateFormat() -
Constructor for class org.apache.log4j.helpers.RelativeTimeDateFormat
-
- RelativeTimePatternConverter - Class in org.apache.log4j.pattern
- Return the relative time in milliseconds since loading of the LoggingEvent
class.
- RelativeTimePatternConverter() -
Constructor for class org.apache.log4j.pattern.RelativeTimePatternConverter
- Private constructor.
- ReloadingPropertyConfigurator - Class in org.apache.log4j.varia
-
- ReloadingPropertyConfigurator() -
Constructor for class org.apache.log4j.varia.ReloadingPropertyConfigurator
-
- remove(String) -
Static method in class org.apache.log4j.MDC
- Remove the the context identified by the
key
parameter.
- remove() -
Static method in class org.apache.log4j.NDC
- Remove the diagnostic context for this thread.
- removeActionListener(ActionListener) -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryExplorerModel
-
- removeAllAppenders() -
Method in class org.apache.log4j.AsyncAppender
- Removes and closes all attached appenders.
- removeAllAppenders() -
Method in class org.apache.log4j.Category
- Remove all previously added appenders from this Category
instance.
- removeAllAppenders() -
Method in class org.apache.log4j.helpers.AppenderAttachableImpl
- Remove and close all previously attached appenders.
- removeAllAppenders() -
Method in class org.apache.log4j.rewrite.RewriteAppender
- Removes and closes all attached appenders.
- removeAllAppenders() -
Method in interface org.apache.log4j.spi.AppenderAttachable
- Remove all previously added appenders.
- removeAllAppenders() -
Method in class org.apache.log4j.spi.NOPLogger
- Remove all previously added appenders from this Category
instance.
- removeAllCategoryElements() -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryPath
- Removes all categoryElements.
- removeAppender(Appender) -
Method in class org.apache.log4j.AsyncAppender
- Removes an appender.
- removeAppender(String) -
Method in class org.apache.log4j.AsyncAppender
- Remove appender by name.
- removeAppender(Appender) -
Method in class org.apache.log4j.Category
- Remove the appender passed as parameter form 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(Appender) -
Method in class org.apache.log4j.helpers.AppenderAttachableImpl
- Remove the appender passed as parameter form the list of attached
appenders.
- 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(Appender) -
Method in class org.apache.log4j.rewrite.RewriteAppender
- Removes an appender.
- removeAppender(String) -
Method in class org.apache.log4j.rewrite.RewriteAppender
- Remove appender by name.
- 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 interface org.apache.log4j.spi.AppenderAttachable
- Remove the appender with the name passed as parameter from the
list of appenders.
- removeAppender(Appender) -
Method in class org.apache.log4j.spi.NOPLogger
- Remove the appender passed as parameter form the list of appenders.
- removeAppender(String) -
Method in class org.apache.log4j.spi.NOPLogger
- Remove the appender with the name passed as parameter form the
list of appenders.
- removeAppenderEvent(Category, Appender) -
Method in class org.apache.log4j.jmx.HierarchyDynamicMBean
-
- removeAppenderEvent(Category, Appender) -
Method in interface org.apache.log4j.spi.HierarchyEventListener
-
- removeCellEditorListener(CellEditorListener) -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryAbstractCellEditor
-
- removeNotificationListener(NotificationListener) -
Method in class org.apache.log4j.jmx.HierarchyDynamicMBean
-
- removeProperty(String) -
Method in class org.apache.log4j.spi.LoggingEvent
- This removes the specified MDC property from the event.
- removes -
Variable in class org.apache.log4j.jdbc.JDBCAppender
- Helper object for clearing out the buffer
- removeUnusedNodes() -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNodeEditor
- Removes any inactive nodes from the Category tree.
- render(Throwable) -
Static method in class org.apache.log4j.DefaultThrowableRenderer
- Render throwable using Throwable.printStackTrace.
- RendererMap - Class in org.apache.log4j.or
- Map class objects to an
ObjectRenderer
. - RendererMap() -
Constructor for class org.apache.log4j.or.RendererMap
-
- RendererSupport - Interface in org.apache.log4j.spi
-
- repaintLater(JComponent) -
Static method in class org.apache.log4j.lf5.viewer.LF5SwingUtils
- Work around for JTable/viewport bug.
- repository -
Variable in class org.apache.log4j.Category
-
- RepositorySelector - Interface in org.apache.log4j.spi
- The
LogManager
uses one (and only one)
RepositorySelector
implementation to select the
LoggerRepository
for a particular application context. - requestClose() -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- requestExit() -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- requestOpen() -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
- Uses a JFileChooser to select a file to opened with the
LF5 GUI.
- requestOpenMRU(ActionEvent) -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
- Opens a file in the MRU list.
- requestOpenURL() -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
- Uses a Dialog box to accept a URL to a file to be opened
with the LF5 GUI.
- requiresLayout() -
Method in interface org.apache.log4j.Appender
- Configurators call this method to determine if the appender
requires a layout.
- requiresLayout() -
Method in class org.apache.log4j.AsyncAppender
- Configurators call this method to determine if the appender
requires a layout.
- requiresLayout() -
Method in class org.apache.log4j.jdbc.JDBCAppender
- JDBCAppender requires a layout.
- requiresLayout() -
Method in class org.apache.log4j.lf5.LF5Appender
- Returns a value that indicates whether this appender requires a
Layout
.
- 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.net.SMTPAppender
- The
SMTPAppender
requires 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.SocketHubAppender
- The SocketHubAppender does not use a layout.
- requiresLayout() -
Method in class org.apache.log4j.net.SyslogAppender
- The SyslogAppender requires a layout.
- 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.nt.NTEventLogAppender
- The
NTEventLogAppender
requires a layout.
- requiresLayout() -
Method in class org.apache.log4j.rewrite.RewriteAppender
- Configurators call this method to determine if the appender
requires a layout.
- requiresLayout() -
Method in class org.apache.log4j.varia.NullAppender
- NullAppenders do not need a layout.
- requiresLayout() -
Method in class org.apache.log4j.WriterAppender
- The WriterAppender requires a layout.
- reset() -
Method in class org.apache.log4j.FileAppender
- Close any previously opened file and call the parent's
reset
.
- reset() -
Method in class org.apache.log4j.lf5.PassingLogRecordFilter
- Does nothing.
- reset() -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryExplorerLogRecordFilter
- Resets the counters for the contained CategoryNodes to zero.
- reset() -
Method in class org.apache.log4j.lf5.viewer.configure.ConfigurationManager
-
- reset() -
Method in class org.apache.log4j.WriterAppender
- Clear internal references to the writer and other variables.
- resetAllNodeCounts() -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryExplorerModel
-
- resetAllNodes() -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryExplorerLogRecordFilter
-
- resetConfiguration() -
Static method in class org.apache.log4j.BasicConfigurator
- Reset the default hierarchy to its defaut.
- resetConfiguration() -
Method in class org.apache.log4j.Hierarchy
- Reset all values contained in this hierarchy instance to their
default.
- resetConfiguration() -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- resetConfiguration() -
Static method in class org.apache.log4j.LogManager
-
- resetConfiguration() -
Method in interface org.apache.log4j.spi.LoggerRepository
-
- resetConfiguration() -
Method in class org.apache.log4j.spi.NOPLoggerRepository
-
- resetLogLevelColorMap() -
Static method in class org.apache.log4j.lf5.LogLevel
-
- resetNumberOfContainedRecords() -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNode
-
- resetSequenceNumber() -
Static method in class org.apache.log4j.lf5.LogRecord
- Resets that sequence number to 0.
- resize(int) -
Method in class org.apache.log4j.helpers.BoundedFIFO
- Resize the buffer to a new size.
- resize(int) -
Method in class org.apache.log4j.helpers.CyclicBuffer
- Resize the cyclic buffer to
newSize
.
- resolveEntity(String, String) -
Method in class org.apache.log4j.xml.Log4jEntityResolver
-
- Resource - Class in org.apache.log4j.lf5.util
- Resource encapsulates access to Resources via the Classloader.
- Resource() -
Constructor for class org.apache.log4j.lf5.util.Resource
- Default, no argument constructor.
- Resource(String) -
Constructor for class org.apache.log4j.lf5.util.Resource
- Construct a Resource given a name.
- resourceBundle -
Variable in class org.apache.log4j.Category
-
- ResourceUtils - Class in org.apache.log4j.lf5.util
- ResourceUtils.
- ResourceUtils() -
Constructor for class org.apache.log4j.lf5.util.ResourceUtils
-
- rewrite(LoggingEvent) -
Method in class org.apache.log4j.rewrite.MapRewritePolicy
- Rewrite a logging event.
- rewrite(LoggingEvent) -
Method in class org.apache.log4j.rewrite.PropertyRewritePolicy
- Rewrite a logging event.
- rewrite(LoggingEvent) -
Method in class org.apache.log4j.rewrite.ReflectionRewritePolicy
- Rewrite a logging event.
- rewrite(LoggingEvent) -
Method in interface org.apache.log4j.rewrite.RewritePolicy
- Rewrite a logging event.
- RewriteAppender - Class in org.apache.log4j.rewrite
- This appender forwards a logging request to another
appender after possibly rewriting the logging event.
- RewriteAppender() -
Constructor for class org.apache.log4j.rewrite.RewriteAppender
-
- RewritePolicy - Interface in org.apache.log4j.rewrite
- This interface is implemented to provide a rewrite
strategy for RewriteAppender.
- ROLL_OVER -
Static variable in class org.apache.log4j.varia.ExternallyRolledFileAppender
- The string constant sent to initiate a roll over.
- Roller - Class in org.apache.log4j.varia
- A simple application to send roll over messages to a potentially
remote
ExternallyRolledFileAppender
. - RollingFileAppender - Class in org.apache.log4j
- RollingFileAppender extends FileAppender to backup the log files when
they reach a certain size.
- RollingFileAppender() -
Constructor for class org.apache.log4j.RollingFileAppender
- The default constructor simply calls its
parents constructor
.
- RollingFileAppender(Layout, String, boolean) -
Constructor for class org.apache.log4j.RollingFileAppender
- Instantiate a RollingFileAppender and open the file designated by
filename
.
- RollingFileAppender(Layout, String) -
Constructor for class org.apache.log4j.RollingFileAppender
- Instantiate a FileAppender and open the file designated by
filename
.
- rollOver() -
Method in class org.apache.log4j.RollingFileAppender
- Implements the usual roll over behaviour.
- RootCategory - Class in org.apache.log4j.spi
- 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 exception org.apache.log4j.config.PropertySetterException
-
- RootLogger - Class in org.apache.log4j.spi
- RootLogger sits at the top of the logger hierachy.
- RootLogger(Level) -
Constructor for class org.apache.log4j.spi.RootLogger
- The root logger names itself as "root".
- run() -
Method in class org.apache.log4j.helpers.FileWatchdog
-
- run() -
Method in class org.apache.log4j.lf5.util.LogFileParser
- Parses the file and creates new log records and adds the record
to the monitor.
- run() -
Method in class org.apache.log4j.net.SocketNode
-
- run() -
Method in class org.apache.log4j.net.TelnetAppender.SocketHandler
- Continually accepts client connections.
S
- save() -
Method in class org.apache.log4j.lf5.viewer.configure.ConfigurationManager
-
- save() -
Method in class org.apache.log4j.lf5.viewer.configure.MRUFileManager
- Saves a list of MRU files out to a file.
- saveConfiguration() -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- SAXErrorHandler - Class in org.apache.log4j.xml
-
- SAXErrorHandler() -
Constructor for class org.apache.log4j.xml.SAXErrorHandler
-
- selectAllLogLevels(boolean) -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- selectAllLogTableColumns(boolean) -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- selectAllNodes() -
Method in class org.apache.log4j.lf5.viewer.configure.ConfigurationManager
-
- selectAndConfigure(InputStream, String, LoggerRepository) -
Static method in class org.apache.log4j.helpers.OptionConverter
- Configure log4j given an
InputStream
.
- selectAndConfigure(URL, String, LoggerRepository) -
Static method in class org.apache.log4j.helpers.OptionConverter
- Configure log4j given a URL.
- selectRow(int, JTable, JScrollPane) -
Static method in class org.apache.log4j.lf5.viewer.LF5SwingUtils
- Selects a the specified row in the specified JTable and scrolls
the specified JScrollpane to the newly selected row.
- selectRow(int, ListSelectionModel) -
Static method in class org.apache.log4j.lf5.viewer.LF5SwingUtils
-
- selectRow(int) -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- 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 in org.apache.log4j.pattern
- Formats the event sequence number.
- set(File) -
Method in class org.apache.log4j.lf5.viewer.configure.MRUFileManager
- Adds a file name to the MRU file list.
- set(URL) -
Method in class org.apache.log4j.lf5.viewer.configure.MRUFileManager
- Adds a url to the MRU file list.
- setAcceptOnMatch(boolean) -
Method in class org.apache.log4j.varia.LevelMatchFilter
-
- setAcceptOnMatch(boolean) -
Method in class org.apache.log4j.varia.LevelRangeFilter
- Set the
AcceptOnMatch
option.
- setAcceptOnMatch(boolean) -
Method in class org.apache.log4j.varia.StringMatchFilter
-
- setAdditivity(boolean) -
Method in class org.apache.log4j.Category
- Set the additivity flag for this Category instance.
- setAdvertiseViaMulticastDNS(boolean) -
Method in class org.apache.log4j.net.SocketAppender
-
- setAdvertiseViaMulticastDNS(boolean) -
Method in class org.apache.log4j.net.SocketHubAppender
-
- setAllDescendantsDeSelected() -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNode
- Deprecated.
- setAllDescendantsSelected() -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNode
- Deprecated.
- setAppend(boolean) -
Method in class org.apache.log4j.FileAppender
- The Append option takes a boolean value.
- 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.net.SocketAppender
- 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.SocketHubAppender
- The App option takes a string value which should be the name of the application getting logged.
- setAttribute(Attribute) -
Method in class org.apache.log4j.jmx.AppenderDynamicMBean
-
- setAttribute(Attribute) -
Method in class org.apache.log4j.jmx.HierarchyDynamicMBean
-
- setAttribute(Attribute) -
Method in class org.apache.log4j.jmx.LayoutDynamicMBean
-
- setAttribute(Attribute) -
Method in class org.apache.log4j.jmx.LoggerDynamicMBean
-
- setAttributes(AttributeList) -
Method in class org.apache.log4j.jmx.AbstractDynamicMBean
- Sets the values of several attributes of the Dynamic MBean, and returns the
list of attributes that have been set.
- 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.
- setBcc(String) -
Method in class org.apache.log4j.net.SMTPAppender
- Set the bcc recipient addresses.
- setBlocking(boolean) -
Method in class org.apache.log4j.AsyncAppender
- Sets whether appender should wait if there is no
space available in the event buffer or immediately return.
- setBufferedIO(boolean) -
Method in class org.apache.log4j.FileAppender
- The BufferedIO option takes a boolean value.
- setBufferSize(int) -
Method in class org.apache.log4j.AsyncAppender
- Sets the number of messages allowed in the event buffer
before the calling thread is blocked (if blocking is true)
or until messages are summarized and discarded.
- setBufferSize(int) -
Method in class org.apache.log4j.FileAppender
- Set the size of the IO buffer.
- setBufferSize(int) -
Method in class org.apache.log4j.jdbc.JDBCAppender
-
- 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.
- 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.
- setCallSystemExitOnClose(boolean) -
Method in class org.apache.log4j.lf5.LF5Appender
- This method is used to set the property that controls whether
the
LogBrokerMonitor
is hidden or closed when a user
exits
the monitor.
- setCallSystemExitOnClose(boolean) -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
- Set the value of whether or not System.exit() will be called
when the LogBrokerMonitor is closed.
- setCategory(String) -
Method in class org.apache.log4j.lf5.LogRecord
- Set the category associated with this LogRecord.
- setCategory(String) -
Method in class org.apache.log4j.lf5.util.AdapterLogRecord
-
- setCategoryPrefixing(boolean) -
Method in class org.apache.log4j.TTCCLayout
- The CategoryPrefixing option specifies whether
Category
name is part of log output or not.
- setCc(String) -
Method in class org.apache.log4j.net.SMTPAppender
- Set the cc recipient addresses.
- setCellEditorValue(Object) -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryAbstractCellEditor
-
- setClickCountToStart(int) -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryAbstractCellEditor
-
- 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.EnhancedPatternLayout
- Set the ConversionPattern option.
- setConversionPattern(String) -
Method in class org.apache.log4j.PatternLayout
- Set the ConversionPattern option.
- setCount(long) -
Method in class org.apache.log4j.helpers.CountingQuietWriter
-
- 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(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, 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.
- setDateFormatInstance(DateFormat) -
Method in class org.apache.log4j.lf5.util.DateFormatManager
-
- setDateFormatManager(DateFormatManager) -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
- Set the date format manager for formatting dates.
- setDateFormatManager(DateFormatManager) -
Method in class org.apache.log4j.lf5.viewer.LogTable
- Set the date format manager for formatting dates.
- setDatePattern(String) -
Method in class org.apache.log4j.DailyRollingFileAppender
- The DatePattern takes a string in the same format as
expected by
SimpleDateFormat
.
- setDefaultLevel(LogLevel) -
Method in class org.apache.log4j.lf5.util.LogMonitorAdapter
- Set the default log level to be used when logging messages without
specifying a LogLevel.
- setDelay(long) -
Method in class org.apache.log4j.helpers.FileWatchdog
- Set the delay to observe between each check of the file changes.
- setDescendantSelection(CategoryNode, boolean) -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryExplorerModel
-
- setDetailedView() -
Method in class org.apache.log4j.lf5.viewer.LogTable
-
- setDisableOverride(String) -
Method in class org.apache.log4j.Hierarchy
- Deprecated. Deprecated with no replacement.
- setDriver(String) -
Method in class org.apache.log4j.jdbc.JDBCAppender
- Ensures that the given driver class has been loaded for sql connection
creation.
- setEncoding(String) -
Method in class org.apache.log4j.WriterAppender
-
- setErrorHandler(ErrorHandler) -
Method in interface org.apache.log4j.Appender
- Set the
ErrorHandler
for this appender.
- setErrorHandler(ErrorHandler) -
Method in class org.apache.log4j.AppenderSkeleton
- Set the
ErrorHandler
for this Appender.
- setErrorHandler(ErrorHandler) -
Method in class org.apache.log4j.helpers.QuietWriter
-
- setErrorHandler(ErrorHandler) -
Method in class org.apache.log4j.WriterAppender
- Set the
ErrorHandler
for this WriterAppender and also the
underlying QuietWriter
if any.
- setEvaluator(TriggeringEventEvaluator) -
Method in class org.apache.log4j.net.SMTPAppender
- Sets triggering evaluator.
- 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.
- 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.
- setFile(String, boolean, boolean, int) -
Method in class org.apache.log4j.RollingFileAppender
-
- setFollow(boolean) -
Method in class org.apache.log4j.ConsoleAppender
- Sets whether the appender honors reassignments of System.out
or System.err made after configuration.
- setFont(Font) -
Method in class org.apache.log4j.lf5.viewer.LogTable
-
- setFontSize(int) -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- setFontSize(Component, int) -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- setFontSizeSilently(int) -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
- Does not update gui or cause any events to be fired.
- setFrameSize(int, int) -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- 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.
- setHasFatalChildren(boolean) -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNode
-
- setHasFatalRecords(boolean) -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNode
-
- setHeader(boolean) -
Method in class org.apache.log4j.net.SyslogAppender
- Returns whether the appender produces the HEADER part (that is, timestamp and host name)
of the syslog packet.
- 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.
- 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
- Allows to enable/disable log4j internal logging.
- setLayout(Layout) -
Method in interface org.apache.log4j.Appender
- Set the
Layout
for this appender.
- setLayout(Layout) -
Method in class org.apache.log4j.AppenderSkeleton
- Set the layout for this appender.
- setLeastSevereDisplayedLogLevel(LogLevel) -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- setLevel(Level) -
Method in class org.apache.log4j.Category
- Set the level of this Category.
- setLevel(int) -
Method in class org.apache.log4j.helpers.SyslogQuietWriter
-
- setLevel(LogLevel) -
Method in class org.apache.log4j.lf5.LogRecord
- Set the level of this LogRecord.
- setLevel(Level) -
Method in class org.apache.log4j.spi.NOPLogger
- Set the level of this Category.
- setLevel(Level) -
Method in class org.apache.log4j.spi.RootCategory
- Deprecated. Setting a null value to the level of the root category may have catastrophic
results.
- 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.
- 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
-
- setLocale(Locale) -
Method in class org.apache.log4j.lf5.util.DateFormatManager
-
- setLocation(String) -
Method in class org.apache.log4j.lf5.LogRecord
- Set the location in code where this LogRecord originated.
- setLocationInfo(boolean) -
Method in class org.apache.log4j.AsyncAppender
- The LocationInfo option takes a boolean value.
- setLocationInfo(boolean) -
Method in class org.apache.log4j.HTMLLayout
- The LocationInfo option takes a boolean value.
- setLocationInfo(boolean) -
Method in class org.apache.log4j.jdbc.JDBCAppender
- 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.net.SMTPAppender
- 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.SocketHubAppender
- The LocationInfo option takes a boolean value.
- setLocationInfo(boolean) -
Method in class org.apache.log4j.xml.XMLLayout
- The LocationInfo option takes a boolean value.
- setLogger(Logger) -
Method in class org.apache.log4j.helpers.OnlyOnceErrorHandler
- Does not do anything.
- 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
- Adds the logger passed as parameter to the list of
loggers that we need to search for in case of appender failure.
- setLogLevelColorMap(LogLevel, Color) -
Method in class org.apache.log4j.lf5.LogLevel
-
- setLogRecordFilter(LogRecordFilter) -
Method in class org.apache.log4j.lf5.viewer.FilteredLogTableModel
-
- setMaxBackupIndex(int) -
Method in class org.apache.log4j.RollingFileAppender
- Set the maximum number of backup files to keep around.
- setMaxDepth(int) -
Static method in class org.apache.log4j.NDC
- Set maximum depth of this diagnostic context.
- setMaxFileSize(String) -
Method in class org.apache.log4j.RollingFileAppender
- Set the maximum size that the output file is allowed to reach
before being rolled over to backup files.
- setMaximumFileSize(long) -
Method in class org.apache.log4j.RollingFileAppender
- Set the maximum size that the output file is allowed to reach
before being rolled over to backup files.
- setMaxNumberOfLogRecords(int) -
Method in class org.apache.log4j.lf5.viewer.FilteredLogTableModel
-
- setMaxNumberOfLogRecords(int) -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- setMaxNumberOfRecords(int) -
Method in class org.apache.log4j.lf5.LF5Appender
-
- setMaxNumberOfRecords(int) -
Method in class org.apache.log4j.lf5.util.LogMonitorAdapter
- Set the maximum number of records to be displayed in the monitor
- setMaxRecordConfiguration() -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- setMaxSize(int) -
Method in class org.apache.log4j.lf5.viewer.configure.MRUFileManager
- Ensures that the MRU list will have a MaxSize.
- setMessage(String) -
Method in class org.apache.log4j.lf5.LogRecord
- Set the message associated with this LogRecord.
- setMillis(long) -
Method in class org.apache.log4j.lf5.LogRecord
- Set the event time of this record.
- setMRU(Object) -
Method in class org.apache.log4j.lf5.viewer.configure.MRUFileManager
- Adds an object to the mru.
- setName(String) -
Method in interface org.apache.log4j.Appender
- Set the name of this appender.
- setName(String) -
Method in class org.apache.log4j.AppenderSkeleton
- Set the name of this Appender.
- setName(String) -
Method in class org.apache.log4j.lf5.util.Resource
- Set the name of the resource.
- setNDC(String) -
Method in class org.apache.log4j.lf5.LogRecord
- Set the NDC (nested diagnostic context) for this record.
- setNDCLogRecordFilter(String) -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- setNDCTextFilter(String) -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- setNext(Filter) -
Method in class org.apache.log4j.spi.Filter
- Set the next filter pointer.
- setOption(String, String) -
Method in class org.apache.log4j.helpers.DateLayout
- Deprecated. Use the setter method for the option directly instead
of the generic
setOption
method.
- 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.
- setOption(String, String) -
Method in class org.apache.log4j.varia.StringMatchFilter
- Deprecated. Use the setter method for the option directly instead
of the generic
setOption
method.
- setOutputFormat(String) -
Method in class org.apache.log4j.lf5.util.DateFormatManager
- Deprecated. Use setPattern().
- setParameter(Element, PropertySetter) -
Method in class org.apache.log4j.xml.DOMConfigurator
-
- setParameter(Element, PropertySetter, Properties) -
Static method in class org.apache.log4j.xml.DOMConfigurator
- Sets a parameter based from configuration file content.
- setParentSelection(CategoryNode, boolean) -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryExplorerModel
-
- setPassword(String) -
Method in class org.apache.log4j.jdbc.JDBCAppender
-
- setPassword(String) -
Method in class org.apache.log4j.net.JMSAppender
- The paswword to use when creating a topic session.
- setPattern(String) -
Method in class org.apache.log4j.lf5.util.DateFormatManager
- Set the pattern.
- 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.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.TelnetAppender
-
- setPort(int) -
Method in class org.apache.log4j.varia.ExternallyRolledFileAppender
- The Port [roperty is used for setting the port for
listening to external roll over messages.
- setPriority(Priority) -
Method in class org.apache.log4j.Category
- Deprecated. Please use
Category.setLevel(org.apache.log4j.Level)
instead.
- setPriority(Priority) -
Method in class org.apache.log4j.spi.NOPLogger
- Set the level of this Category.
- setPriority(Level) -
Method in class org.apache.log4j.spi.RootCategory
- Deprecated.
- 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.
- setProperties(boolean) -
Method in class org.apache.log4j.xml.XMLLayout
- Sets whether MDC key-value pairs should be output, default false.
- 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
- Set the named property given a
PropertyDescriptor
.
- setProperty(String, String) -
Method in class org.apache.log4j.pattern.LogEvent
- Set value for MDC property.
- setProperty(String, String) -
Method in class org.apache.log4j.spi.LoggingEvent
- Set value for MDC property.
- setProviderURL(String) -
Method in class org.apache.log4j.net.JMSAppender
-
- setQuietMode(boolean) -
Static method in class org.apache.log4j.helpers.LogLog
- 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.
- setQWForFiles(Writer) -
Method in class org.apache.log4j.RollingFileAppender
-
- 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.
- 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.
- 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
-
- setReplyTo(String) -
Method in class org.apache.log4j.net.SMTPAppender
- Set the e-mail addresses to which replies should be directed.
- setRepositorySelector(RepositorySelector, Object) -
Static method in class org.apache.log4j.LogManager
- Sets
LoggerFactory
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(Priority,String,Throwable)
and Category.l7dlog(Priority,String,Object[],Throwable)
.
- setResourceBundle(ResourceBundle) -
Method in class org.apache.log4j.spi.NOPLogger
- Set the resource bundle to be used with localized logging
methods
Category.l7dlog(Priority,String,Throwable)
and Category.l7dlog(Priority,String,Object[],Throwable)
.
- setRewritePolicy(RewritePolicy) -
Method in class org.apache.log4j.rewrite.RewriteAppender
-
- setSearchText(String) -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- setSecurityCredentials(String) -
Method in class org.apache.log4j.net.JMSAppender
-
- setSecurityPrincipalName(String) -
Method in class org.apache.log4j.net.JMSAppender
-
- setSelected(boolean) -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNode
-
- setSendOnClose(boolean) -
Method in class org.apache.log4j.net.SMTPAppender
- Set sendOnClose.
- setSequenceNumber(long) -
Method in class org.apache.log4j.lf5.LogRecord
- Set the sequence number assocsiated with this LogRecord.
- setSevereLevel(LogLevel) -
Static method in class org.apache.log4j.lf5.util.AdapterLogRecord
-
- setSevereLevel(LogLevel) -
Method in class org.apache.log4j.lf5.util.LogMonitorAdapter
- Sets the Severe LogLevel.
- setSMTPDebug(boolean) -
Method in class org.apache.log4j.net.SMTPAppender
- Setting the SmtpDebug option to true will cause the mail session to log its server interaction to stdout.
- 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.
- setSMTPPassword(String) -
Method in class org.apache.log4j.net.SMTPAppender
- The SmtpPassword option takes a string value which should be the password required to authenticate against
the mail server.
- setSMTPPort(int) -
Method in class org.apache.log4j.net.SMTPAppender
- Set port.
- setSMTPProtocol(String) -
Method in class org.apache.log4j.net.SMTPAppender
- Set transport protocol.
- setSMTPUsername(String) -
Method in class org.apache.log4j.net.SMTPAppender
- The SmtpUsername option takes a string value which should be the username required to authenticate against
the mail server.
- setSource(String) -
Method in class org.apache.log4j.nt.NTEventLogAppender
- The Source option which names the source of the event.
- setSql(String) -
Method in class org.apache.log4j.jdbc.JDBCAppender
-
- 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.
- setTarget(String) -
Method in class org.apache.log4j.ConsoleAppender
- Sets the value of the Target option.
- setThreadDescription(String) -
Method in class org.apache.log4j.lf5.LogRecord
- Set the thread description associated with this LogRecord.
- 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(Priority) -
Method in class org.apache.log4j.AppenderSkeleton
- Set the threshold level.
- setThreshold(String) -
Method in class org.apache.log4j.Hierarchy
- The string form of
Hierarchy.setThreshold(Level)
.
- setThreshold(Level) -
Method in class org.apache.log4j.Hierarchy
- Enable logging for logging requests with level
l
or
higher.
- 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
- Another form of
LoggerRepository.setThreshold(Level)
accepting a string
parameter instead of a Level
.
- setThreshold(Level) -
Method in class org.apache.log4j.spi.NOPLoggerRepository
- Set the repository-wide threshold.
- setThreshold(String) -
Method in class org.apache.log4j.spi.NOPLoggerRepository
- Another form of
LoggerRepository.setThreshold(Level)
accepting a string
parameter instead of a Level
.
- setThrowableRenderer(ThrowableRenderer) -
Method in class org.apache.log4j.Hierarchy
- Set throwable renderer.
- setThrowableRenderer(ThrowableRenderer) -
Method in interface org.apache.log4j.spi.ThrowableRendererSupport
- Set throwable renderer.
- setThrown(Throwable) -
Method in class org.apache.log4j.lf5.LogRecord
- Set the Throwable associated with this LogRecord.
- setThrownStackTrace(ThrowableInformation) -
Method in class org.apache.log4j.lf5.Log4JLogRecord
- Set stack trace information associated with this Log4JLogRecord.
- setThrownStackTrace(String) -
Method in class org.apache.log4j.lf5.LogRecord
- Set the ThrownStackTrace for the log record.
- 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.lf5.util.DateFormatManager
-
- setTimeZone(TimeZone) -
Method in class org.apache.log4j.pattern.CachedDateFormat
- Set timezone.
- setTitle(String) -
Method in class org.apache.log4j.HTMLLayout
- The Title option takes a String value.
- setTitle(String) -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryElement
-
- setTitle(String) -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- 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.
- 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.
- setURL(String) -
Method in class org.apache.log4j.jdbc.JDBCAppender
-
- setURLPkgPrefixes(String) -
Method in class org.apache.log4j.net.JMSAppender
-
- setUser(String) -
Method in class org.apache.log4j.jdbc.JDBCAppender
-
- setUserName(String) -
Method in class org.apache.log4j.net.JMSAppender
- The user name to use when
creating a topic session
.
- setView(String, LogTable) -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- setView(List) -
Method in class org.apache.log4j.lf5.viewer.LogTable
-
- 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.
- SEVERE -
Static variable in class org.apache.log4j.lf5.LogLevel
-
- SEVERE_INT -
Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
- Numerical value for SEVERE.
- shouldFlush(LoggingEvent) -
Method in class org.apache.log4j.WriterAppender
- Determines whether the writer should be flushed after
this event is written.
- shouldSelectCell(EventObject) -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryAbstractCellEditor
-
- shouldSelectCell(EventObject) -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryImmediateEditor
-
- show(int) -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
- Show the frame for the LogBrokerMonitor.
- show() -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- show() -
Method in class org.apache.log4j.lf5.viewer.LogFactor5Dialog
-
- showLogLevelColorChangeDialog(JMenuItem, LogLevel) -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- showPopup(CategoryNode, int, int) -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNodeEditor
-
- showPropertiesDialog(CategoryNode) -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNodeEditor
-
- showPropertiesDialog(String) -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- shutdown() -
Static method in class org.apache.log4j.Category
- Deprecated. Please use
LogManager.shutdown()
instead.
- 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.LogManager
-
- shutdown() -
Method in interface org.apache.log4j.spi.LoggerRepository
-
- shutdown() -
Method in class org.apache.log4j.spi.NOPLoggerRepository
-
- SimpleLayout - Class in org.apache.log4j
- 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 in org.apache.log4j.net
- A simple
SocketNode
based server. - SimpleSocketServer() -
Constructor for class org.apache.log4j.net.SimpleSocketServer
-
- size() -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryPath
- returns the number of CategoryElements.
- size() -
Method in class org.apache.log4j.lf5.viewer.configure.MRUFileManager
- Gets the size of the MRU file list.
- SIZE -
Static variable in class org.apache.log4j.lf5.viewer.LogFactor5InputDialog
-
- SMTPAppender - Class in org.apache.log4j.net
- 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.
- SocketAppender - Class in org.apache.log4j.net
- 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
.
- SocketHubAppender - Class in org.apache.log4j.net
- 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
.
- SocketNode - Class in org.apache.log4j.net
- Read
LoggingEvent
objects sent from a remote client using
Sockets (TCP). - SocketNode(Socket, LoggerRepository) -
Constructor for class org.apache.log4j.net.SocketNode
-
- SocketServer - Class in org.apache.log4j.net
- A
SocketNode
based server that uses a different hierarchy
for each client. - SocketServer(File) -
Constructor for class org.apache.log4j.net.SocketServer
-
- sortByNDC() -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- spacePad(StringBuffer, int) -
Method in class org.apache.log4j.helpers.PatternConverter
- Fast space padding method.
- sqlStatement -
Variable in class org.apache.log4j.jdbc.JDBCAppender
- Stores the string given to the pattern layout for conversion into a SQL
statement, eg: insert into LogTable (Thread, Class, Message) values
("%t", "%c", "%m").
- stackTraceToString(Throwable) -
Method in class org.apache.log4j.lf5.util.AdapterLogRecord
-
- start() -
Method in class org.apache.log4j.jmx.Agent
- Deprecated.
- StartLogFactor5 - Class in org.apache.log4j.lf5
- Starts an instance of the LogFactor5 console for off-line viewing.
- StartLogFactor5() -
Constructor for class org.apache.log4j.lf5.StartLogFactor5
-
- startTime -
Variable in class org.apache.log4j.helpers.RelativeTimeDateFormat
-
- stopCellEditing() -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryAbstractCellEditor
-
- store(String) -
Method in class org.apache.log4j.lf5.viewer.configure.ConfigurationManager
-
- StreamUtils - Class in org.apache.log4j.lf5.util
- Provides utility methods for input and output streams.
- StreamUtils() -
Constructor for class org.apache.log4j.lf5.util.StreamUtils
-
- STRING_TO_MATCH_OPTION -
Static variable in class org.apache.log4j.varia.StringMatchFilter
- Deprecated. Options are now handled using the JavaBeans paradigm.
This constant is not longer needed and will be removed in the
near term.
- StringMatchFilter - Class in org.apache.log4j.varia
- 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.DailyRollingFileAppender
- This method differentiates DailyRollingFileAppender from its
super class.
- subAppend(LoggingEvent) -
Method in class org.apache.log4j.RollingFileAppender
- This method differentiates RollingFileAppender from its super
class.
- subAppend(LoggingEvent) -
Method in class org.apache.log4j.WriterAppender
- Actual writing occurs here.
- subst(String) -
Method in class org.apache.log4j.xml.DOMConfigurator
-
- subst(String, Properties) -
Static method in class org.apache.log4j.xml.DOMConfigurator
- 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.
- SYSLOG_HOST_OI -
Static variable in class org.apache.log4j.net.SyslogAppender
-
- SyslogAppender - Class in org.apache.log4j.net
- 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 in org.apache.log4j.helpers
- 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 in org.apache.log4j.helpers
- 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
- Constructs a new instance of SyslogWriter.
- SYSTEM_ERR -
Static variable in class org.apache.log4j.ConsoleAppender
-
- SYSTEM_OUT -
Static variable in class org.apache.log4j.ConsoleAppender
-
T
- tailFilter -
Variable in class org.apache.log4j.AppenderSkeleton
- The last filter in the filter chain.
- target -
Variable in class org.apache.log4j.ConsoleAppender
-
- TelnetAppender - Class in org.apache.log4j.net
- The TelnetAppender is a log4j appender that specializes in
writing to a read-only socket.
- TelnetAppender() -
Constructor for class org.apache.log4j.net.TelnetAppender
-
- TelnetAppender.SocketHandler - Class in org.apache.log4j.net
- The SocketHandler class is used to accept connections from
clients.
- TelnetAppender.SocketHandler(int) -
Constructor for class org.apache.log4j.net.TelnetAppender.SocketHandler
-
- THREAD -
Static variable in class org.apache.log4j.lf5.viewer.LogTableColumn
-
- THREAD_DELIMITER -
Static variable in class org.apache.log4j.lf5.util.LogFileParser
-
- ThreadGroupRenderer - Class in org.apache.log4j.or
- 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 in org.apache.log4j.helpers
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 in org.apache.log4j.pattern
- Formats the event thread name.
- threshold -
Variable in class org.apache.log4j.AppenderSkeleton
- There is no level threshold filtering by default.
- ThrowableInformation - Class in org.apache.log4j.spi
- ThrowableInformation is log4j's internal representation of
throwables.
- ThrowableInformation(Throwable) -
Constructor for class org.apache.log4j.spi.ThrowableInformation
-
- ThrowableInformation(Throwable, Category) -
Constructor for class org.apache.log4j.spi.ThrowableInformation
- Create a new instance.
- ThrowableInformation(String[]) -
Constructor for class org.apache.log4j.spi.ThrowableInformation
- Create new instance.
- ThrowableInformationPatternConverter - Class in org.apache.log4j.pattern
- Outputs the ThrowableInformation portion of the LoggingEvent.
- ThrowableRenderer - Interface in org.apache.log4j.spi
- Implemented by classes that render instances of
java.lang.Throwable (exceptions and errors)
into a string representation.
- ThrowableRendererSupport - Interface in org.apache.log4j.spi
- Implemented by logger repositories that support configurable
rendering of Throwables.
- throwing(Logger, String, String, Throwable) -
Static method in class org.apache.log4j.LogXF
- Logs a throwing message at DEBUG level.
- THROWN -
Static variable in class org.apache.log4j.lf5.viewer.LogTableColumn
-
- timeStamp -
Variable in class org.apache.log4j.pattern.LogEvent
- The number of milliseconds elapsed from 1/1/1970 until logging event
was created.
- timeStamp -
Variable in class org.apache.log4j.spi.LoggingEvent
- The number of milliseconds elapsed from 1/1/1970 until logging event
was created.
- 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.
- TITLE_OPTION -
Static variable in class org.apache.log4j.HTMLLayout
- A string constant used in naming the option for setting the the
HTML document title.
- toArray(Object) -
Static method in class org.apache.log4j.LogXF
- Create new array.
- toArray(Object, Object) -
Static method in class org.apache.log4j.LogXF
- Create new array.
- toArray(Object, Object, Object) -
Static method in class org.apache.log4j.LogXF
- Create new array.
- toArray(Object, Object, Object, Object) -
Static method in class org.apache.log4j.LogXF
- Create new array.
- 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
-
- toInt(String, int) -
Static method in class org.apache.log4j.helpers.OptionConverter
-
- toInt() -
Method in class org.apache.log4j.Priority
- Returns the integer representation of this level.
- toLevel(String, Level) -
Static method in class org.apache.log4j.helpers.OptionConverter
- Converts a standard or custom priority level to a Level
object.
- toLevel(int, UtilLoggingLevel) -
Static method in class org.apache.log4j.helpers.UtilLoggingLevel
- Convert an integer passed as argument to a level.
- toLevel(int) -
Static method in class org.apache.log4j.helpers.UtilLoggingLevel
- Gets level matching numeric value.
- toLevel(String) -
Static method in class org.apache.log4j.helpers.UtilLoggingLevel
- Get level with specified symbolic name.
- toLevel(String, Level) -
Static method in class org.apache.log4j.helpers.UtilLoggingLevel
- Get level with specified symbolic name.
- toLevel(String) -
Static method in class org.apache.log4j.Level
- Convert the string passed as argument to a level.
- toLevel(int) -
Static method in class org.apache.log4j.Level
- Convert an integer passed as argument to a level.
- toLevel(int, Level) -
Static method in class org.apache.log4j.Level
- Convert an integer passed as argument to a level.
- toLevel(String, Level) -
Static method in class org.apache.log4j.Level
- Convert the string passed as argument to a level.
- toPriority(String) -
Static method in class org.apache.log4j.Priority
- Deprecated. Please use the
Level.toLevel(String)
method instead.
- toPriority(int) -
Static method in class org.apache.log4j.Priority
- Deprecated. Please use the
Level.toLevel(int)
method instead.
- toPriority(int, Priority) -
Static method in class org.apache.log4j.Priority
- Deprecated. Please use the
Level.toLevel(int, Level)
method instead.
- toPriority(String, Priority) -
Static method in class org.apache.log4j.Priority
- Deprecated. Please use the
Level.toLevel(String, Level)
method instead.
- toString() -
Method in class org.apache.log4j.lf5.LogLevel
-
- toString() -
Method in class org.apache.log4j.lf5.LogRecord
- Return a String representation of this LogRecord.
- toString() -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNode
-
- toString() -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryPath
-
- toString() -
Method in class org.apache.log4j.lf5.viewer.LogTableColumn
-
- toString() -
Method in class org.apache.log4j.Priority
- Returns the string representation of this priority.
- TRACE -
Static variable in class org.apache.log4j.Level
- The
TRACE
Level designates finer-grained
informational events than the DEBUG
trace(Object) -
Method in class org.apache.log4j.Logger
- Log a message object with the
TRACE
level.
- trace(Object, Throwable) -
Method in class org.apache.log4j.Logger
- Log a message object with the
TRACE
level including the
stack trace of the Throwable
t
passed as parameter.
- trace(Logger, String, Object[]) -
Static method in class org.apache.log4j.LogMF
- Log a parameterized message at trace level.
- trace(Logger, Throwable, String, Object[]) -
Static method in class org.apache.log4j.LogMF
- Log a parameterized message at trace level.
- trace(Logger, String, boolean) -
Static method in class org.apache.log4j.LogMF
- Log a parameterized message at trace level.
- trace(Logger, String, char) -
Static method in class org.apache.log4j.LogMF
- Log a parameterized message at trace level.
- trace(Logger, String, byte) -
Static method in class org.apache.log4j.LogMF
- Log a parameterized message at trace level.
- trace(Logger, String, short) -
Static method in class org.apache.log4j.LogMF
- Log a parameterized message at trace level.
- trace(Logger, String, int) -
Static method in class org.apache.log4j.LogMF
- Log a parameterized message at trace level.
- trace(Logger, String, long) -
Static method in class org.apache.log4j.LogMF
- Log a parameterized message at trace level.
- trace(Logger, String, float) -
Static method in class org.apache.log4j.LogMF
- Log a parameterized message at trace level.
- trace(Logger, String, double) -
Static method in class org.apache.log4j.LogMF
- Log a parameterized message at trace level.
- trace(Logger, String, Object) -
Static method in class org.apache.log4j.LogMF
- Log a parameterized message at trace level.
- trace(Logger, String, Object, Object) -
Static method in class org.apache.log4j.LogMF
- Log a parameterized message at trace level.
- trace(Logger, String, Object, Object, Object) -
Static method in class org.apache.log4j.LogMF
- Log a parameterized message at trace level.
- trace(Logger, String, Object, Object, Object, Object) -
Static method in class org.apache.log4j.LogMF
- Log a parameterized message at trace level.
- trace(Logger, String, Object[]) -
Static method in class org.apache.log4j.LogSF
- Log a parameterized message at trace level.
- trace(Logger, Throwable, String, Object[]) -
Static method in class org.apache.log4j.LogSF
- Log a parameterized message at trace level.
- trace(Logger, String, boolean) -
Static method in class org.apache.log4j.LogSF
- Log a parameterized message at trace level.
- trace(Logger, String, char) -
Static method in class org.apache.log4j.LogSF
- Log a parameterized message at trace level.
- trace(Logger, String, byte) -
Static method in class org.apache.log4j.LogSF
- Log a parameterized message at trace level.
- trace(Logger, String, short) -
Static method in class org.apache.log4j.LogSF
- Log a parameterized message at trace level.
- trace(Logger, String, int) -
Static method in class org.apache.log4j.LogSF
- Log a parameterized message at trace level.
- trace(Logger, String, long) -
Static method in class org.apache.log4j.LogSF
- Log a parameterized message at trace level.
- trace(Logger, String, float) -
Static method in class org.apache.log4j.LogSF
- Log a parameterized message at trace level.
- trace(Logger, String, double) -
Static method in class org.apache.log4j.LogSF
- Log a parameterized message at trace level.
- trace(Logger, String, Object) -
Static method in class org.apache.log4j.LogSF
- Log a parameterized message at trace level.
- trace(Logger, String, Object, Object) -
Static method in class org.apache.log4j.LogSF
- Log a parameterized message at trace level.
- trace(Logger, String, Object, Object, Object) -
Static method in class org.apache.log4j.LogSF
- Log a parameterized message at trace level.
- trace(Logger, String, Object, Object, Object, Object) -
Static method in class org.apache.log4j.LogSF
- Log a parameterized message at trace level.
- TRACE -
Static variable in class org.apache.log4j.LogXF
- Trace level.
- trace(Object) -
Method in class org.apache.log4j.spi.NOPLogger
- Log a message object with the
TRACE
level.
- trace(Object, Throwable) -
Method in class org.apache.log4j.spi.NOPLogger
- Log a message object with the
TRACE
level including the
stack trace of the Throwable
t
passed as parameter.
- TRACE_INT -
Static variable in class org.apache.log4j.Level
- TRACE level integer value.
- TrackingAdjustmentListener - Class in org.apache.log4j.lf5.viewer
- An AdjustmentListener which ensures that an Adjustable (e.g.
- TrackingAdjustmentListener() -
Constructor for class org.apache.log4j.lf5.viewer.TrackingAdjustmentListener
-
- trackTableScrollPane() -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
- Deprecated. tracking is now done automatically.
- Transform - Class in org.apache.log4j.helpers
- Utility class for transforming strings.
- Transform() -
Constructor for class org.apache.log4j.helpers.Transform
-
- TreeModelAdapter - Class in org.apache.log4j.lf5.viewer.categoryexplorer
- Default implementation of TreeModelListener which does nothing.
- TreeModelAdapter() -
Constructor for class org.apache.log4j.lf5.viewer.categoryexplorer.TreeModelAdapter
-
- treeNodesChanged(TreeModelEvent) -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.TreeModelAdapter
-
- treeNodesInserted(TreeModelEvent) -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.TreeModelAdapter
-
- treeNodesRemoved(TreeModelEvent) -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.TreeModelAdapter
-
- treePathToString(TreePath) -
Static method in class org.apache.log4j.lf5.viewer.configure.ConfigurationManager
-
- treeStructureChanged(TreeModelEvent) -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.TreeModelAdapter
-
- TriggeringEventEvaluator - Interface in org.apache.log4j.spi
- Implementions of this interface allow certain appenders to decide
when to perform an appender specific action.
- trimOldestRecords() -
Method in class org.apache.log4j.lf5.viewer.FilteredLogTableModel
-
- trimRecords() -
Method in class org.apache.log4j.lf5.viewer.FilteredLogTableModel
-
- TTCC_CONVERSION_PATTERN -
Static variable in class org.apache.log4j.EnhancedPatternLayout
- A conversion pattern equivalent to the TTCCCLayout.
- TTCC_CONVERSION_PATTERN -
Static variable in class org.apache.log4j.PatternLayout
- A conversion pattern equivalent to the TTCCCLayout.
- TTCCLayout - Class in org.apache.log4j
- 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.
U
- unadvertise() -
Method in class org.apache.log4j.net.ZeroConfSupport
-
- UNKNOWN_INT -
Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
- Numerical value for UNKNOWN.
- UNRECOGNIZED_MILLISECONDS -
Static variable in class org.apache.log4j.pattern.CachedDateFormat
- Constant used to represent that there was an
observed change, but was an expected change.
- UnrecognizedElementHandler - Interface in org.apache.log4j.xml
- When implemented by an object configured by DOMConfigurator,
the handle method will be called when an unrecognized child
element is encountered.
- update(CategoryNode, boolean) -
Method in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryExplorerModel
-
- updateFrameSize() -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- updateMRUList() -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
- Removes old file list and creates a new file list
with the updated MRU list.
- updateStatusLabel() -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- updateView() -
Method in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- UtilLoggingLevel - Class in org.apache.log4j.helpers
- An extension of the Level class that provides support for java.util.logging
Levels.
- UtilLoggingLevel(int, String, int) -
Constructor for class org.apache.log4j.helpers.UtilLoggingLevel
- Create new instance.
V
- valueOf(String) -
Static method in class org.apache.log4j.lf5.LogLevel
- Convert a log level label into a LogLevel object.
- valueOf(String) -
Static method in class org.apache.log4j.lf5.viewer.LogTableColumn
- Convert a column label into a LogTableColumn object.
- valueOf(boolean) -
Static method in class org.apache.log4j.LogXF
- Returns a Boolean instance representing the specified boolean.
- valueOf(char) -
Static method in class org.apache.log4j.LogXF
- Returns a Character instance representing the specified char.
- valueOf(byte) -
Static method in class org.apache.log4j.LogXF
- Returns a Byte instance representing the specified byte.
- valueOf(short) -
Static method in class org.apache.log4j.LogXF
- Returns a Short instance representing the specified short.
- valueOf(int) -
Static method in class org.apache.log4j.LogXF
- Returns an Integer instance representing the specified int.
- valueOf(long) -
Static method in class org.apache.log4j.LogXF
- Returns a Long instance representing the specified long.
- valueOf(float) -
Static method in class org.apache.log4j.LogXF
- Returns a Float instance representing the specified float.
- valueOf(double) -
Static method in class org.apache.log4j.LogXF
- Returns a Double instance representing the specified double.
W
- warn(Object) -
Method in class org.apache.log4j.Category
- Log a message object with the
WARN
Level.
- warn(Object, Throwable) -
Method in class org.apache.log4j.Category
- Log a message with the
WARN
level including the
stack trace of the Throwable
t
passed as
parameter.
- warn(String) -
Static method in class org.apache.log4j.helpers.LogLog
- This method is used to output log4j internal warning
statements.
- warn(String, Throwable) -
Static method in class org.apache.log4j.helpers.LogLog
- This method is used to output log4j internal warnings.
- WARN -
Static variable in class org.apache.log4j.Level
- The
WARN
level designates potentially harmful situations.
- WARN -
Static variable in class org.apache.log4j.lf5.LogLevel
-
- warn(Logger, String, Object[]) -
Static method in class org.apache.log4j.LogMF
- Log a parameterized message at warn level.
- warn(Logger, Throwable, String, Object[]) -
Static method in class org.apache.log4j.LogMF
- Log a parameterized message at warn level.
- warn(Logger, String, boolean) -
Static method in class org.apache.log4j.LogMF
- Log a parameterized message at warn level.
- warn(Logger, String, char) -
Static method in class org.apache.log4j.LogMF
- Log a parameterized message at warn level.
- warn(Logger, String, byte) -
Static method in class org.apache.log4j.LogMF
- Log a parameterized message at warn level.
- warn(Logger, String, short) -
Static method in class org.apache.log4j.LogMF
- Log a parameterized message at warn level.
- warn(Logger, String, int) -
Static method in class org.apache.log4j.LogMF
- Log a parameterized message at warn level.
- warn(Logger, String, long) -
Static method in class org.apache.log4j.LogMF
- Log a parameterized message at warn level.
- warn(Logger, String, float) -
Static method in class org.apache.log4j.LogMF
- Log a parameterized message at warn level.
- warn(Logger, String, double) -
Static method in class org.apache.log4j.LogMF
- Log a parameterized message at warn level.
- warn(Logger, String, Object) -
Static method in class org.apache.log4j.LogMF
- Log a parameterized message at warn level.
- warn(Logger, String, Object, Object) -
Static method in class org.apache.log4j.LogMF
- Log a parameterized message at warn level.
- warn(Logger, String, Object, Object, Object) -
Static method in class org.apache.log4j.LogMF
- Log a parameterized message at warn level.
- warn(Logger, String, Object, Object, Object, Object) -
Static method in class org.apache.log4j.LogMF
- Log a parameterized message at warn level.
- warn(Logger, String, Object[]) -
Static method in class org.apache.log4j.LogSF
- Log a parameterized message at warn level.
- warn(Logger, Throwable, String, Object[]) -
Static method in class org.apache.log4j.LogSF
- Log a parameterized message at warn level.
- warn(Logger, String, boolean) -
Static method in class org.apache.log4j.LogSF
- Log a parameterized message at warn level.
- warn(Logger, String, char) -
Static method in class org.apache.log4j.LogSF
- Log a parameterized message at warn level.
- warn(Logger, String, byte) -
Static method in class org.apache.log4j.LogSF
- Log a parameterized message at warn level.
- warn(Logger, String, short) -
Static method in class org.apache.log4j.LogSF
- Log a parameterized message at warn level.
- warn(Logger, String, int) -
Static method in class org.apache.log4j.LogSF
- Log a parameterized message at warn level.
- warn(Logger, String, long) -
Static method in class org.apache.log4j.LogSF
- Log a parameterized message at warn level.
- warn(Logger, String, float) -
Static method in class org.apache.log4j.LogSF
- Log a parameterized message at warn level.
- warn(Logger, String, double) -
Static method in class org.apache.log4j.LogSF
- Log a parameterized message at warn level.
- warn(Logger, String, Object) -
Static method in class org.apache.log4j.LogSF
- Log a parameterized message at warn level.
- warn(Logger, String, Object, Object) -
Static method in class org.apache.log4j.LogSF
- Log a parameterized message at warn level.
- warn(Logger, String, Object, Object, Object) -
Static method in class org.apache.log4j.LogSF
- Log a parameterized message at warn level.
- warn(Logger, String, Object, Object, Object, Object) -
Static method in class org.apache.log4j.LogSF
- Log a parameterized message at warn level.
- WARN -
Static variable in class org.apache.log4j.Priority
- Deprecated. Use
Level.WARN
instead.
- warn(Object) -
Method in class org.apache.log4j.spi.NOPLogger
- Log a message object with the
WARN
Level.
- warn(Object, Throwable) -
Method in class org.apache.log4j.spi.NOPLogger
- Log a message with the
WARN
level including the
stack trace of the Throwable
t
passed as
parameter.
- WARN_INT -
Static variable in class org.apache.log4j.Priority
-
- WARNING -
Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
- WARNING.
- WARNING -
Static variable in class org.apache.log4j.lf5.LogLevel
-
- warning(SAXParseException) -
Method in class org.apache.log4j.xml.SAXErrorHandler
-
- WARNING_INT -
Static variable in class org.apache.log4j.helpers.UtilLoggingLevel
- Numerical value for WARNING.
- 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.
- wrapStringOnPanel(String, Container) -
Method in class org.apache.log4j.lf5.viewer.LogFactor5Dialog
-
- write(String) -
Method in class org.apache.log4j.helpers.CountingQuietWriter
-
- write(String) -
Method in class org.apache.log4j.helpers.QuietWriter
-
- write(String) -
Method in class org.apache.log4j.helpers.SyslogQuietWriter
-
- write(char[], int, int) -
Method in class org.apache.log4j.helpers.SyslogWriter
-
- write(String) -
Method in class org.apache.log4j.helpers.SyslogWriter
-
- WRITE_FAILURE -
Static variable in interface org.apache.log4j.spi.ErrorCode
-
- 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 in org.apache.log4j
- 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
- XMLLayout - Class in org.apache.log4j.xml
- 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
-
- XMLSample - Class in org.apache.log4j.xml.examples
- 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
-
Z
- ZeroConfSupport - Class in org.apache.log4j.net
-
- ZeroConfSupport(String, int, String, Map) -
Constructor for class org.apache.log4j.net.ZeroConfSupport
-
- ZeroConfSupport(String, int, String) -
Constructor for class org.apache.log4j.net.ZeroConfSupport
-
- ZONE -
Static variable in class org.apache.log4j.net.SocketAppender
- The MulticastDNS zone advertised by a SocketAppender
- ZONE -
Static variable in class org.apache.log4j.net.SocketHubAppender
- The MulticastDNS zone advertised by a SocketHubAppender
_
- _allRecords -
Variable in class org.apache.log4j.lf5.viewer.FilteredLogTableModel
-
- _callSystemExitOnClose -
Variable in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- _category -
Variable in class org.apache.log4j.lf5.LogRecord
-
- _categoryElements -
Variable in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryPath
-
- _categoryExplorerTree -
Variable in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- _categoryModel -
Variable in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNodeEditor
-
- _categoryTitle -
Variable in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryElement
-
- _changeEvent -
Variable in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryAbstractCellEditor
-
- _checkBox -
Variable in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNodeEditor
-
- _checkBox -
Variable in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNodeRenderer
-
- _clickCountToStart -
Variable in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryAbstractCellEditor
-
- _colCategory -
Variable in class org.apache.log4j.lf5.viewer.LogTable
-
- _colDate -
Variable in class org.apache.log4j.lf5.viewer.LogTable
-
- _colLevel -
Variable in class org.apache.log4j.lf5.viewer.LogTable
-
- _colLocation -
Variable in class org.apache.log4j.lf5.viewer.LogTable
-
- _colMessage -
Variable in class org.apache.log4j.lf5.viewer.LogTable
-
- _colMessageNum -
Variable in class org.apache.log4j.lf5.viewer.LogTable
-
- _colNames -
Variable in class org.apache.log4j.lf5.viewer.FilteredLogTableModel
-
- _colNames -
Variable in class org.apache.log4j.lf5.viewer.LogTable
-
- _colNDC -
Variable in class org.apache.log4j.lf5.viewer.LogTable
-
- _color -
Variable in class org.apache.log4j.lf5.viewer.LogTableRowRenderer
-
- _colThread -
Variable in class org.apache.log4j.lf5.viewer.LogTable
-
- _colThrown -
Variable in class org.apache.log4j.lf5.viewer.LogTable
-
- _columns -
Variable in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- _colWidths -
Variable in class org.apache.log4j.lf5.viewer.LogTable
-
- _configurationManager -
Variable in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- _currentView -
Variable in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- _dateFormatManager -
Variable in class org.apache.log4j.lf5.viewer.LogTable
-
- _defaultLogMonitor -
Static variable in class org.apache.log4j.lf5.LF5Appender
-
- _defaultMonitor -
Variable in class org.apache.log4j.lf5.AppenderFinalizer
-
- _detailTextArea -
Variable in class org.apache.log4j.lf5.viewer.LogTable
-
- _displayedLogBrokerProperties -
Variable in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- _event -
Variable in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryExplorerModel
-
- _fileLocation -
Variable in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- _filter -
Variable in class org.apache.log4j.lf5.viewer.FilteredLogTableModel
-
- _filteredRecords -
Variable in class org.apache.log4j.lf5.viewer.FilteredLogTableModel
-
- _finalizer -
Static variable in class org.apache.log4j.lf5.LF5Appender
-
- _fontName -
Variable in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- _fontSize -
Variable in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- _fontSizeCombo -
Variable in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- _hasFatalChildren -
Variable in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNode
-
- _hasFatalRecords -
Variable in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNode
-
- _highlightFatal -
Variable in class org.apache.log4j.lf5.viewer.LogTableRowRenderer
-
- _isDisposed -
Variable in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- _label -
Variable in class org.apache.log4j.lf5.LogLevel
-
- _label -
Variable in class org.apache.log4j.lf5.viewer.LogTableColumn
-
- _lastEditedNode -
Variable in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNodeEditor
-
- _lastMaximum -
Variable in class org.apache.log4j.lf5.viewer.TrackingAdjustmentListener
-
- _lastTableViewportSize -
Variable in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- _leastSevereDisplayedLogLevel -
Variable in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- _level -
Variable in class org.apache.log4j.lf5.LogRecord
-
- _levels -
Variable in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- _listener -
Variable in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryExplorerModel
-
- _listenerList -
Variable in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryAbstractCellEditor
-
- _loadSystemFonts -
Variable in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- _location -
Variable in class org.apache.log4j.lf5.LogRecord
-
- _lock -
Variable in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- _logLevelMenuItems -
Variable in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- _logMonitor -
Variable in class org.apache.log4j.lf5.LF5Appender
-
- _logMonitorFrame -
Variable in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- _logMonitorFrameHeight -
Variable in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- _logMonitorFrameWidth -
Variable in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- _logTableColumnMenuItems -
Variable in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- _logTableScrollPane -
Variable in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- _maxNumberOfLogRecords -
Variable in class org.apache.log4j.lf5.viewer.FilteredLogTableModel
-
- _message -
Variable in class org.apache.log4j.lf5.LogRecord
-
- _millis -
Variable in class org.apache.log4j.lf5.LogRecord
-
- _model -
Variable in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryExplorerLogRecordFilter
-
- _model -
Variable in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryExplorerTree
-
- _mruFileManager -
Variable in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- _name -
Variable in class org.apache.log4j.lf5.util.Resource
-
- _ndc -
Variable in class org.apache.log4j.lf5.LogRecord
-
- _NDCTextFilter -
Variable in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- _numberOfContainedRecords -
Variable in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNode
-
- _numberOfRecordsFromChildren -
Variable in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNode
-
- _numCols -
Variable in class org.apache.log4j.lf5.viewer.LogTable
-
- _panel -
Variable in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNodeRenderer
-
- _precedence -
Variable in class org.apache.log4j.lf5.LogLevel
-
- _renderer -
Variable in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNodeEditor
-
- _renderFatal -
Variable in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryExplorerModel
-
- _rootAlreadyExpanded -
Variable in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryExplorerTree
-
- _rowHeight -
Variable in class org.apache.log4j.lf5.viewer.LogTable
-
- _sat -
Static variable in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNodeRenderer
-
- _searchText -
Variable in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- _selected -
Variable in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNode
-
- _seqCount -
Static variable in class org.apache.log4j.lf5.LogRecord
-
- _sequenceNumber -
Variable in class org.apache.log4j.lf5.LogRecord
-
- _statusLabel -
Variable in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- _table -
Variable in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- _tableColumns -
Variable in class org.apache.log4j.lf5.viewer.LogTable
-
- _thread -
Variable in class org.apache.log4j.lf5.LogRecord
-
- _thrown -
Variable in class org.apache.log4j.lf5.LogRecord
-
- _thrownStackTrace -
Variable in class org.apache.log4j.lf5.LogRecord
-
- _trackTableScrollPane -
Variable in class org.apache.log4j.lf5.viewer.LogBrokerMonitor
-
- _tree -
Variable in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNodeEditor
-
- _value -
Variable in class org.apache.log4j.lf5.viewer.categoryexplorer.CategoryAbstractCellEditor
-
A B C D E F G H I J L M N O P Q R S T U V W X Z _
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.