JBoss Logging Programming Interface 2.2.0.CR2-SNAPSHOT
A C D E F G I L M N O P R S T V W 

A

AbstractLoggerPluginInstance - Class in org.jboss.logging
An abstract base class for logger plugin instances.
AbstractLoggerPluginInstance(String, String, LoggerPlugin) - Constructor for class org.jboss.logging.AbstractLoggerPluginInstance
Construct a new instance.

C

clear() - Static method in class org.jboss.logging.NDC
 
clear() - Method in interface org.jboss.logging.NDCProvider
 
clear() - Method in class org.jboss.logging.NullNDCProvider
 

D

debug(Object) - Method in class org.jboss.logging.Logger
Issue a log message with a level of DEBUG.
debug(Object, Throwable) - Method in class org.jboss.logging.Logger
Issue a log message and throwable with a level of DEBUG.
debug(String, Object, Throwable) - Method in class org.jboss.logging.Logger
Issue a log message and throwable with a level of DEBUG and a specific logger class name.
debug(Object, Object[]) - Method in class org.jboss.logging.Logger
Issue a log message with parameters with a level of DEBUG.
debug(Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
Issue a log message with parameters and a throwable with a level of DEBUG.
debug(String, Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
Issue a log message with parameters and a throwable with a level of DEBUG.
debugf(String, Object...) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of DEBUG.
debugf(String, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of DEBUG.
debugf(String, Object, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of DEBUG.
debugf(String, Object, Object, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of DEBUG.
debugf(Throwable, String, Object...) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of DEBUG.
debugf(Throwable, String, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of DEBUG.
debugf(Throwable, String, Object, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of DEBUG.
debugf(Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of DEBUG.

E

error(Object) - Method in class org.jboss.logging.Logger
Issue a log message with a level of ERROR.
error(Object, Throwable) - Method in class org.jboss.logging.Logger
Issue a log message and throwable with a level of ERROR.
error(String, Object, Throwable) - Method in class org.jboss.logging.Logger
Issue a log message and throwable with a level of ERROR and a specific logger class name.
error(Object, Object[]) - Method in class org.jboss.logging.Logger
Issue a log message with parameters with a level of ERROR.
error(Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
Issue a log message with parameters and a throwable with a level of ERROR.
error(String, Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
Issue a log message with parameters and a throwable with a level of ERROR.
errorf(String, Object...) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of ERROR.
errorf(String, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of ERROR.
errorf(String, Object, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of ERROR.
errorf(String, Object, Object, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of ERROR.
errorf(Throwable, String, Object...) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of ERROR.
errorf(Throwable, String, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of ERROR.
errorf(Throwable, String, Object, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of ERROR.
errorf(Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of ERROR.

F

fatal(Object) - Method in class org.jboss.logging.Logger
Issue a log message with a level of FATAL.
fatal(Object, Throwable) - Method in class org.jboss.logging.Logger
Issue a log message and throwable with a level of FATAL.
fatal(String, Object, Throwable) - Method in class org.jboss.logging.Logger
Issue a log message and throwable with a level of FATAL and a specific logger class name.
fatal(Object, Object[]) - Method in class org.jboss.logging.Logger
Issue a log message with parameters with a level of FATAL.
fatal(Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
Issue a log message with parameters and a throwable with a level of FATAL.
fatal(String, Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
Issue a log message with parameters and a throwable with a level of FATAL.
fatalf(String, Object...) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of FATAL.
fatalf(String, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of FATAL.
fatalf(String, Object, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of FATAL.
fatalf(String, Object, Object, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of FATAL.
fatalf(Throwable, String, Object...) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of FATAL.
fatalf(Throwable, String, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of FATAL.
fatalf(Throwable, String, Object, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of FATAL.
fatalf(Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of FATAL.

G

get(String) - Static method in class org.jboss.logging.MDC
 
get(String) - Method in interface org.jboss.logging.MDCProvider
 
get() - Static method in class org.jboss.logging.NDC
 
get() - Method in interface org.jboss.logging.NDCProvider
 
get(String) - Method in class org.jboss.logging.NullMDCProvider
 
get() - Method in class org.jboss.logging.NullNDCProvider
 
getDepth() - Static method in class org.jboss.logging.NDC
 
getDepth() - Method in interface org.jboss.logging.NDCProvider
 
getDepth() - Method in class org.jboss.logging.NullNDCProvider
 
getI18nLogger(String, String) - Static method in class org.jboss.logging.Logger
Get a logger instance with the given name using the given resource bundle (if supported by the underlying framework).
getI18nLogger(Class<?>, String) - Static method in class org.jboss.logging.Logger
Get a logger instance with the given name using the given resource bundle (if supported by the underlying framework).
getInstance(String, String) - Method in interface org.jboss.logging.LoggerPlugin
Get a logger plugin instance with the given name.
getInstance(String, String) - Method in class org.jboss.logging.NullLoggerPlugin
Get a logger plugin instance with the given name.
getLogger() - Method in class org.jboss.logging.AbstractLoggerPluginInstance
Get the logger API instance associated with this plugin instance.
getLogger(String) - Static method in class org.jboss.logging.Logger
Get a Logger instance given the logger name.
getLogger(String, String) - Static method in class org.jboss.logging.Logger
Get a Logger instance given the logger name with the given suffix.
getLogger(Class<?>) - Static method in class org.jboss.logging.Logger
Get a Logger instance given the name of a class.
getLogger(Class<?>, String) - Static method in class org.jboss.logging.Logger
Get a Logger instance given the name of a class with the given suffix.
getLogger() - Method in interface org.jboss.logging.LoggerPluginInstance
Get the logger API instance associated with this plugin instance.
getLoggerPlugin() - Method in class org.jboss.logging.AbstractLoggerPluginInstance
 
getLoggerPlugin() - Method in class org.jboss.logging.Logger
Get the logger plugin.
getLoggerPlugin() - Method in interface org.jboss.logging.LoggerPluginInstance
 
getLoggerPluginInstance() - Method in class org.jboss.logging.Logger
Get the logger plugin delegate
getMap() - Static method in class org.jboss.logging.MDC
 
getMap() - Method in interface org.jboss.logging.MDCProvider
 
getMap() - Method in class org.jboss.logging.NullMDCProvider
 
getMDCProvider() - Method in interface org.jboss.logging.MDCSupport
Get the MDC provider.
getMDCProvider() - Method in class org.jboss.logging.NullLoggerPlugin
getName() - Method in class org.jboss.logging.Logger
Return the name of this logger.
getNDCProvider() - Method in interface org.jboss.logging.NDCSupport
 
getNDCProvider() - Method in class org.jboss.logging.NullLoggerPlugin
getPluginClassName() - Static method in class org.jboss.logging.Logger
The LoggerPlugin implementation class name in use

I

info(Object) - Method in class org.jboss.logging.Logger
Issue a log message with a level of INFO.
info(Object, Throwable) - Method in class org.jboss.logging.Logger
Issue a log message and throwable with a level of INFO.
info(String, Object, Throwable) - Method in class org.jboss.logging.Logger
Issue a log message and throwable with a level of INFO and a specific logger class name.
info(Object, Object[]) - Method in class org.jboss.logging.Logger
Issue a log message with parameters with a level of INFO.
info(Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
Issue a log message with parameters and a throwable with a level of INFO.
info(String, Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
Issue a log message with parameters and a throwable with a level of INFO.
infof(String, Object...) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of INFO.
infof(String, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of INFO.
infof(String, Object, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of INFO.
infof(String, Object, Object, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of INFO.
infof(Throwable, String, Object...) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of INFO.
infof(Throwable, String, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of INFO.
infof(Throwable, String, Object, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of INFO.
infof(Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of INFO.
init() - Static method in class org.jboss.logging.Logger
Initialize the LoggerPlugin class to use as the delegate to the logging system.
INSTANCE - Static variable in class org.jboss.logging.NullLoggerPlugin
 
INSTANCE - Static variable in class org.jboss.logging.NullMDCProvider
 
INSTANCE - Static variable in class org.jboss.logging.NullNDCProvider
 
isDebugEnabled() - Method in class org.jboss.logging.Logger
Check to see if the DEBUG level is enabled for this logger.
isEnabled(Logger.Level) - Method in interface org.jboss.logging.LoggerPluginInstance
Determine whether logging is enabled for the given level.
isEnabled(Logger.Level) - Method in class org.jboss.logging.NullLoggerPluginInstance
Determine whether logging is enabled for the given level.
isInfoEnabled() - Method in class org.jboss.logging.Logger
Check to see if the INFO level is enabled for this logger.
isTraceEnabled() - Method in class org.jboss.logging.Logger
Check to see if the TRACE level is enabled for this logger.

L

log(Logger.Level, String, Object, Object[], Throwable) - Method in class org.jboss.logging.AbstractLoggerPluginInstance
Log a message at the given level using messageformat formatting.
log(Logger.Level, String, String, Throwable) - Method in class org.jboss.logging.AbstractLoggerPluginInstance
Simple log method.
log(Logger.Level, Object) - Method in class org.jboss.logging.Logger
Log a message at the given level.
log(Logger.Level, Object, Object[]) - Method in class org.jboss.logging.Logger
Log a message at the given level.
log(Logger.Level, Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
Log a message at the given level.
log(String, Logger.Level, Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
Log a message at the given level.
log(Logger.Level, String, Object, Object[], Throwable) - Method in interface org.jboss.logging.LoggerPluginInstance
Log a message at the given level using messageformat formatting.
log(Logger.Level, String, Object, Object[], Throwable) - Method in class org.jboss.logging.NullLoggerPluginInstance
Log a message at the given level using messageformat formatting.
LOG4J_PLUGIN_CLASS_NAME - Static variable in class org.jboss.logging.Logger
The default LoggerPlugin implementation is log4j
logf(Logger.Level, String, String, Object[], Throwable) - Method in class org.jboss.logging.AbstractLoggerPluginInstance
Log a message at the given level using printf formatting.
logf(Logger.Level, String, Object) - Method in class org.jboss.logging.Logger
Log a message at the given level.
logf(Logger.Level, String, Object, Object) - Method in class org.jboss.logging.Logger
Log a message at the given level.
logf(Logger.Level, String, Object, Object, Object) - Method in class org.jboss.logging.Logger
Log a message at the given level.
logf(Logger.Level, String, Object...) - Method in class org.jboss.logging.Logger
Log a message at the given level.
logf(Logger.Level, Throwable, String, Object) - Method in class org.jboss.logging.Logger
Log a message at the given level.
logf(Logger.Level, Throwable, String, Object, Object) - Method in class org.jboss.logging.Logger
Log a message at the given level.
logf(Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.Logger
Log a message at the given level.
logf(Logger.Level, Throwable, String, Object...) - Method in class org.jboss.logging.Logger
Log a message at the given level.
logf(String, Logger.Level, Throwable, String, Object) - Method in class org.jboss.logging.Logger
Log a message at the given level.
logf(String, Logger.Level, Throwable, String, Object, Object) - Method in class org.jboss.logging.Logger
Log a message at the given level.
logf(String, Logger.Level, Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.Logger
Log a message at the given level.
logf(String, Logger.Level, Throwable, String, Object...) - Method in class org.jboss.logging.Logger
Log a message at the given level.
logf(Logger.Level, String, String, Object[], Throwable) - Method in interface org.jboss.logging.LoggerPluginInstance
Log a message at the given level using printf formatting.
logf(Logger.Level, String, String, Object[], Throwable) - Method in class org.jboss.logging.NullLoggerPluginInstance
Log a message at the given level using printf formatting.
Logger - Class in org.jboss.logging
Logger wrapper that tries to dynamically load a log4j class to determine if log4j is available in the VM.
Logger.Level - Enum in org.jboss.logging
Levels used by this logging API.
loggerDelegate - Variable in class org.jboss.logging.Logger
The logger plugin delegate
LoggerPlugin - Interface in org.jboss.logging
A factory for producing logger plugins.
LoggerPluginInstance - Interface in org.jboss.logging
Defines a "pluggable" login module's logger implementation.

M

MDC - Class in org.jboss.logging
A "Map Diagnostic Context" abstraction.
MDCProvider - Interface in org.jboss.logging
MDC SPI for the backend logging implementation.
MDCSupport - Interface in org.jboss.logging
Indicates that a Logger plugin supports MDC.

N

NDC - Class in org.jboss.logging
A "Nested Diagnostic Context" abstraction.
NDCProvider - Interface in org.jboss.logging
An NDC SPI for the backend logging implementation.
NDCSupport - Interface in org.jboss.logging
Indicates that a logger plugin supports NDC.
NullLoggerPlugin - Class in org.jboss.logging
The null logger plugin.
NullLoggerPlugin() - Constructor for class org.jboss.logging.NullLoggerPlugin
 
NullLoggerPluginInstance - Class in org.jboss.logging
LoggerPlugin implementation producing no output at all.
NullLoggerPluginInstance(String, LoggerPlugin) - Constructor for class org.jboss.logging.NullLoggerPluginInstance
Construct a new instance.
NullMDCProvider - Class in org.jboss.logging
An MDC provider which does nothing.
NullMDCProvider() - Constructor for class org.jboss.logging.NullMDCProvider
 
NullNDCProvider - Class in org.jboss.logging
An NDC provider which does nothing.
NullNDCProvider() - Constructor for class org.jboss.logging.NullNDCProvider
 

O

org.jboss.logging - package org.jboss.logging
 

P

peek() - Static method in class org.jboss.logging.NDC
 
peek() - Method in interface org.jboss.logging.NDCProvider
 
peek() - Method in class org.jboss.logging.NullNDCProvider
 
PLUGIN_CLASS_PROP - Static variable in class org.jboss.logging.Logger
The system property to look for an externalized LoggerPlugin implementation class
pluginClass - Static variable in class org.jboss.logging.Logger
The LoggerPlugin implementation class to use
pluginClassName - Static variable in class org.jboss.logging.Logger
The class name of the LoggerPlugin implementation class to use
pop() - Static method in class org.jboss.logging.NDC
 
pop() - Method in interface org.jboss.logging.NDCProvider
 
pop() - Method in class org.jboss.logging.NullNDCProvider
 
push(String) - Static method in class org.jboss.logging.NDC
 
push(String) - Method in interface org.jboss.logging.NDCProvider
 
push(String) - Method in class org.jboss.logging.NullNDCProvider
 
put(String, Object) - Static method in class org.jboss.logging.MDC
 
put(String, Object) - Method in interface org.jboss.logging.MDCProvider
 
put(String, Object) - Method in class org.jboss.logging.NullMDCProvider
 

R

readResolve() - Method in class org.jboss.logging.Logger
Read resolver; replaces deserialized instance with a canonical instance.
remove(String) - Static method in class org.jboss.logging.MDC
 
remove(String) - Method in interface org.jboss.logging.MDCProvider
 
remove(String) - Method in class org.jboss.logging.NullMDCProvider
 

S

setMaxDepth(int) - Static method in class org.jboss.logging.NDC
 
setMaxDepth(int) - Method in interface org.jboss.logging.NDCProvider
 
setMaxDepth(int) - Method in class org.jboss.logging.NullNDCProvider
 
setPluginClassName(String) - Static method in class org.jboss.logging.Logger
Set the LoggerPlugin implementation class name in use

T

trace(Object) - Method in class org.jboss.logging.Logger
Issue a log msg with a level of TRACE.
trace(Object, Throwable) - Method in class org.jboss.logging.Logger
Issue a log msg and throwable with a level of TRACE.
trace(String, Object, Throwable) - Method in class org.jboss.logging.Logger
Issue a log msg and throwable with a level of TRACE and a specific logger class name.
trace(Object, Object[]) - Method in class org.jboss.logging.Logger
Issue a log message with parameters with a level of TRACE.
trace(Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
Issue a log message with parameters and a throwable with a level of TRACE.
trace(String, Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
Issue a log message with parameters and a throwable with a level of TRACE.
tracef(String, Object...) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of TRACE.
tracef(String, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of TRACE.
tracef(String, Object, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of TRACE.
tracef(String, Object, Object, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of TRACE.
tracef(Throwable, String, Object...) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of TRACE.
tracef(Throwable, String, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of TRACE.
tracef(Throwable, String, Object, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of TRACE.
tracef(Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of TRACE.

V

valueOf(String) - Static method in enum org.jboss.logging.Logger.Level
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.logging.Logger.Level
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(Object) - Method in class org.jboss.logging.Logger
Issue a log message with a level of WARN.
warn(Object, Throwable) - Method in class org.jboss.logging.Logger
Issue a log message and throwable with a level of WARN.
warn(String, Object, Throwable) - Method in class org.jboss.logging.Logger
Issue a log message and throwable with a level of WARN and a specific logger class name.
warn(Object, Object[]) - Method in class org.jboss.logging.Logger
Issue a log message with parameters with a level of WARN.
warn(Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
Issue a log message with parameters and a throwable with a level of WARN.
warn(String, Object, Object[], Throwable) - Method in class org.jboss.logging.Logger
Issue a log message with parameters and a throwable with a level of WARN.
warnf(String, Object...) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of WARN.
warnf(String, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of WARN.
warnf(String, Object, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of WARN.
warnf(String, Object, Object, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of WARN.
warnf(Throwable, String, Object...) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of WARN.
warnf(Throwable, String, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of WARN.
warnf(Throwable, String, Object, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of WARN.
warnf(Throwable, String, Object, Object, Object) - Method in class org.jboss.logging.Logger
Issue a formatted log message with a level of WARN.
A C D E F G I L M N O P R S T V W 
JBoss Logging Programming Interface 2.2.0.CR2-SNAPSHOT

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