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

A

activateOptions() - Method in class org.jboss.logging.util.OnlyOnceErrorHandler
No options to activate.

C

CategoryStream - Class in org.jboss.logging.util
Deprecated. Use LoggerStream instead.
CategoryStream(Category) - Constructor for class org.jboss.logging.util.CategoryStream
Deprecated. Redirect logging to the indicated category using Priority.INFO
CategoryStream(Category, Priority, PrintStream) - Constructor for class org.jboss.logging.util.CategoryStream
Deprecated. Redirect logging to the indicated category using the given priority.
CategoryWriter - Class in org.jboss.logging.util
Deprecated. Use LoggerWriter instead.
CategoryWriter(Category) - Constructor for class org.jboss.logging.util.CategoryWriter
Deprecated. Redirect logging to the indicated category using Priority.INFO
CategoryWriter(Category, Priority) - Constructor for class org.jboss.logging.util.CategoryWriter
Deprecated. Redirect logging to the indicated category using the given priority.
clear() - Method in class org.jboss.logging.log4j.Log4jNDCProvider
 
CONFIG - Static variable in class org.jboss.logging.log4j.JDKLevel
A mapping of the JDK logging CONFIG level; numerically falls between log4j's INFO and DEBUG levels.
convert(LoggingEvent) - Method in class org.jboss.logging.layout.ThreadMDCConverter
 
convert(LoggingEvent) - Method in class org.jboss.logging.layout.ThreadNDCConverter
 
createPatternParser(String) - Method in class org.jboss.logging.layout.PatternLayout
 

D

DailyRollingFileAppender - Class in org.jboss.logging.appender
An extention of the default Log4j DailyRollingFileAppender which will make the directory structure for the set log file.
DailyRollingFileAppender() - Constructor for class org.jboss.logging.appender.DailyRollingFileAppender
 
debug(Object) - Method in class org.jboss.logging.log4j.Log4jLoggerPlugin
Issue a log msg with a level of DEBUG.
debug(Object, Throwable) - Method in class org.jboss.logging.log4j.Log4jLoggerPlugin
Issue a log msg and throwable with a level of DEBUG.
debug(String, Object, Throwable) - Method in class org.jboss.logging.log4j.Log4jLoggerPlugin
decide(LoggingEvent) - Method in class org.jboss.logging.filter.TCLFilter
 

E

error(Object) - Method in class org.jboss.logging.log4j.Log4jLoggerPlugin
Issue a log msg with a level of ERROR.
error(Object, Throwable) - Method in class org.jboss.logging.log4j.Log4jLoggerPlugin
Issue a log msg and throwable with a level of ERROR.
error(String, Object, Throwable) - Method in class org.jboss.logging.log4j.Log4jLoggerPlugin
error(String, Exception, int) - Method in class org.jboss.logging.util.OnlyOnceErrorHandler
Prints the message and the stack trace of the exception on System.err.
error(String, Exception, int, LoggingEvent) - Method in class org.jboss.logging.util.OnlyOnceErrorHandler
Prints the message and the stack trace of the exception on System.err.
error(String) - Method in class org.jboss.logging.util.OnlyOnceErrorHandler
Print a the error message passed as parameter on System.err.

F

fatal(Object) - Method in class org.jboss.logging.log4j.Log4jLoggerPlugin
Issue a log msg with a level of FATAL.
fatal(Object, Throwable) - Method in class org.jboss.logging.log4j.Log4jLoggerPlugin
Issue a log msg and throwable with a level of FATAL.
fatal(String, Object, Throwable) - Method in class org.jboss.logging.log4j.Log4jLoggerPlugin
FileAppender - Class in org.jboss.logging.appender
An extention of the default Log4j FileAppender which will make the directory structure for the set log file.
FileAppender() - Constructor for class org.jboss.logging.appender.FileAppender
 
FileAppender.Helper - Class in org.jboss.logging.appender
A helper for FileAppenders.
FileAppender.Helper() - Constructor for class org.jboss.logging.appender.FileAppender.Helper
 
finalizeConverter(char) - Method in class org.jboss.logging.layout.PatternParserEx
 
