A B C D E F G H I J L M N O P R S T W

A

ABS_TIME_DATE_FORMAT - Static variable in class org.jboss.logging.jdk.format.AbsoluteTimeDateFormat
String constant used to specify AbsoluteTimeDateFormat in layouts.
AbsoluteTimeDateFormat - Class in org.jboss.logging.jdk.format
Formats a Date in the format "HH:mm:ss,SSS" for example, "15:49:37,459".
AbsoluteTimeDateFormat() - Constructor for class org.jboss.logging.jdk.format.AbsoluteTimeDateFormat
 
AbsoluteTimeDateFormat(TimeZone) - Constructor for class org.jboss.logging.jdk.format.AbsoluteTimeDateFormat
 
activateOptions() - Method in class org.jboss.logging.jdk.format.PatternFormatter
Does not do anything as options become effective
activateOptions() - Method in class org.jboss.logging.jdk.handlers.DailyRollingFileHandler
 
activateOptions() - Method in class org.jboss.logging.jdk.handlers.FileHandler
If the value of File is not null, then setFile(String) is called with the values of File and Append properties.
activateOptions() - Method in class org.jboss.logging.jdk.handlers.HandlerSkeleton
 
addConverter(PatternConverter) - Method in class org.jboss.logging.jdk.format.PatternParser
 

B

BUF_SIZE - Variable in class org.jboss.logging.jdk.format.PatternFormatter
 
bufferedIO - Variable in class org.jboss.logging.jdk.handlers.WriterHandler
Do we do bufferedIO?
bufferSize - Variable in class org.jboss.logging.jdk.handlers.WriterHandler
Determines the size of IO buffer be.

C

checkEntryConditions(LogRecord) - Method in class org.jboss.logging.jdk.handlers.WriterHandler
 
clear() - Method in class org.jboss.logging.jdk.JDKNDCProvider
 
close() - Method in class org.jboss.logging.jdk.handlers.WriterHandler
 
configure(Element) - Static method in class org.jboss.logging.jdk.xml.DOMConfigurator
Configure jdk using a configuration element as defined in the jdk.dtd.
configure(String) - Static method in class org.jboss.logging.jdk.xml.DOMConfigurator
A static version of DOMConfigurator.doConfigure(String, LogManager).
configure(URL) - Static method in class org.jboss.logging.jdk.xml.DOMConfigurator
A static version of DOMConfigurator.doConfigure(java.net.URL, LogManager).
configure(InputStream) - Static method in class org.jboss.logging.jdk.xml.DOMConfigurator
A static version of DOMConfigurator.doConfigure(java.net.URL, LogManager).
convert(LogRecord) - Method in class org.jboss.logging.jdk.format.PatternConverter
Derived pattern converters must override this method in order to convert conversion specifiers in the correct way.
createPatternParser(String) - Method in class org.jboss.logging.jdk.format.PatternFormatter
Returns PatternParser used to parse the conversion string.
currentLiteral - Variable in class org.jboss.logging.jdk.format.PatternParser
 

D

DailyRollingFileHandler - Class in org.jboss.logging.jdk.handlers
DailyRollingFileAppender extends FileHandler so that the underlying file is rolled over at a user chosen frequency.
DailyRollingFileHandler() - Constructor for class org.jboss.logging.jdk.handlers.DailyRollingFileHandler
The default constructor does nothing.
DailyRollingFileHandler(Formatter, String, String) - Constructor for class org.jboss.logging.jdk.handlers.DailyRollingFileHandler
Instantiate a DailyRollingFileAppender and open the file designated by filename.
DATE_AND_TIME_DATE_FORMAT - Static variable in class org.jboss.logging.jdk.format.AbsoluteTimeDateFormat
String constant used to specify DateTimeDateFormat in layouts.
DateTimeDateFormat - Class in org.jboss.logging.jdk.format
Formats a Date in the format "dd MMM YYYY HH:mm:ss,SSS" for example, "06 Nov 1994 15:49:37,459".
DateTimeDateFormat() - Constructor for class org.jboss.logging.jdk.format.DateTimeDateFormat
 
DateTimeDateFormat(TimeZone) - Constructor for class org.jboss.logging.jdk.format.DateTimeDateFormat
 
debug(String) - Method in class org.jboss.logging.jdk.handlers.HandlerSkeleton
 
DEBUG - Static variable in class org.jboss.logging.jdk.JBossLevel
 
debug(Object) - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
 
debug(Object, Throwable) - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
 
debug(String, Object, Throwable) - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
 
