Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C D E F G H I L M O P R S T V W _

A

AppenderFinalizer - class org.apache.log4j.lf5.AppenderFinalizer.
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.
AppenderFinalizer(LogBrokerMonitor) - Constructor for class org.apache.log4j.lf5.AppenderFinalizer
 
append(LoggingEvent) - Method in class org.apache.log4j.lf5.LF5Appender
Appends a LoggingEvent record to the LF5Appender.

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.Appender interface.
configure() - Static method in class org.apache.log4j.lf5.DefaultLF5Configurator
This method configures the LF5Appender using a default configuration file.

D

DEBUG - Static variable in class org.apache.log4j.lf5.LogLevel
 
DefaultLF5Configurator - class org.apache.log4j.lf5.DefaultLF5Configurator.
The DefaultLF5Configurator provides a default configuration for the LF5Appender.
DefaultLF5Configurator() - Constructor for class org.apache.log4j.lf5.DefaultLF5Configurator
This class should never be instantiated! It implements the Configurator interface, 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 IllegalStateException if 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 Priority levels will be displayed in colored font when the LogMonitorAppender renders this log message.
isSevereLevel() - Method in class org.apache.log4j.lf5.LogRecord
Abstract method.

L

LF5Appender - class org.apache.log4j.lf5.LF5Appender.
LF5Appender logs events to a swing based logging console.
LF5Appender() - Constructor for class org.apache.log4j.lf5.LF5Appender
Constructs a LF5Appender using the default instance of the LogBrokerMonitor.
LF5Appender(LogBrokerMonitor) - Constructor for class org.apache.log4j.lf5.LF5Appender
Constructs a LF5Appender using an instance of a LogBrokerMonitor supplied by the user.
Log4JLogRecord - class org.apache.log4j.lf5.Log4JLogRecord.
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.
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 LogBrokerMonitor is 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 _