FINE - Static variable in class org.jboss.logging.log4j.JDKLevel
A mapping of the JDK logging FINE level; numerically equivalent to log4j's DEBUG level.
FINER - Static variable in class org.jboss.logging.log4j.JDKLevel
A mapping of the JDK logging FINER level; numerically falls between log4j's DEBUG and TRACE levels.
FINEST - Static variable in class org.jboss.logging.log4j.JDKLevel
A mapping of the JDK logging FINEST level; numerically equivalent to log4j's TRACE level.

G

get(String) - Method in class org.jboss.logging.log4j.Log4jMDCProvider
 
get() - Method in class org.jboss.logging.log4j.Log4jNDCProvider
 
getCategory() - Method in class org.jboss.logging.log4j.Log4jLoggerPlugin
 
getDeployURL() - Method in class org.jboss.logging.filter.TCLFilter
 
getDepth() - Method in class org.jboss.logging.log4j.Log4jNDCProvider
 
getLogger() - Method in class org.jboss.logging.log4j.Log4jLoggerPlugin
Exposes the delegate Log4j Logger.
getMap() - Method in class org.jboss.logging.log4j.Log4jMDCProvider
 
getMDCProvider() - Method in class org.jboss.logging.log4j.Log4jLoggerPlugin
 
getNDCProvider() - Method in class org.jboss.logging.log4j.Log4jLoggerPlugin
 

I

INFO - Static variable in class org.jboss.logging.log4j.JDKLevel
A mapping of the JDK logging INFO level; numerically equivalent to log4j's INFO level.
info(Object) - Method in class org.jboss.logging.log4j.Log4jLoggerPlugin
Issue a log msg with a level of INFO.
info(Object, Throwable) - Method in class org.jboss.logging.log4j.Log4jLoggerPlugin
Issue a log msg and throwable with a level of INFO.
info(String, Object, Throwable) - Method in class org.jboss.logging.log4j.Log4jLoggerPlugin
init(String) - Method in class org.jboss.logging.log4j.Log4jLoggerPlugin
 
isAcceptOnMatch() - Method in class org.jboss.logging.filter.TCLFilter
 
isDebugEnabled() - Method in class org.jboss.logging.log4j.Log4jLoggerPlugin
Deprecated. 
isInfoEnabled() - Method in class org.jboss.logging.log4j.Log4jLoggerPlugin
Deprecated. 
isTraceEnabled() - Method in class org.jboss.logging.log4j.Log4jLoggerPlugin
 
isTriggeringEvent(LoggingEvent) - Method in class org.jboss.logging.appender.RegexEventEvaluator
Lookup the current MDC 'RegexEventEvaluator' to determine the regular expression context that should be applied to determine if the logging event should be considered a triggering event.

J

JDKLevel - Class in org.jboss.logging.log4j
Log4j equivalents for JDK logging levels.
JDKLevel(int, String, int) - Constructor for class org.jboss.logging.log4j.JDKLevel
Instantiate a Level object.

L

log(Priority, Object) - Method in class org.jboss.logging.log4j.Log4jLoggerPlugin
Deprecated. Use Level versions.
log(Priority, Object, Throwable) - Method in class org.jboss.logging.log4j.Log4jLoggerPlugin
Deprecated. Use Level versions.
log(Level, Object) - Method in class org.jboss.logging.log4j.Log4jLoggerPlugin
Issue a log msg with the given level.
log(Level, Object, Throwable) - Method in class org.jboss.logging.log4j.Log4jLoggerPlugin
Issue a log msg with the given level.
Log4jLoggerPlugin - Class in org.jboss.logging.log4j
Delegate for org.jboss.logging.Logger logging to log4j.
Log4jLoggerPlugin() - Constructor for class org.jboss.logging.log4j.Log4jLoggerPlugin
 
Log4jLoggerPlugin - Class in org.jboss.logging
Noop compatibility class that links to org.jboss.logging.log4j.Log4jLoggerPlugin
Log4jLoggerPlugin() - Constructor for class org.jboss.logging.Log4jLoggerPlugin
 
Log4jMDCProvider - Class in org.jboss.logging.log4j
Log4j implementation of MDCProvider.
Log4jMDCProvider() - Constructor for class org.jboss.logging.log4j.Log4jMDCProvider
 
Log4jNDCProvider - Class in org.jboss.logging.log4j
Log4j implementation of NDCProvider, delegates to log4j NDC.
Log4jNDCProvider() - Constructor for class org.jboss.logging.log4j.Log4jNDCProvider
 