debug(String) - Method in class org.jboss.logging.jdk.xml.DOMConfigurator
 
DEFAULT_CONVERSION_PATTERN - Static variable in class org.jboss.logging.jdk.format.PatternFormatter
Default pattern string for log output.
doConfigure(String, LogManager) - Method in class org.jboss.logging.jdk.xml.DOMConfigurator
 
doConfigure(URL, LogManager) - Method in class org.jboss.logging.jdk.xml.DOMConfigurator
 
doConfigure(InputStream, LogManager) - Method in class org.jboss.logging.jdk.xml.DOMConfigurator
Configure jdk by reading in a jdk.dtd compliant XML configuration file.
doConfigure(Reader, LogManager) - Method in class org.jboss.logging.jdk.xml.DOMConfigurator
Configure jdk by reading in a jdk.dtd compliant XML configuration file.
doConfigure(InputSource, LogManager) - Method in class org.jboss.logging.jdk.xml.DOMConfigurator
Configure jdk by reading in a jdk.dtd compliant XML configuration file.
doConfigure(Element, LogManager) - Method in class org.jboss.logging.jdk.xml.DOMConfigurator
Configure by taking in an DOM element.
DOMConfigurator - Class in org.jboss.logging.jdk.xml
Use this class to initialize the log4j environment using a DOM tree.
DOMConfigurator() - Constructor for class org.jboss.logging.jdk.xml.DOMConfigurator
No argument constructor.
DOMConfigurator(ErrorManager) - Constructor for class org.jboss.logging.jdk.xml.DOMConfigurator
 
doReset() - Method in class org.jboss.logging.jdk.JBossJDKLogManager
Invokes the LogManager.reset() method.
doReset() - Method in class org.jboss.logging.jdk.JDKLogManager
Invokes the LogManager.reset() method.

E

ERROR - Static variable in class org.jboss.logging.jdk.JBossLevel
 
error(Object) - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
 
error(Object, Throwable) - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
 
error(String, Object, Throwable) - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
 
extractOption() - Method in class org.jboss.logging.jdk.format.PatternParser
 
extractPrecisionOption() - Method in class org.jboss.logging.jdk.format.PatternParser
The option is expected to be in decimal and positive.

F

FATAL - Static variable in class org.jboss.logging.jdk.JBossLevel
 
fatal(Object) - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
 
fatal(Object, Throwable) - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
 
fatal(String, Object, Throwable) - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
 
fileAppend - Variable in class org.jboss.logging.jdk.handlers.FileHandler
Controls file truncatation.
FileHandler - Class in org.jboss.logging.jdk.handlers
FileAppender appends log events to a file.
FileHandler() - Constructor for class org.jboss.logging.jdk.handlers.FileHandler
The default constructor does not do anything.
FileHandler(Formatter, String, boolean, boolean, int) - Constructor for class org.jboss.logging.jdk.handlers.FileHandler
Instantiate a FileHandler and open the file designated by filename.
FileHandler(Formatter, String, boolean) - Constructor for class org.jboss.logging.jdk.handlers.FileHandler
Instantiate a FileHandler and open the file designated by filename.
FileHandler(Formatter, String) - Constructor for class org.jboss.logging.jdk.handlers.FileHandler
Instantiate a FileHandler and open the file designated by filename.
fileName - Variable in class org.jboss.logging.jdk.handlers.FileHandler
The name of the log file.
finalizeConverter(char) - Method in class org.jboss.logging.jdk.format.PatternParser
 
findHandlerByName(Document, String) - Method in class org.jboss.logging.jdk.xml.DOMConfigurator
Used internally to parse appenders by IDREF name.
findHandlerByReference(Element) - Method in class org.jboss.logging.jdk.xml.DOMConfigurator
Used internally to parse appenders by IDREF element.
flush() - Method in class org.jboss.logging.jdk.handlers.WriterHandler
 
format(Date, StringBuffer, FieldPosition) - Method in class org.jboss.logging.jdk.format.AbsoluteTimeDateFormat
Appends to sbuf the time in the format "HH:mm:ss,SSS" for example, "15:49:37,459"
format(Date, StringBuffer, FieldPosition) - Method in class org.jboss.logging.jdk.format.DateTimeDateFormat
Appends to sbuf the date in the format "dd MMM YYYY HH:mm:ss,SSS" for example, "06 Nov 1994 08:49:37,459".
format(Date, StringBuffer, FieldPosition) - Method in class org.jboss.logging.jdk.format.ISO8601DateFormat
Appends a date in the format "YYYY-mm-dd HH:mm:ss,SSS" to sbuf.
format(StringBuffer, LogRecord) - Method in class org.jboss.logging.jdk.format.PatternConverter
A template method for formatting in a converter specific way.
format(LogRecord) - Method in class org.jboss.logging.jdk.format.PatternFormatter
Produces a formatted string as specified by the conversion pattern.
FormattingInfo - Class in org.jboss.logging.jdk.format
FormattingInfo instances contain the information obtained when parsing formatting modifiers in conversion modifiers.
FormattingInfo() - Constructor for class org.jboss.logging.jdk.format.FormattingInfo
 
