|
|||||||||
| Home >> All >> org >> apache >> log4j >> [ lf5 overview ] | PREV NEXT | ||||||||
A
- AppenderFinalizer - class org.apache.log4j.lf5.AppenderFinalizer.
AppenderFinalizerhas a single method that will finalize resources associated with aLogBrokerMonitorin the event that theLF5Appenderclass is destroyed, and the class loader is garbage collected.- AppenderFinalizer(LogBrokerMonitor) - Constructor for class org.apache.log4j.lf5.AppenderFinalizer
- append(LoggingEvent) - Method in class org.apache.log4j.lf5.LF5Appender
- Appends a
LoggingEventrecord to theLF5Appender.
C
- CONFIG - Static variable in class org.apache.log4j.lf5.LogLevel
- close() - Method in class org.apache.log4j.lf5.LF5Appender
- This method is an empty implementation of the close() method inherited
from the
org.apache.log4j.Appenderinterface. - configure() - Static method in class org.apache.log4j.lf5.DefaultLF5Configurator
- This method configures the
LF5Appenderusing a default configuration file.
D
- DEBUG - Static variable in class org.apache.log4j.lf5.LogLevel
- DefaultLF5Configurator - class org.apache.log4j.lf5.DefaultLF5Configurator.
- The
DefaultLF5Configuratorprovides a default configuration for theLF5Appender. - DefaultLF5Configurator() - Constructor for class org.apache.log4j.lf5.DefaultLF5Configurator
- This class should never be instantiated! It implements the
Configuratorinterface, but does not provide the same functionality as full configurator class. - doConfigure(URL, LoggerRepository) - Method in class org.apache.log4j.lf5.DefaultLF5Configurator
- This is a dummy method that will throw an
IllegalStateExceptionif used.
E
- ERROR - Static variable in class org.apache.log4j.lf5.LogLevel
- encompasses(LogLevel) - Method in class org.apache.log4j.lf5.LogLevel
- Returns true if the level supplied is encompassed by this level.
- equals(LF5Appender) - Method in class org.apache.log4j.lf5.LF5Appender
- The equals method compares two LF5Appenders and determines whether they are equal.
- equals(Object) - Method in class org.apache.log4j.lf5.LogLevel
F
- FATAL - Static variable in class org.apache.log4j.lf5.LogLevel
- FINE - Static variable in class org.apache.log4j.lf5.LogLevel
- FINER - Static variable in class org.apache.log4j.lf5.LogLevel
- FINEST - Static variable in class org.apache.log4j.lf5.LogLevel
- finalize() - Method in class org.apache.log4j.lf5.AppenderFinalizer
G
- getAllDefaultLevels() - Static method in class org.apache.log4j.lf5.LogLevel
- getCategory() - Method in class org.apache.log4j.lf5.LogRecord
- Get the category asscociated with this LogRecord.
- getDefaultInstance() - Static method in class org.apache.log4j.lf5.LF5Appender
- getDefaultMonitorHeight() - Static method in class org.apache.log4j.lf5.LF5Appender
- getDefaultMonitorWidth() - Static method in class org.apache.log4j.lf5.LF5Appender
- getJdk14Levels() - Static method in class org.apache.log4j.lf5.LogLevel
- getLabel() - Method in class org.apache.log4j.lf5.LogLevel
- Return the Label of the LogLevel.
- getLevel() - Method in class org.apache.log4j.lf5.LogRecord
- Get the level of this LogRecord.
- getLocation() - Method in class org.apache.log4j.lf5.LogRecord
- Get the location in code where this LogRecord originated.
- getLog4JLevels() - Static method in class org.apache.log4j.lf5.LogLevel
- getLogBrokerMonitor() - Method in class org.apache.log4j.lf5.LF5Appender
- getLogLevelColorMap() - Static method in class org.apache.log4j.lf5.LogLevel
- getMessage() - Method in class org.apache.log4j.lf5.LogRecord
- Get the message asscociated with this LogRecord.
- getMillis() - Method in class org.apache.log4j.lf5.LogRecord
- Get the event time of this record in milliseconds from 1970.
- getNDC() - Method in class org.apache.log4j.lf5.LogRecord
- Get the NDC (nested diagnostic context) for this record.
- getNextId() - Static method in class org.apache.log4j.lf5.LogRecord
- getPrecedence() - Method in class org.apache.log4j.lf5.LogLevel
- getScreenHeight() - Static method in class org.apache.log4j.lf5.LF5Appender
- getScreenWidth() - Static method in class org.apache.log4j.lf5.LF5Appender
- getSequenceNumber() - Method in class org.apache.log4j.lf5.LogRecord
- Get the sequence number associated with this LogRecord.
- getThreadDescription() - Method in class org.apache.log4j.lf5.LogRecord
- Get the thread description asscociated with this LogRecord.
- getThrown() - Method in class org.apache.log4j.lf5.LogRecord
- Get the Throwable associated with this LogRecord.
- getThrownStackTrace() - Method in class org.apache.log4j.lf5.LogRecord
- Get the stack trace in a String-based format for the associated Throwable of this LogRecord.
H
- hasThrown() - Method in class org.apache.log4j.lf5.LogRecord
- hashCode() - Method in class org.apache.log4j.lf5.LogLevel
I
- INFO - Static variable in class org.apache.log4j.lf5.LogLevel
- isFatal() - Method in class org.apache.log4j.lf5.LogRecord
- isSevereLevel() - Method in class org.apache.log4j.lf5.Log4JLogRecord
- Determines which
Prioritylevels will be displayed in colored font when theLogMonitorAppenderrenders this log message. - isSevereLevel() - Method in class org.apache.log4j.lf5.LogRecord
- Abstract method.
L
- LF5Appender - class org.apache.log4j.lf5.LF5Appender.
LF5Appenderlogs events to a swing based logging console.- LF5Appender() - Constructor for class org.apache.log4j.lf5.LF5Appender
- Constructs a
LF5Appenderusing the default instance of theLogBrokerMonitor. - LF5Appender(LogBrokerMonitor) - Constructor for class org.apache.log4j.lf5.LF5Appender
- Constructs a
LF5Appenderusing an instance of aLogBrokerMonitorsupplied by the user.- Log4JLogRecord - class org.apache.log4j.lf5.Log4JLogRecord.
- A
Log4JLogRecordencapsulates the details of your log4jLoggingEventin a format usable by theLogBrokerMonitor.- Log4JLogRecord() - Constructor for class org.apache.log4j.lf5.Log4JLogRecord
- Constructs an instance of a
Log4JLogRecord.- LogLevel - class org.apache.log4j.lf5.LogLevel.
- The LogLevel class defines a set of standard logging levels.
- LogLevel(String, int) - Constructor for class org.apache.log4j.lf5.LogLevel
- LogLevelFormatException - exception org.apache.log4j.lf5.LogLevelFormatException.
- 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 class org.apache.log4j.lf5.LogLevelFormatException
- LogRecord - class org.apache.log4j.lf5.LogRecord.
- LogRecord.
- LogRecord() - Constructor for class org.apache.log4j.lf5.LogRecord
- LogRecordFilter - interface org.apache.log4j.lf5.LogRecordFilter.
- An interface for classes which filters LogRecords.
M
- 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.
O
- org.apache.log4j.lf5 - package org.apache.log4j.lf5
P
- PassingLogRecordFilter - class org.apache.log4j.lf5.PassingLogRecordFilter.
- An implementation of LogRecordFilter which always returns true.
- PassingLogRecordFilter() - Constructor for class org.apache.log4j.lf5.PassingLogRecordFilter
- passes(LogRecord) - Method in interface org.apache.log4j.lf5.LogRecordFilter
- passes(LogRecord) - Method in class org.apache.log4j.lf5.PassingLogRecordFilter
R
- 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
- requiresLayout() - Method in class org.apache.log4j.lf5.LF5Appender
- Returns a value that indicates whether this appender requires a
Layout. - reset() - Method in class org.apache.log4j.lf5.PassingLogRecordFilter
- Does nothing.
- resetLogLevelColorMap() - Static method in class org.apache.log4j.lf5.LogLevel
- resetSequenceNumber() - Static method in class org.apache.log4j.lf5.LogRecord
- Resets that sequence number to 0.
S
- SEVERE - Static variable in class org.apache.log4j.lf5.LogLevel
- StartLogFactor5 - class org.apache.log4j.lf5.StartLogFactor5.
- Starts an instance of the LogFactor5 console for off-line viewing.
- StartLogFactor5() - Constructor for class org.apache.log4j.lf5.StartLogFactor5
- setCallSystemExitOnClose(boolean) - Method in class org.apache.log4j.lf5.LF5Appender
- This method is used to set the property that controls whether
the
LogBrokerMonitoris hidden or closed when a user exits the monitor. - setCategory(String) - Method in class org.apache.log4j.lf5.LogRecord
- Set the category associated with this LogRecord.
- setLevel(LogLevel) - Method in class org.apache.log4j.lf5.LogRecord
- Set the level of this LogRecord.
- setLocation(String) - Method in class org.apache.log4j.lf5.LogRecord
- Set the location in code where this LogRecord originated.
- setLogLevelColorMap(LogLevel, Color) - Method in class org.apache.log4j.lf5.LogLevel
- setMaxNumberOfRecords(int) - Method in class org.apache.log4j.lf5.LF5Appender
- 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.
- setNDC(String) - Method in class org.apache.log4j.lf5.LogRecord
- Set the NDC (nested diagnostic context) for this record.
- setSequenceNumber(long) - Method in class org.apache.log4j.lf5.LogRecord
- Set the sequence number assocsiated with this LogRecord.
- setThreadDescription(String) - Method in class org.apache.log4j.lf5.LogRecord
- Set the thread description associated with this LogRecord.
- 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.
T
- 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.
V
- valueOf(String) - Static method in class org.apache.log4j.lf5.LogLevel
- Convert a log level label into a LogLevel object.
W
- WARN - Static variable in class org.apache.log4j.lf5.LogLevel
- WARNING - Static variable in class org.apache.log4j.lf5.LogLevel
_
- _allDefaultLevels - Static variable in class org.apache.log4j.lf5.LogLevel
- _category - Variable in class org.apache.log4j.lf5.LogRecord
- _defaultLogMonitor - Static variable in class org.apache.log4j.lf5.LF5Appender
- _defaultMonitor - Variable in class org.apache.log4j.lf5.AppenderFinalizer
- _finalizer - Static variable in class org.apache.log4j.lf5.LF5Appender
- _jdk14Levels - Static variable in class org.apache.log4j.lf5.LogLevel
- _label - Variable in class org.apache.log4j.lf5.LogLevel
- _level - Variable in class org.apache.log4j.lf5.LogRecord
- _location - Variable in class org.apache.log4j.lf5.LogRecord
- _log4JLevels - Static variable in class org.apache.log4j.lf5.LogLevel
- _logLevelColorMap - Static variable in class org.apache.log4j.lf5.LogLevel
- _logLevelMap - Static variable in class org.apache.log4j.lf5.LogLevel
- _logMonitor - Variable in class org.apache.log4j.lf5.LF5Appender
- _message - Variable in class org.apache.log4j.lf5.LogRecord
- _millis - Variable in class org.apache.log4j.lf5.LogRecord
- _ndc - Variable in class org.apache.log4j.lf5.LogRecord
- _precedence - Variable in class org.apache.log4j.lf5.LogLevel
- _registeredLogLevelMap - Static variable in class org.apache.log4j.lf5.LogLevel
- _seqCount - Static variable in class org.apache.log4j.lf5.LogRecord
- _sequenceNumber - Variable in class org.apache.log4j.lf5.LogRecord
- _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
A C D E F G H I L M O P R S T V W _
|
|||||||||
| Home >> All >> org >> apache >> log4j >> [ lf5 overview ] | PREV NEXT | ||||||||