LoggerPluginWriter - Class in org.jboss.logging.util
A subclass of PrintWriter that redirects its output to a LoggerPlugin at INFO level.
LoggerPluginWriter(LoggerPlugin) - Constructor for class org.jboss.logging.util.LoggerPluginWriter
 
LoggerStream - Class in org.jboss.logging.util
A subclass of PrintStream that redirects its output to a log4j Logger.
LoggerStream(Logger) - Constructor for class org.jboss.logging.util.LoggerStream
Redirect logging to the indicated logger using Level.INFO
LoggerStream(Logger, Level, PrintStream) - Constructor for class org.jboss.logging.util.LoggerStream
Redirect logging to the indicated logger using the given level.
LoggerWriter - Class in org.jboss.logging.util
A subclass of PrintWriter that redirects its output to a log4j Logger.
LoggerWriter(Logger) - Constructor for class org.jboss.logging.util.LoggerWriter
Redirect logging to the indicated logger using Level.INFO
LoggerWriter(Logger, Level) - Constructor for class org.jboss.logging.util.LoggerWriter
Redirect logging to the indicated logger using the given level.

M

makePath(String) - Static method in class org.jboss.logging.appender.FileAppender.Helper
 

O

OnlyOnceErrorHandler - Class in org.jboss.logging.util
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.jboss.logging.util.OnlyOnceErrorHandler
 
org.jboss.logging - package org.jboss.logging
 
org.jboss.logging.appender - package org.jboss.logging.appender
Log4j appenders.
org.jboss.logging.filter - package org.jboss.logging.filter
 
org.jboss.logging.layout - package org.jboss.logging.layout
 
org.jboss.logging.log4j - package org.jboss.logging.log4j
 
org.jboss.logging.util - package org.jboss.logging.util
Logging utilties and helpers.

P

PatternLayout - Class in org.jboss.logging.layout
A subclass of the log4j PatternLayout that add the following conversion characters:
PatternLayout() - Constructor for class org.jboss.logging.layout.PatternLayout
 
PatternParserEx - Class in org.jboss.logging.layout
A subclass of the log4j PatternParser that add the following conversion characters:
PatternParserEx(String) - Constructor for class org.jboss.logging.layout.PatternParserEx
Creates a new instance of PatternParser
peek() - Method in class org.jboss.logging.log4j.Log4jNDCProvider
 
pop() - Method in class org.jboss.logging.log4j.Log4jNDCProvider
 
println(String) - Method in class org.jboss.logging.util.CategoryStream
Deprecated.  
println(Object) - Method in class org.jboss.logging.util.CategoryStream
Deprecated.  
println(String) - Method in class org.jboss.logging.util.LoggerStream
 
println(Object) - Method in class org.jboss.logging.util.LoggerStream
 
push(String) - Method in class org.jboss.logging.log4j.Log4jNDCProvider
 
put(String, Object) - Method in class org.jboss.logging.log4j.Log4jMDCProvider
 

R

RegexEventEvaluator - Class in org.jboss.logging.appender
An implementation of the log4j TriggeringEventEvaluator that matches the LoggingEvent message against the MDB{RegexEventEvaluator} regular expression.
RegexEventEvaluator() - Constructor for class org.jboss.logging.appender.RegexEventEvaluator
 
remove(String) - Method in class org.jboss.logging.log4j.Log4jMDCProvider
 
RollingFileAppender - Class in org.jboss.logging.appender
An extention of the default Log4j RollingFileAppender which will make the directory structure for the set log file.
RollingFileAppender() - Constructor for class org.jboss.logging.appender.RollingFileAppender
 

S

setAcceptOnMatch(boolean) - Method in class org.jboss.logging.filter.TCLFilter
 
setAppender(Appender) - Method in class org.jboss.logging.util.OnlyOnceErrorHandler
Does not do anything.
setBackupAppender(Appender) - Method in class org.jboss.logging.util.OnlyOnceErrorHandler
Does not do anything.
setDeployURL(String) - Method in class org.jboss.logging.filter.TCLFilter
 
setFile(String) - Method in class org.jboss.logging.appender.DailyRollingFileAppender
 
setFile(String) - Method in class org.jboss.logging.appender.FileAppender
 
setFile(String) - Method in class org.jboss.logging.appender.RollingFileAppender
 
setLogger(Logger) - Method in class org.jboss.logging.util.OnlyOnceErrorHandler
Does not do anything.
setMaxDepth(int) - Method in class org.jboss.logging.log4j.Log4jNDCProvider
 
setOutput(PrintStream) - Static method in class org.jboss.logging.util.OnlyOnceErrorHandler
 
SEVERE - Static variable in class org.jboss.logging.log4j.JDKLevel
A mapping of the JDK logging SEVERE level; numerically equivalent to log4j's ERROR level.

T

TCLFilter - Class in org.jboss.logging.filter
An appender filter that accepts log events based on whether the thread context class loader has a classpath URL that has the DeployURL attribute as a substring.
TCLFilter() - Constructor for class org.jboss.logging.filter.TCLFilter
 
ThreadMDCConverter - Class in org.jboss.logging.layout
A PatternConverter that uses the current thread MDC rather than the LoggingEvent MDC value.
ThreadMDCConverter(FormattingInfo, String) - Constructor for class org.jboss.logging.layout.ThreadMDCConverter
Creates a new instance of ThreadMDCPatternConverter
ThreadNDCConverter - Class in org.jboss.logging.layout
A PatternConverter that uses the current thread NDC rather than the LoggingEvent NDC value.
ThreadNDCConverter(FormattingInfo) - Constructor for class org.jboss.logging.layout.ThreadNDCConverter
Creates a new instance of ThreadMDCPatternConverter
toLevel(String) - Static method in class org.jboss.logging.log4j.JDKLevel
Get the level for the given name.
toLevel(String, Level) - Static method in class org.jboss.logging.XLevel
Deprecated. Convert an integer passed as argument to a level.
toLevel(String) - Static method in class org.jboss.logging.XLevel
Deprecated. Convert an integer passed as argument to a level.
toLevel(int) - Static method in class org.jboss.logging.XLevel
Deprecated. Convert an integer passed as argument to a priority.
toLevel(int, Level) - Static method in class org.jboss.logging.XLevel
Deprecated. Convert an integer passed as argument to a level.
trace(Object) - Method in class org.jboss.logging.log4j.Log4jLoggerPlugin
Issue a log msg with a level of TRACE.
trace(Object, Throwable) - Method in class org.jboss.logging.log4j.Log4jLoggerPlugin
Issue a log msg and throwable with a level of TRACE.
trace(String, Object, Throwable) - Method in class org.jboss.logging.log4j.Log4jLoggerPlugin
TRACE - Static variable in class org.jboss.logging.util.CategoryStream
Deprecated. Default flag to enable/disable tracing println calls.
TRACE - Static variable in class org.jboss.logging.util.LoggerStream
Default flag to enable/disable tracing println calls.
TRACE - Static variable in class org.jboss.logging.XLevel
Deprecated. The TRACE level object singleton
TRACE_INT - Static variable in class org.jboss.logging.XLevel
Deprecated. The integer representation of the level, (Level.TRACE_INT - 100)
TRACE_STR - Static variable in class org.jboss.logging.XLevel
Deprecated. The string name of the trace level.

W

warn(Object) - Method in class org.jboss.logging.log4j.Log4jLoggerPlugin
Issue a log msg with a level of WARN.
warn(Object, Throwable) - Method in class org.jboss.logging.log4j.Log4jLoggerPlugin
Issue a log msg and throwable with a level of WARN.
warn(String, Object, Throwable) - Method in class org.jboss.logging.log4j.Log4jLoggerPlugin
WARNING - Static variable in class org.jboss.logging.log4j.JDKLevel
A mapping of the JDK logging WARNING level; numerically equivalent to log4j's WARN level.
write(byte) - Method in class org.jboss.logging.util.CategoryStream
Deprecated.  
write(byte[], int, int) - Method in class org.jboss.logging.util.CategoryStream
Deprecated.  
write(byte) - Method in class org.jboss.logging.util.LoggerStream
 
write(byte[], int, int) - Method in class org.jboss.logging.util.LoggerStream
 

X

XLevel - Class in org.jboss.logging
Deprecated. as log4j 1.2.14 has a native TRACE level
XLevel(int, String, int) - Constructor for class org.jboss.logging.XLevel
Deprecated. Construct a XLevel.

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

Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.