formattingInfo - Variable in class org.jboss.logging.jdk.format.PatternParser
 

G

get(String) - Method in class org.jboss.logging.jdk.JDKMDCProvider
 
get() - Method in class org.jboss.logging.jdk.JDKNDCProvider
 
getAppend() - Method in class org.jboss.logging.jdk.handlers.FileHandler
Returns the value of the Append option.
getBufferSize() - Method in class org.jboss.logging.jdk.handlers.WriterHandler
 
getConversionPattern() - Method in class org.jboss.logging.jdk.format.PatternFormatter
Returns the value of the ConversionPattern option.
getDatePattern() - Method in class org.jboss.logging.jdk.handlers.DailyRollingFileHandler
Returns the value of the DatePattern option.
getDepth() - Method in class org.jboss.logging.jdk.JDKNDCProvider
 
getFile() - Method in class org.jboss.logging.jdk.handlers.FileHandler
Returns the value of the File option.
getImmediateFlush() - Method in class org.jboss.logging.jdk.handlers.WriterHandler
 
getMap() - Method in class org.jboss.logging.jdk.JDKMDCProvider
 
getMDCProvider() - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
 
getName() - Method in class org.jboss.logging.jdk.handlers.HandlerSkeleton
 
getNDCProvider() - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
 

H

HandlerSkeleton - Class in org.jboss.logging.jdk.handlers
 
HandlerSkeleton() - Constructor for class org.jboss.logging.jdk.handlers.HandlerSkeleton
 

I

i - Variable in class org.jboss.logging.jdk.format.PatternParser
 
ignoresThrowable() - Method in class org.jboss.logging.jdk.format.PatternFormatter
The PatternLayout does not handle the throwable contained within LoggingEvents.
immediateFlush - Variable in class org.jboss.logging.jdk.handlers.WriterHandler
Immediate flush means that the underlying writer or output stream will be flushed at the end of each append operation.
INFO - Static variable in class org.jboss.logging.jdk.JBossLevel
 
info(Object) - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
 
info(Object, Throwable) - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
 
info(String, Object, Throwable) - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
 
init(String) - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
 
isBufferedIO() - Method in class org.jboss.logging.jdk.handlers.WriterHandler
 
isDebugEnabled() - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
Deprecated. 
isInfoEnabled() - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
Deprecated. 
ISO8601_DATE_FORMAT - Static variable in class org.jboss.logging.jdk.format.AbsoluteTimeDateFormat
String constant used to specify ISO8601DateFormat in layouts.
ISO8601DateFormat - Class in org.jboss.logging.jdk.format
Formats a Date in the format "YYYY-mm-dd HH:mm:ss,SSS" for example "1999-11-27 15:49:37,459".
ISO8601DateFormat() - Constructor for class org.jboss.logging.jdk.format.ISO8601DateFormat
 
ISO8601DateFormat(TimeZone) - Constructor for class org.jboss.logging.jdk.format.ISO8601DateFormat
 
isTraceEnabled() - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
 

J

JBossJDKLogManager - Class in org.jboss.logging
Noop compatibility class that links to org.jboss.logging.jdk.JBossJDKLogManager
JBossJDKLogManager() - Constructor for class org.jboss.logging.JBossJDKLogManager
 
JBossJDKLogManager - Class in org.jboss.logging.jdk
A simple extension to the default JDK LogManager that overrides the reset call to a noop to avoid the current behavior of the LogManager installing a shutdown hook which calls reset.
JBossJDKLogManager() - Constructor for class org.jboss.logging.jdk.JBossJDKLogManager
 
JBossLevel - Class in org.jboss.logging.jdk
 
JBossLevel(String, int) - Constructor for class org.jboss.logging.jdk.JBossLevel
 
JBossLevel(String, int, String) - Constructor for class org.jboss.logging.jdk.JBossLevel
 
JDK14LoggerPlugin - Class in org.jboss.logging.jdk
An example LoggerPlugin which uses the JDK java.util.logging framework.
JDK14LoggerPlugin() - Constructor for class org.jboss.logging.jdk.JDK14LoggerPlugin
 
JDKLogManager - Class in org.jboss.logging.jdk
 
JDKLogManager() - Constructor for class org.jboss.logging.jdk.JDKLogManager
 
JDKMDCProvider - Class in org.jboss.logging.jdk
MDC implementation for JDK logging.
JDKMDCProvider() - Constructor for class org.jboss.logging.jdk.JDKMDCProvider
 
JDKNDCProvider - Class in org.jboss.logging.jdk
NDC implementation for JDK logging
JDKNDCProvider() - Constructor for class org.jboss.logging.jdk.JDKNDCProvider
 

L

LINE_SEP - Static variable in class org.jboss.logging.jdk.format.PatternParser
 

M

MAX_CAPACITY - Variable in class org.jboss.logging.jdk.format.PatternFormatter
 

N

name - Variable in class org.jboss.logging.jdk.handlers.HandlerSkeleton
 
next - Variable in class org.jboss.logging.jdk.format.PatternConverter
 

O

org.jboss.logging - package org.jboss.logging
 
org.jboss.logging.jdk - package org.jboss.logging.jdk
 
org.jboss.logging.jdk.format - package org.jboss.logging.jdk.format
 
org.jboss.logging.jdk.handlers - package org.jboss.logging.jdk.handlers
 
org.jboss.logging.jdk.xml - package org.jboss.logging.jdk.xml
 

P

parse(String, ParsePosition) - Method in class org.jboss.logging.jdk.format.AbsoluteTimeDateFormat
This method does not do anything but return null.
parse(String, ParsePosition) - Method in class org.jboss.logging.jdk.format.DateTimeDateFormat
This method does not do anything but return null.
parse(String, ParsePosition) - Method in class org.jboss.logging.jdk.format.ISO8601DateFormat
This method does not do anything but return null.
parse() - Method in class org.jboss.logging.jdk.format.PatternParser
 
parse(Element) - Method in class org.jboss.logging.jdk.xml.DOMConfigurator
Used internally to configure the jdk framework by parsing a DOM tree of XML elements based on jdk.dtd.
parseCategory(Element) - Method in class org.jboss.logging.jdk.xml.DOMConfigurator
Used internally to parse an category element.
parseCategoryFactory(Element) - Method in class org.jboss.logging.jdk.xml.DOMConfigurator
Used internally to parse the category factory element.
parseChildrenOfLoggerElement(Element, Logger, boolean) - Method in class org.jboss.logging.jdk.xml.DOMConfigurator
Used internally to parse the children of a category element.
parseErrorManager(Element, Handler) - Method in class org.jboss.logging.jdk.xml.DOMConfigurator
Used internally to parse an ErrorManager element.
parseFilters(Element, Handler) - Method in class org.jboss.logging.jdk.xml.DOMConfigurator
Used internally to parse a filter element.
parseHandler(Element) - Method in class org.jboss.logging.jdk.xml.DOMConfigurator
Used internally to parse an appender element.
parseLayout(Element) - Method in class org.jboss.logging.jdk.xml.DOMConfigurator
Used internally to parse a layout element.
parseLevel(Element, Logger, boolean) - Method in class org.jboss.logging.jdk.xml.DOMConfigurator
Used internally to parse a level element.
parseRenderer(Element) - Method in class org.jboss.logging.jdk.xml.DOMConfigurator
 
parseRoot(Element) - Method in class org.jboss.logging.jdk.xml.DOMConfigurator
Used internally to parse the root category element.
pattern - Variable in class org.jboss.logging.jdk.format.PatternParser
 
PatternConverter - Class in org.jboss.logging.jdk.format
PatternConverter is an abtract class that provides the formatting functionality that derived classes need.
PatternConverter() - Constructor for class org.jboss.logging.jdk.format.PatternConverter
 
PatternConverter(FormattingInfo) - Constructor for class org.jboss.logging.jdk.format.PatternConverter
 
PatternFormatter - Class in org.jboss.logging.jdk.format
A flexible layout configurable with pattern string.
PatternFormatter() - Constructor for class org.jboss.logging.jdk.format.PatternFormatter
Constructs a PatternLayout using the DEFAULT_LAYOUT_PATTERN.
PatternFormatter(String) - Constructor for class org.jboss.logging.jdk.format.PatternFormatter
Constructs a PatternLayout using the supplied conversion pattern.
patternLength - Variable in class org.jboss.logging.jdk.format.PatternParser
 
PatternParser - Class in org.jboss.logging.jdk.format
Pattern Parser
PatternParser(String) - Constructor for class org.jboss.logging.jdk.format.PatternParser
 
peek() - Method in class org.jboss.logging.jdk.JDKNDCProvider
 
pop() - Method in class org.jboss.logging.jdk.JDKNDCProvider
 
publish(LogRecord) - Method in class org.jboss.logging.jdk.handlers.WriterHandler
 
push(String) - Method in class org.jboss.logging.jdk.JDKNDCProvider
 
put(String, Object) - Method in class org.jboss.logging.jdk.JDKMDCProvider
 

R

readConfiguration() - Method in class org.jboss.logging.jdk.JDKLogManager
Overriden to attempt to load the java.util.logging.config.file property value as a classpath resource before treating this as a file as is done by the standard jdk LogManager.
remove(String) - Method in class org.jboss.logging.jdk.JDKMDCProvider
 
reset() - Method in class org.jboss.logging.jdk.JBossJDKLogManager
Ignore the reset operation
reset() - Method in class org.jboss.logging.jdk.JDKLogManager
Ignore the reset operation because the default behavior by the jdk LogManager is to close all handlers.

S

setAppend(boolean) - Method in class org.jboss.logging.jdk.handlers.FileHandler
The Append option takes a boolean value.
setBufferedIO(boolean) - Method in class org.jboss.logging.jdk.handlers.WriterHandler
The BufferedIO option takes a boolean value.
setBufferSize(int) - Method in class org.jboss.logging.jdk.handlers.WriterHandler
Set the size of the IO buffer.
setConversionPattern(String) - Method in class org.jboss.logging.jdk.format.PatternFormatter
Set the ConversionPattern option.
setDatePattern(String) - Method in class org.jboss.logging.jdk.handlers.DailyRollingFileHandler
The DatePattern takes a string in the same format as expected by SimpleDateFormat.
setEncoding(String) - Method in class org.jboss.logging.jdk.handlers.WriterHandler
 
setFile(String) - Method in class org.jboss.logging.jdk.handlers.FileHandler
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.jboss.logging.jdk.handlers.FileHandler
Sets and opens the file where the log output will go.
setImmediateFlush(boolean) - Method in class org.jboss.logging.jdk.handlers.WriterHandler
If the ImmediateFlush option is set to true, the appender will flush at the end of each write.
setMaxDepth(int) - Method in class org.jboss.logging.jdk.JDKNDCProvider
 
setName(String) - Method in class org.jboss.logging.jdk.handlers.HandlerSkeleton
 
setOutputStream(OutputStream) - Method in class org.jboss.logging.jdk.handlers.WriterHandler
Change the output stream.
setParameter(Element, Properties) - Method in class org.jboss.logging.jdk.xml.DOMConfigurator
 
spacePad(StringBuffer, int) - Method in class org.jboss.logging.jdk.format.PatternConverter
Fast space padding method.
subPublish(LogRecord) - Method in class org.jboss.logging.jdk.handlers.DailyRollingFileHandler
This method differentiates DailyRollingFileAppender from its super class.
subPublish(LogRecord) - Method in class org.jboss.logging.jdk.handlers.WriterHandler
Actual writing occurs here.
subst(String) - Method in class org.jboss.logging.jdk.xml.DOMConfigurator
 

T

TRACE - Static variable in class org.jboss.logging.jdk.JBossLevel
 
trace(Object) - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
 
trace(Object, Throwable) - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
 
trace(String, Object, Throwable) - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
 
TTCC_CONVERSION_PATTERN - Static variable in class org.jboss.logging.jdk.format.PatternFormatter
A conversion pattern equivalent to the TTCCCLayout.

W

WARN - Static variable in class org.jboss.logging.jdk.JBossLevel
 
warn(Object) - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
 
warn(Object, Throwable) - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
 
warn(String, Object, Throwable) - Method in class org.jboss.logging.jdk.JDK14LoggerPlugin
 
WriterHandler - Class in org.jboss.logging.jdk.handlers
A base handler that outputs log messages to a Writer
WriterHandler() - Constructor for class org.jboss.logging.jdk.handlers.WriterHandler
 
WriterHandler(OutputStream, Formatter) - Constructor for class org.jboss.logging.jdk.handlers.WriterHandler
 

A B C D E F G H I J L M N O P R S T W

Copyright © 2009 JBoss Inc.. All Rights Reserved.