|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
, INFO
DEBUG 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
-
ExternallyRolledFileAppender
on host
and port
.
NDC
class except that it is
based on a map instead of a stack.javax.jms.Message
objects.NA
is returned.
Filter.getNext()
and Filter.setNext(org.apache.log4j.spi.Filter)
instead
Configurator.INHERITED
.
OFF
has the highest possible rank and is
intended to turn off logging.
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.javax.jms.Message
.org.xml.sax.Attributes
.null
.
null
.
null
.
null
.
ErrorHandler
element.
LoggerRepository
object store.
PatternLayout
class
is delegated to the PatternParser class.EnhancedPatternLayout
class
is delegated to the PatternParser class.Level
class instead.PrintWriter
.PropertySetter
utility class.LoggingEvent
in the buffer.
o
parameter) as identified
with the key
parameter into the current thread's
context map.
ObjectRenderer
for clazz
.
quietWriter
where we will write
to.
Date
by printing the number of milliseconds
elapsed since construction of the format.key
parameter.
ObjectRenderer
.LogManager
uses one (and only one)
RepositorySelector
implementation to select the
LoggerRepository
for a particular application context.Layout
.
SMTPAppender
requires a layout
.
NTEventLogAppender
requires a layout.
reset
.
newSize
.
ExternallyRolledFileAppender
.parents constructor
.
filename
.
filename
.
RootLogger
.InputStream
.
AcceptOnMatch
option.
LogBrokerMonitor
is hidden or closed when a user
exits
the monitor.
Category
name is part of log output or not.
SimpleDateFormat
or one of
the srings "NULL", "RELATIVE", "ABSOLUTE", "DATE" or "ISO8601.
DateFormat
used to format time and date in the
zone determined by timeZone
.
timeZone
parameter.
SimpleDateFormat
.
ErrorHandler
for this appender.
ErrorHandler
for this Appender.
ErrorHandler
for this WriterAppender and also the
underlying QuietWriter
if any.
TriggeringEventEvaluator
interface.
true
, the appender will flush at the end of each
write.
JMSAppender
instance to use the InitialContext.InitialContext(Hashtable)
method instead of the
no-argument constructor.
Layout
for this appender.
LevelMax
option.
LevelMin
option.
setOption
method.
setOption
method.
setOption
method.
Category.setLevel(org.apache.log4j.Level)
instead.
prefix
passed as parameter.
PropertyDescriptor
.
SocketNode
is
running.
LoggerFactory
but only if the correct
guard is passed as parameter.
Category.l7dlog(Priority,String,Throwable)
and Category.l7dlog(Priority,String,Object[],Throwable)
.
Category.l7dlog(Priority,String,Throwable)
and Category.l7dlog(Priority,String,Object[],Throwable)
.
Hierarchy.setThreshold(Level)
.
l
or
higher.
LoggerRepository.setThreshold(Level)
accepting a string
parameter instead of a Level
.
LoggerRepository.setThreshold(Level)
accepting a string
parameter instead of a Level
.
TimeZone.getTimeZone(java.lang.String)
method.
creating a topic session
.
LogManager.shutdown()
instead.
SocketNode
based server.TriggeringEventEvaluator
that will trigger on events with
level ERROR or higher.
evaluator
passed as parameter as the TriggeringEventEvaluator
for this SMTPAppender.
LoggingEvent
objects to a remote a log server,
usually a SocketNode
.address
and port
.
host
and port
.
LoggingEvent
objects to a set of remote log servers,
usually a SocketNodes
.address
and port
.
LoggingEvent
objects sent from a remote client using
Sockets (TCP).SocketNode
based server that uses a different hierarchy
for each client.val
from the
values of keys found in the system propeties.
ThreadGroup
objects in a format similar to the
information output by the ThreadGroup.list()
method.ThreadLocalMap
extends InheritableThreadLocal
to bequeath a copy of the hashtable of the MDC of the parent
thread.value
is "true", then true
is
returned.
Level.toLevel(String)
method instead.
Level.toLevel(int)
method instead.
Level.toLevel(int, Level)
method instead.
Level.toLevel(String, Level)
method instead.
TRACE
Level designates finer-grained
informational events than the DEBUG
trace(Object) -
Method in class org.apache.log4j.Logger
TRACE
level.
TRACE
level including the
stack trace of the Throwable
t
passed as parameter.
TRACE
level.
TRACE
level including the
stack trace of the Throwable
t
passed as parameter.
RelativeTimeDateFormat
as the date
formatter in the local time zone.
WARN
Level.
WARN
level including the
stack trace of the Throwable
t
passed as
parameter.
WARN
level designates potentially harmful situations.
Level.WARN
instead.
WARN
Level.
WARN
level including the
stack trace of the Throwable
t
passed as
parameter.
true
if there is just one element in the
buffer.
true
if the number of elements in the
buffer plus 1 equals the maximum buffer size, returns
false
otherwise.
Layout.getFooter()
method.
Layout.getHeader()
method.
Writer
or an
OutputStream
depending on the user's choice.OutputStreamWriter
initialized with os
as its OutputStream
.
writer
.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |