JBoss Log Manager 1.2.2.GA
A C D E F G H I L M N O P R S T U V W 

A

AcceptAllFilter - Class in org.jboss.logmanager.filters
An accept-all filter.
addHandler(Handler) - Method in class org.jboss.logmanager.ExtHandler
Add a sub-handler to this handler.
addHandler(Handler) - Method in class org.jboss.logmanager.Logger
addLogger(Logger) - Method in class org.jboss.logmanager.LogManager
Do nothing.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.jboss.logmanager.LogManager
Do nothing.
AllFilter - Class in org.jboss.logmanager.filters
A filter consisting of several filters in a chain.
AllFilter(Filter[]) - Constructor for class org.jboss.logmanager.filters.AllFilter
Construct a new instance.
AllFilter(Iterable<Filter>) - Constructor for class org.jboss.logmanager.filters.AllFilter
Construct a new instance.
AllFilter(Iterator<Filter>) - Constructor for class org.jboss.logmanager.filters.AllFilter
Construct a new instance.
AnyFilter - Class in org.jboss.logmanager.filters
A filter consisting of several filters in a chain.
AnyFilter(Filter[]) - Constructor for class org.jboss.logmanager.filters.AnyFilter
Construct a new instance.
AnyFilter(Iterable<Filter>) - Constructor for class org.jboss.logmanager.filters.AnyFilter
Construct a new instance.
AnyFilter(Iterator<Filter>) - Constructor for class org.jboss.logmanager.filters.AnyFilter
Construct a new instance.
append(CharSequence) - Method in class org.jboss.logmanager.handlers.UncloseableWriter
 
append(CharSequence, int, int) - Method in class org.jboss.logmanager.handlers.UncloseableWriter
 
append(char) - Method in class org.jboss.logmanager.handlers.UncloseableWriter
 
AsyncHandler - Class in org.jboss.logmanager.handlers
An asynchronous log handler which is used to write to a handler or group of handlers which are "slow" or introduce some degree of latency.
AsyncHandler(int, ThreadFactory) - Constructor for class org.jboss.logmanager.handlers.AsyncHandler
Construct a new instance.
AsyncHandler(ThreadFactory) - Constructor for class org.jboss.logmanager.handlers.AsyncHandler
Construct a new instance.
AsyncHandler(int) - Constructor for class org.jboss.logmanager.handlers.AsyncHandler
Construct a new instance.
AsyncHandler() - Constructor for class org.jboss.logmanager.handlers.AsyncHandler
Construct a new instance.
AsyncHandler.OverflowAction - Enum in org.jboss.logmanager.handlers
 
attach(Logger.AttachmentKey<V>, V) - Method in class org.jboss.logmanager.Logger
Attach an object to this logger under a given key.
attachIfAbsent(Logger.AttachmentKey<V>, V) - Method in class org.jboss.logmanager.Logger
Attach an object to this logger under a given key, if such an attachment does not already exist.
ATTACHMENT_KEY - Static variable in interface org.jboss.logmanager.Configurator
The attachment key of the chosen configurator, used to maintain a strong ref to any configured properties.

C

checkAccess() - Static method in class org.jboss.logmanager.ExtHandler
Check access.
ClassLoaderLogContextSelector - Class in org.jboss.logmanager
A log context selector which chooses a log context based on the caller's classloader.
ClassLoaderLogContextSelector(LogContextSelector) - Constructor for class org.jboss.logmanager.ClassLoaderLogContextSelector
Construct a new instance.
ClassLoaderLogContextSelector() - Constructor for class org.jboss.logmanager.ClassLoaderLogContextSelector
Construct a new instance.
classNameFormatStep(boolean, int, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which emits the source class name with the given justification rules (NOTE: call stack introspection introduces a significant performance penalty).
clear() - Static method in class org.jboss.logmanager.MDC
Clear the current MDC map.
clear() - Static method in class org.jboss.logmanager.NDC
Clear the thread's NDC stack.
clearHandlers() - Method in class org.jboss.logmanager.ExtHandler
A convenience method to atomically get and clear all sub-handlers.
clearHandlers() - Method in class org.jboss.logmanager.Logger
A convenience method to atomically get and clear all handlers.
close() - Method in class org.jboss.logmanager.handlers.AsyncHandler
close() - Method in class org.jboss.logmanager.handlers.NullHandler
close() - Method in class org.jboss.logmanager.handlers.UncloseableOutputStream
 
close() - Method in class org.jboss.logmanager.handlers.UncloseableWriter
 
close() - Method in class org.jboss.logmanager.handlers.UninterruptibleOutputStream
Close the stream uninterruptibly.
close() - Method in class org.jboss.logmanager.handlers.WriterHandler
Close this logger.
config(String) - Method in class org.jboss.logmanager.Logger
ConfigurationLocator - Interface in org.jboss.logmanager
A locator for logger configuration.
Configurator - Interface in org.jboss.logmanager
A configurator for a log manager or context.
configure(InputStream) - Method in interface org.jboss.logmanager.Configurator
Configure the logmanager.
configure(InputStream) - Method in class org.jboss.logmanager.PropertyConfigurator
Configure the logmanager.
ConsoleHandler - Class in org.jboss.logmanager.handlers
A console handler which writes to System.out by default.
ConsoleHandler() - Constructor for class org.jboss.logmanager.handlers.ConsoleHandler
Construct a new instance.
ConsoleHandler(Formatter) - Constructor for class org.jboss.logmanager.handlers.ConsoleHandler
Construct a new instance.
ConsoleHandler(ConsoleHandler.Target) - Constructor for class org.jboss.logmanager.handlers.ConsoleHandler
Construct a new instance.
ConsoleHandler(ConsoleHandler.Target, Formatter) - Constructor for class org.jboss.logmanager.handlers.ConsoleHandler
Construct a new instance.
ConsoleHandler.Target - Enum in org.jboss.logmanager.handlers
The target stream type.
copy() - Static method in class org.jboss.logmanager.MDC
Get a copy of the MDC map.
copyAll() - Method in class org.jboss.logmanager.ExtLogRecord
Copy all fields and prepare this object to be passed to another thread or to be serialized.
copyMdc() - Method in class org.jboss.logmanager.ExtLogRecord
Copy the MDC.
create() - Static method in class org.jboss.logmanager.LogContext
Create a new log context.
create() - Method in class org.jboss.logmanager.LogService
Create lifecycle method.

D

dateFormatStep(TimeZone, String, boolean, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which emits the date of the log record with the given justificaiton rules.
dateFormatStep(String, boolean, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which emits the date of the log record with the given justificaiton rules.
DEBUG - Static variable in class org.jboss.logmanager.Level
 
DEFAULT_LOG_CONTEXT_SELECTOR - Static variable in class org.jboss.logmanager.LogContext
The default log context selector, which always returns the system log context.
DefaultConfigurationLocator - Class in org.jboss.logmanager
A configuration locator which looks for a logging.properties file in the class path, allowing the location to be overridden via a URL specified in the logging.configuration system property.
DefaultConfigurationLocator() - Constructor for class org.jboss.logmanager.DefaultConfigurationLocator
 
DenyAllFilter - Class in org.jboss.logmanager.filters
A deny-all filter.
destroy() - Method in class org.jboss.logmanager.LogService
Destroy lifecycle method.
detach(Logger.AttachmentKey<V>) - Method in class org.jboss.logmanager.Logger
Remove an attachment.
disableCallerCalculation() - Method in class org.jboss.logmanager.ExtLogRecord
Disable caller calculation for this record.
doPublish(ExtLogRecord) - Method in class org.jboss.logmanager.ExtHandler
Do the actual work of publication; the record will have been filtered already.
doPublish(ExtLogRecord) - Method in class org.jboss.logmanager.handlers.AsyncHandler
Do the actual work of publication; the record will have been filtered already.
doPublish(ExtLogRecord) - Method in class org.jboss.logmanager.handlers.NullHandler
Do the actual work of publication; the record will have been filtered already.
doPublish(ExtLogRecord) - Method in class org.jboss.logmanager.handlers.WriterHandler
Do the actual work of publication; the record will have been filtered already.

E

entering(String, String) - Method in class org.jboss.logmanager.Logger
entering(String, String, Object) - Method in class org.jboss.logmanager.Logger
entering(String, String, Object[]) - Method in class org.jboss.logmanager.Logger
error(String, Exception, int) - Method in class org.jboss.logmanager.errormanager.OnlyOnceErrorManager
ERROR - Static variable in class org.jboss.logmanager.Level
 
estimateLength() - Method in interface org.jboss.logmanager.formatters.FormatStep
Emit an estimate of the length of data which this step will produce.
exceptionFormatStep(boolean, int, int, boolean) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which emits the stack trace of an exception with the given justification rules.
exiting(String, String) - Method in class org.jboss.logmanager.Logger
exiting(String, String, Object) - Method in class org.jboss.logmanager.Logger
ExtFormatter - Class in org.jboss.logmanager
A formatter which handles ExtLogRecord instances.
ExtFormatter() - Constructor for class org.jboss.logmanager.ExtFormatter
 
ExtHandler - Class in org.jboss.logmanager
An extended logger handler.
ExtHandler() - Constructor for class org.jboss.logmanager.ExtHandler
Construct a new instance.
ExtLogRecord - Class in org.jboss.logmanager
An extended log record, which includes additional information including MDC/NDC and correct caller location (even in the presence of a logging facade).
ExtLogRecord(Level, String, String) - Constructor for class org.jboss.logmanager.ExtLogRecord
Construct a new instance.
ExtLogRecord(Level, String, ExtLogRecord.FormatStyle, String) - Constructor for class org.jboss.logmanager.ExtLogRecord
Construct a new instance.
ExtLogRecord(ExtLogRecord) - Constructor for class org.jboss.logmanager.ExtLogRecord
Make a copy of a log record.
ExtLogRecord.FormatStyle - Enum in org.jboss.logmanager
The format style to use.

F

FATAL - Static variable in class org.jboss.logmanager.Level
 
FileHandler - Class in org.jboss.logmanager.handlers
A simple file handler.
FileHandler() - Constructor for class org.jboss.logmanager.handlers.FileHandler
Construct a new instance with no formatter and no output file.
FileHandler(Formatter) - Constructor for class org.jboss.logmanager.handlers.FileHandler
Construct a new instance with the given formatter and no output file.
FileHandler(Formatter, File) - Constructor for class org.jboss.logmanager.handlers.FileHandler
Construct a new instance with the given formatter and output file.
FileHandler(Formatter, File, boolean) - Constructor for class org.jboss.logmanager.handlers.FileHandler
Construct a new instance with the given formatter, output file, and append setting.
FileHandler(File) - Constructor for class org.jboss.logmanager.handlers.FileHandler
Construct a new instance with the given output file.
FileHandler(File, boolean) - Constructor for class org.jboss.logmanager.handlers.FileHandler
Construct a new instance with the given output file and append setting.
FileHandler(String) - Constructor for class org.jboss.logmanager.handlers.FileHandler
Construct a new instance with the given output file.
FileHandler(String, boolean) - Constructor for class org.jboss.logmanager.handlers.FileHandler
Construct a new instance with the given output file and append setting.
fileNameFormatStep(boolean, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which emits the source file name with the given justification rules (NOTE: call stack introspection introduces a significant performance penalty).
findConfiguration() - Method in interface org.jboss.logmanager.ConfigurationLocator
Find the configuration file.
findConfiguration() - Method in class org.jboss.logmanager.DefaultConfigurationLocator
Find the configuration file.
fine(String) - Method in class org.jboss.logmanager.Logger
finer(String) - Method in class org.jboss.logmanager.Logger
finest(String) - Method in class org.jboss.logmanager.Logger
flush() - Method in class org.jboss.logmanager.handlers.AsyncHandler
flush() - Method in class org.jboss.logmanager.handlers.NullHandler
flush() - Method in class org.jboss.logmanager.handlers.UncloseableOutputStream
 
flush() - Method in class org.jboss.logmanager.handlers.UncloseableWriter
 
flush() - Method in class org.jboss.logmanager.handlers.UninterruptibleOutputStream
Flush the stream uninterruptibly.
flush() - Method in class org.jboss.logmanager.handlers.WriterHandler
Flush this logger.
FlushableCloseable - Interface in org.jboss.logmanager.handlers
A resource which is flushable and closeable.
flusher(Handler) - Static method in class org.jboss.logmanager.handlers.Handlers
Create a Runnable task that flushes a handler.
format(LogRecord) - Method in class org.jboss.logmanager.ExtFormatter
format(ExtLogRecord) - Method in class org.jboss.logmanager.ExtFormatter
Format a message using an extended log record.
format(ExtLogRecord) - Method in class org.jboss.logmanager.formatters.MultistepFormatter
Format a message using an extended log record.
FormatStep - Interface in org.jboss.logmanager.formatters
A single format step which handles some part of rendering a log record.
FormatStringParser - Class in org.jboss.logmanager.formatters
A parser which can translate a log4j-style format string into a series of FormatStep instances.
Formatters - Class in org.jboss.logmanager.formatters
Formatter utility methods.

G

get(String) - Static method in class org.jboss.logmanager.MDC
Get the value for a key, or null if there is no mapping.
get() - Static method in class org.jboss.logmanager.NDC
Get the current NDC value.
getAttachment(String, Logger.AttachmentKey<V>) - Method in class org.jboss.logmanager.LogContext
Get a logger attachment for a logger name, if it exists.
getAttachment(Logger.AttachmentKey<V>) - Method in class org.jboss.logmanager.Logger
Get the attachment value for a given key, or null if there is no such attachment.
getDepth() - Static method in class org.jboss.logmanager.NDC
Get the current NDC stack depth.
getEffectiveLevel() - Method in class org.jboss.logmanager.Logger
Get the effective numerical log level, inherited from the parent.
getEncoding() - Method in class org.jboss.logmanager.handlers.OutputStreamHandler
Get the target encoding.
getFile() - Method in class org.jboss.logmanager.handlers.FileHandler
Get the current output file.
getFilter() - Method in class org.jboss.logmanager.Logger
getFormattedMessage() - Method in class org.jboss.logmanager.ExtLogRecord
Get the fully formatted log record, with resources resolved and parameters applied.
getHandlers() - Method in class org.jboss.logmanager.ExtHandler
Get a copy of the sub-handlers array.
getHandlers() - Method in class org.jboss.logmanager.Logger
getInstance() - Static method in class org.jboss.logmanager.filters.AcceptAllFilter
Get the filter instance.
getInstance() - Static method in class org.jboss.logmanager.filters.DenyAllFilter
Get the filter instance.
getLevel() - Method in class org.jboss.logmanager.Logger
getLevelForName(String) - Method in class org.jboss.logmanager.LogContext
Get the level for a name.
getLogContext() - Method in class org.jboss.logmanager.ClassLoaderLogContextSelector
Get the current log context.
getLogContext() - Static method in class org.jboss.logmanager.LogContext
Get the currently active log context.
getLogContext() - Method in interface org.jboss.logmanager.LogContextSelector
Get the current log context.
getLogger(String) - Method in class org.jboss.logmanager.LogContext
Get a logger with the given name from this logging context.
getLogger(String) - Static method in class org.jboss.logmanager.Logger
Static logger factory method which returns a JBoss LogManager logger.
getLogger(String, String) - Static method in class org.jboss.logmanager.Logger
Static logger factory method which returns a JBoss LogManager logger.
getLogger(String) - Method in class org.jboss.logmanager.LogManager
Get or create a logger with the given name.
getLoggerClassName() - Method in class org.jboss.logmanager.ExtLogRecord
Get the class name of the logger which created this record.
getLoggerIfExists(String) - Method in class org.jboss.logmanager.LogContext
Get a logger with the given name from this logging context, if a logger node exists at that location.
getLoggerNames() - Method in class org.jboss.logmanager.LogManager
Does nothing.
getLoggingMXBean() - Method in class org.jboss.logmanager.LogContext
Get the LoggingMXBean associated with this log context.
getMdc(String) - Method in class org.jboss.logmanager.ExtLogRecord
Get the value of an MDC property.
getNdc() - Method in class org.jboss.logmanager.ExtLogRecord
Get the NDC for this log record.
getOverflowAction() - Method in class org.jboss.logmanager.handlers.AsyncHandler
Get the overflow action.
getParent() - Method in class org.jboss.logmanager.Logger
getPattern() - Method in class org.jboss.logmanager.formatters.PatternFormatter
Get the current format pattern.
getProperty(String) - Method in class org.jboss.logmanager.LogManager
Does nothing.
getResourceKey() - Method in class org.jboss.logmanager.ExtLogRecord
Get the resource key, if any.
getSelector() - Method in class org.jboss.logmanager.LogContextSelectorService
Get the selector to install.
getSourceClassName() - Method in class org.jboss.logmanager.ExtLogRecord
getSourceFileName() - Method in class org.jboss.logmanager.ExtLogRecord
Get the source file name for this log record.
getSourceLineNumber() - Method in class org.jboss.logmanager.ExtLogRecord
Get the source line number for this log record.
getSourceMethodName() - Method in class org.jboss.logmanager.ExtLogRecord
getSteps(String) - Static method in class org.jboss.logmanager.formatters.FormatStringParser
Compile a format string into a series of format steps.
getSteps() - Method in class org.jboss.logmanager.formatters.MultistepFormatter
Get a copy of the format steps.
getSystemLogContext() - Static method in class org.jboss.logmanager.LogContext
Get the system log context.
getThreadName() - Method in class org.jboss.logmanager.ExtLogRecord
Get the thread name of this logging event.
getTimeZone() - Method in class org.jboss.logmanager.handlers.PeriodicRotatingFileHandler
Get the configured time zone for this handler.
getUseParentHandlers() - Method in class org.jboss.logmanager.Logger

H

handlers - Variable in class org.jboss.logmanager.ExtHandler
The sub-handlers for this handler.
Handlers - Class in org.jboss.logmanager.handlers
Handler utility methods.
handlersUpdater - Static variable in class org.jboss.logmanager.ExtHandler
The atomic updater for the ExtHandler.handlers field.

I

INFO - Static variable in class org.jboss.logmanager.Level
 
info(String) - Method in class org.jboss.logmanager.Logger
InvertFilter - Class in org.jboss.logmanager.filters
An inverting filter.
InvertFilter(Filter) - Constructor for class org.jboss.logmanager.filters.InvertFilter
Construct a new instance.
isAutoFlush() - Method in class org.jboss.logmanager.ExtHandler
Determine if this handler will auto-flush.
isLoggable(LogRecord) - Method in class org.jboss.logmanager.filters.AcceptAllFilter
Always returns true.
isLoggable(LogRecord) - Method in class org.jboss.logmanager.filters.AllFilter
Determine whether the record is loggable.
isLoggable(LogRecord) - Method in class org.jboss.logmanager.filters.AnyFilter
Determine whether the record is loggable.
isLoggable(LogRecord) - Method in class org.jboss.logmanager.filters.DenyAllFilter
Always returns false.
isLoggable(LogRecord) - Method in class org.jboss.logmanager.filters.InvertFilter
Determine whether a log record passes this filter.
isLoggable(LogRecord) - Method in class org.jboss.logmanager.filters.LevelChangingFilter
Apply the filter to this log record.
isLoggable(LogRecord) - Method in class org.jboss.logmanager.filters.LevelFilter
Determine whether the message is loggable.
isLoggable(LogRecord) - Method in class org.jboss.logmanager.filters.LevelRangeFilter
Determine if a record is loggable.
isLoggable(LogRecord) - Method in class org.jboss.logmanager.filters.RegexFilter
Determine if this log record is loggable.
isLoggable(LogRecord) - Method in class org.jboss.logmanager.filters.SubstituteFilter
Apply the filter to the given log record.
isLoggable(Level) - Method in class org.jboss.logmanager.Logger

L

Level - Class in org.jboss.logmanager
Log4j-like levels.
Level(String, int) - Constructor for class org.jboss.logmanager.Level
 
Level(String, int, String) - Constructor for class org.jboss.logmanager.Level
 
LevelChangingFilter - Class in org.jboss.logmanager.filters
A filter which modifies the log record with a new level if the nested filter evaluates true for that record.
LevelChangingFilter(Level) - Constructor for class org.jboss.logmanager.filters.LevelChangingFilter
Construct a new instance.
LevelFilter - Class in org.jboss.logmanager.filters
A filter which excludes messages of a certain level or levels
LevelFilter(Level) - Constructor for class org.jboss.logmanager.filters.LevelFilter
Construct a new instance.
LevelFilter(Collection<Level>) - Constructor for class org.jboss.logmanager.filters.LevelFilter
Construct a new instance.
levelFormatStep(boolean, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which emits the localized log level name.
LevelRangeFilter - Class in org.jboss.logmanager.filters
Log only messages that fall within a level range.
LevelRangeFilter(Level, boolean, Level, boolean) - Constructor for class org.jboss.logmanager.filters.LevelRangeFilter
Create a new instance.
lineNumberFormatStep(boolean, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which emits the source file line number with the given justification rules (NOTE: call stack introspection introduces a significant performance penalty).
lineSeparatorFormatStep(boolean, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which emits the platform line separator.
locationInformationFormatStep(boolean, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which emits the complete source location information with the given justification rules (NOTE: call stack introspection introduces a significant performance penalty).
log(LogRecord) - Method in class org.jboss.logmanager.Logger
log(Level, String) - Method in class org.jboss.logmanager.Logger
log(Level, String, Object) - Method in class org.jboss.logmanager.Logger
log(Level, String, Object[]) - Method in class org.jboss.logmanager.Logger
log(Level, String, Throwable) - Method in class org.jboss.logmanager.Logger
log(String, Level, String, String, ExtLogRecord.FormatStyle, Object[], Throwable) - Method in class org.jboss.logmanager.Logger
SPI interface method to log a message at a given level, with a specific resource bundle.
log(String, Level, String, ExtLogRecord.FormatStyle, Object[], Throwable) - Method in class org.jboss.logmanager.Logger
SPI interface method to log a message at a given level.
log(String, Level, String, Throwable) - Method in class org.jboss.logmanager.Logger
SPI interface method to log a message at a given level.
LogContext - Class in org.jboss.logmanager
A logging context, for producing isolated logging environments.
LogContextSelector - Interface in org.jboss.logmanager
A mechanism for determining what the current log context is.
LogContextSelectorService - Class in org.jboss.logmanager
A container-friendly service which will manage the installation of a LogContextSelector into the log system.
LogContextSelectorService() - Constructor for class org.jboss.logmanager.LogContextSelectorService
 
Logger - Class in org.jboss.logmanager
An actual logger instance.
Logger.AttachmentKey<V> - Class in org.jboss.logmanager
An attachment key instance.
Logger.AttachmentKey() - Constructor for class org.jboss.logmanager.Logger.AttachmentKey
Construct a new instance.
loggerNameFormatStep(boolean, int, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which emits the logger name with the given justification rules.
LoggingUncaughtExceptionHandler - Class in org.jboss.logmanager
Logging uncaught exception handler.
LoggingUncaughtExceptionHandler(Logger) - Constructor for class org.jboss.logmanager.LoggingUncaughtExceptionHandler
Create a new instance.
LogManager - Class in org.jboss.logmanager
Simplified log manager.
LogManager() - Constructor for class org.jboss.logmanager.LogManager
Construct a new logmanager instance.
logp(Level, String, String, String) - Method in class org.jboss.logmanager.Logger
logp(Level, String, String, String, Object) - Method in class org.jboss.logmanager.Logger
logp(Level, String, String, String, Object[]) - Method in class org.jboss.logmanager.Logger
logp(Level, String, String, String, Throwable) - Method in class org.jboss.logmanager.Logger
logRaw(ExtLogRecord) - Method in class org.jboss.logmanager.Logger
Do the logging with no level checks (they've already been done).
logRaw(LogRecord) - Method in class org.jboss.logmanager.Logger
Do the logging with no level checks (they've already been done).
logrb(Level, String, String, String, String) - Method in class org.jboss.logmanager.Logger
logrb(Level, String, String, String, String, Object) - Method in class org.jboss.logmanager.Logger
logrb(Level, String, String, String, String, Object[]) - Method in class org.jboss.logmanager.Logger
logrb(Level, String, String, String, String, Throwable) - Method in class org.jboss.logmanager.Logger
LogService - Class in org.jboss.logmanager
A simple log service which can be used to remove any bootstrap handlers when a real handler is configured.
LogService() - Constructor for class org.jboss.logmanager.LogService
 

M

MDC - Class in org.jboss.logmanager
Mapped diagnostic context.
mdcFormatStep(String, boolean, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which emits the MDC value associated with the given key of the log record.
messageFormatStep(boolean, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which emits the formatted log message text with the given justification rules.
methodNameFormatStep(boolean, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which emits the source method name with the given justification rules (NOTE: call stack introspection introduces a significant performance penalty).
MultistepFormatter - Class in org.jboss.logmanager.formatters
A formatter which formats a record in a series of steps.
MultistepFormatter(FormatStep[]) - Constructor for class org.jboss.logmanager.formatters.MultistepFormatter
Construct a new instance.
MultistepFormatter() - Constructor for class org.jboss.logmanager.formatters.MultistepFormatter
Construct a new instance.

N

NDC - Class in org.jboss.logmanager
Nested diagnostic context.
ndcFormatStep(boolean, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which emits the NDC value of the log record.
ndcFormatStep(boolean, int, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which emits the NDC value of the log record.
nullFormatter() - Static method in class org.jboss.logmanager.formatters.Formatters
Get the null formatter, which outputs nothing.
NullHandler - Class in org.jboss.logmanager.handlers
A handler which performs no action other than to run any attached filter.
NullHandler() - Constructor for class org.jboss.logmanager.handlers.NullHandler
 

O

OnlyOnceErrorManager - Class in org.jboss.logmanager.errormanager
An error manager which runs only once and writes a complete formatted error to System.err.
OnlyOnceErrorManager() - Constructor for class org.jboss.logmanager.errormanager.OnlyOnceErrorManager
 
org.jboss.logmanager - package org.jboss.logmanager
 
org.jboss.logmanager.errormanager - package org.jboss.logmanager.errormanager
 
org.jboss.logmanager.filters - package org.jboss.logmanager.filters
 
org.jboss.logmanager.formatters - package org.jboss.logmanager.formatters
 
org.jboss.logmanager.handlers - package org.jboss.logmanager.handlers
 
outputLock - Variable in class org.jboss.logmanager.handlers.WriterHandler
 
OutputStreamHandler - Class in org.jboss.logmanager.handlers
An output stream handler which supports any OutputStream, using the specified encoding.
OutputStreamHandler() - Constructor for class org.jboss.logmanager.handlers.OutputStreamHandler
Construct a new instance with no formatter.
OutputStreamHandler(Formatter) - Constructor for class org.jboss.logmanager.handlers.OutputStreamHandler
Construct a new instance.
OutputStreamHandler(OutputStream, Formatter) - Constructor for class org.jboss.logmanager.handlers.OutputStreamHandler
Construct a new instance.

P

PatternFormatter - Class in org.jboss.logmanager.formatters
A formatter which uses a text pattern to format messages.
PatternFormatter() - Constructor for class org.jboss.logmanager.formatters.PatternFormatter
Construct a new instance.
PatternFormatter(String) - Constructor for class org.jboss.logmanager.formatters.PatternFormatter
Construct a new instance.
PeriodicRotatingFileHandler - Class in org.jboss.logmanager.handlers
A file handler which rotates the log at a preset time interval.
PeriodicRotatingFileHandler() - Constructor for class org.jboss.logmanager.handlers.PeriodicRotatingFileHandler
Construct a new instance with no formatter and no output file.
PeriodicRotatingFileHandler(String) - Constructor for class org.jboss.logmanager.handlers.PeriodicRotatingFileHandler
Construct a new instance with the given output file.
PeriodicRotatingFileHandler(String, boolean) - Constructor for class org.jboss.logmanager.handlers.PeriodicRotatingFileHandler
Construct a new instance with the given output file and append setting.
PeriodicRotatingFileHandler(File, String) - Constructor for class org.jboss.logmanager.handlers.PeriodicRotatingFileHandler
Construct a new instance with the given output file.
PeriodicRotatingFileHandler(File, String, boolean) - Constructor for class org.jboss.logmanager.handlers.PeriodicRotatingFileHandler
Construct a new instance with the given output file and append setting.
PeriodicRotatingFileHandler.Period - Enum in org.jboss.logmanager.handlers
Possible period values.
pop() - Static method in class org.jboss.logmanager.NDC
Pop the topmost value from the NDC stack and return it.
preWrite(ExtLogRecord) - Method in class org.jboss.logmanager.handlers.PeriodicRotatingFileHandler
Execute any pre-write policy, such as file rotation.
preWrite(ExtLogRecord) - Method in class org.jboss.logmanager.handlers.SizeRotatingFileHandler
Execute any pre-write policy, such as file rotation.
preWrite(ExtLogRecord) - Method in class org.jboss.logmanager.handlers.WriterHandler
Execute any pre-write policy, such as file rotation.
PropertyConfigurator - Class in org.jboss.logmanager
A configurator which uses a simple property file format.
PropertyConfigurator() - Constructor for class org.jboss.logmanager.PropertyConfigurator
Construct an instance.
publish(LogRecord) - Method in class org.jboss.logmanager.ExtHandler
publish(ExtLogRecord) - Method in class org.jboss.logmanager.ExtHandler
Publish an ExtLogRecord.
push(String) - Static method in class org.jboss.logmanager.NDC
Push a value on to the NDC stack, returning the new stack depth which should later be used to restore the stack.
put(String, String) - Static method in class org.jboss.logmanager.MDC
Set the value of a key, returning the old value (if any) or null if there was none.
putMdc(String, String) - Method in class org.jboss.logmanager.ExtLogRecord
Change an MDC value on this record.

R

readConfiguration() - Method in class org.jboss.logmanager.LogManager
Configure the log manager one time.
readConfiguration(InputStream) - Method in class org.jboss.logmanager.LogManager
Configure the log manager.
readResolve() - Method in class org.jboss.logmanager.SerializedLogger
Get the actual logger for this marker.
RegexFilter - Class in org.jboss.logmanager.filters
A regular-expression-based filter.
RegexFilter(Pattern) - Constructor for class org.jboss.logmanager.filters.RegexFilter
Create a new instance.
RegexFilter(String) - Constructor for class org.jboss.logmanager.filters.RegexFilter
Create a new instance.
registerLevel(Level) - Method in class org.jboss.logmanager.LogContext
Register a level instance with this log context.
registerLogContext(ClassLoader, LogContext) - Method in class org.jboss.logmanager.ClassLoaderLogContextSelector
Register a class loader with a log context.
relativeTimeFormatStep(long, boolean, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which emits the number of milliseconds since the given base time.
remove(String) - Static method in class org.jboss.logmanager.MDC
Remove a key.
removeHandler(Handler) - Method in class org.jboss.logmanager.ExtHandler
Remove a sub-handler from this handler.
removeHandler(Handler) - Method in class org.jboss.logmanager.Logger
removePropertyChangeListener(PropertyChangeListener) - Method in class org.jboss.logmanager.LogManager
Do nothing.
render(StringBuilder, ExtLogRecord) - Method in interface org.jboss.logmanager.formatters.FormatStep
Render a part of the log record.
reset() - Method in class org.jboss.logmanager.LogManager
Does nothing.
resourceKeyFormatStep(boolean, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which emits the log message resource key (if any) with the given justification rules.

S

safeClose(Closeable) - Method in class org.jboss.logmanager.handlers.WriterHandler
Safely close the resource, reporting an error if the close fails.
SerializedLogger - Class in org.jboss.logmanager
A marker class for loggers.
SerializedLogger(String) - Constructor for class org.jboss.logmanager.SerializedLogger
Construct an instance.
setAppend(boolean) - Method in class org.jboss.logmanager.handlers.FileHandler
Specify whether to append to the target file.
setAutoFlush(boolean) - Method in class org.jboss.logmanager.ExtHandler
Change the autoflush setting for this handler.
setEncoding(String) - Method in class org.jboss.logmanager.handlers.OutputStreamHandler
Set the target encoding.
setFile(File) - Method in class org.jboss.logmanager.handlers.FileHandler
Set the output file.
setFile(File) - Method in class org.jboss.logmanager.handlers.SizeRotatingFileHandler
Set the output file.
setFileName(String) - Method in class org.jboss.logmanager.handlers.FileHandler
Set the output file by name.
setFilter(Filter) - Method in class org.jboss.logmanager.Logger
setHandlers(Handler[]) - Method in class org.jboss.logmanager.ExtHandler
A convenience method to atomically get and replace the sub-handler array.
setLevel(Level) - Method in class org.jboss.logmanager.Logger
This implementation grabs a lock, so that only one thread may update the log level of any logger at a time, in order to allow readers to never block (though there is a window where retrieving the log level reflects an older effective level than the actual level).
setLevelName(String) - Method in class org.jboss.logmanager.Logger
Set the log level by name.
setLogContextSelector(LogContextSelector) - Static method in class org.jboss.logmanager.LogContext
Set a new log context selector.
setMaxBackupIndex(int) - Method in class org.jboss.logmanager.handlers.SizeRotatingFileHandler
Set the maximum backup index (the number of log files to keep around).
setMessage(String) - Method in class org.jboss.logmanager.ExtLogRecord
Set the raw message.
setMessage(String, ExtLogRecord.FormatStyle) - Method in class org.jboss.logmanager.ExtLogRecord
Set the raw message.
setNdc(String) - Method in class org.jboss.logmanager.ExtLogRecord
Change the NDC for this log record.
setOutputStream(OutputStream) - Method in class org.jboss.logmanager.handlers.ConsoleHandler
Set the output stream to write to.
setOutputStream(OutputStream) - Method in class org.jboss.logmanager.handlers.OutputStreamHandler
Set the output stream to write to.
setOutputStream(OutputStream) - Method in class org.jboss.logmanager.handlers.SizeRotatingFileHandler
Set the output stream to write to.
setOverflowAction(AsyncHandler.OverflowAction) - Method in class org.jboss.logmanager.handlers.AsyncHandler
Set the overflow action.
setParameters(Object[]) - Method in class org.jboss.logmanager.ExtLogRecord
Set the parameters to the log message.
setParent(Logger) - Method in class org.jboss.logmanager.Logger
Not allowed. This method may never be called.
setPattern(String) - Method in class org.jboss.logmanager.formatters.PatternFormatter
Set the format pattern.
setResourceBundle(ResourceBundle) - Method in class org.jboss.logmanager.ExtLogRecord
Set the localization resource bundle.
setResourceBundleName(String) - Method in class org.jboss.logmanager.ExtLogRecord
Set the localization resource bundle name.
setRotateSize(long) - Method in class org.jboss.logmanager.handlers.SizeRotatingFileHandler
Set the rotation size, in bytes.
setSelector(LogContextSelector) - Method in class org.jboss.logmanager.LogContextSelectorService
Set the selector to install.
setSourceClassName(String) - Method in class org.jboss.logmanager.ExtLogRecord
setSourceFileName(String) - Method in class org.jboss.logmanager.ExtLogRecord
Set the source file name for this log record.
setSourceLineNumber(int) - Method in class org.jboss.logmanager.ExtLogRecord
Set the source line number for this log record.
setSourceMethodName(String) - Method in class org.jboss.logmanager.ExtLogRecord
setSteps(FormatStep[]) - Method in class org.jboss.logmanager.formatters.MultistepFormatter
Assign new format steps.
setSuffix(String) - Method in class org.jboss.logmanager.handlers.PeriodicRotatingFileHandler
Set the suffix string.
setTarget(ConsoleHandler.Target) - Method in class org.jboss.logmanager.handlers.ConsoleHandler
Set the target for this console handler.
setThreadName(String) - Method in class org.jboss.logmanager.ExtLogRecord
Set the thread name of this logging event.
setTimeZone(TimeZone) - Method in class org.jboss.logmanager.handlers.PeriodicRotatingFileHandler
Set the configured time zone for this handler.
setUseParentHandlers(boolean) - Method in class org.jboss.logmanager.Logger
setWriter(Writer) - Method in class org.jboss.logmanager.handlers.OutputStreamHandler
Set the writer.
setWriter(Writer) - Method in class org.jboss.logmanager.handlers.WriterHandler
Set the writer.
severe(String) - Method in class org.jboss.logmanager.Logger
simpleMessageFormatStep(boolean, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which emits the formatted log message text (simple version, no exception traces) with the given justification rules.
SizeRotatingFileHandler - Class in org.jboss.logmanager.handlers
 
SizeRotatingFileHandler() - Constructor for class org.jboss.logmanager.handlers.SizeRotatingFileHandler
Construct a new instance with no formatter and no output file.
SizeRotatingFileHandler(File) - Constructor for class org.jboss.logmanager.handlers.SizeRotatingFileHandler
Construct a new instance with the given output file.
SizeRotatingFileHandler(File, boolean) - Constructor for class org.jboss.logmanager.handlers.SizeRotatingFileHandler
Construct a new instance with the given output file and append setting.
SizeRotatingFileHandler(String) - Constructor for class org.jboss.logmanager.handlers.SizeRotatingFileHandler
Construct a new instance with the given output file.
SizeRotatingFileHandler(String, boolean) - Constructor for class org.jboss.logmanager.handlers.SizeRotatingFileHandler
Construct a new instance with the given output file and append setting.
SizeRotatingFileHandler(long, int) - Constructor for class org.jboss.logmanager.handlers.SizeRotatingFileHandler
Construct a new instance with no formatter and no output file.
SizeRotatingFileHandler(File, long, int) - Constructor for class org.jboss.logmanager.handlers.SizeRotatingFileHandler
Construct a new instance with the given output file.
SizeRotatingFileHandler(File, boolean, long, int) - Constructor for class org.jboss.logmanager.handlers.SizeRotatingFileHandler
Construct a new instance with the given output file and append setting.
start() - Method in class org.jboss.logmanager.LogContextSelectorService
Install the selector.
start() - Method in class org.jboss.logmanager.LogService
Start method; removes and saves bootstrap handlers.
stop() - Method in class org.jboss.logmanager.LogContextSelectorService
Uninstall the selector.
stop() - Method in class org.jboss.logmanager.LogService
Stop method; removes root handlers and restores the bootstrap handlers.
SubstituteFilter - Class in org.jboss.logmanager.filters
A filter which applies a text substitution on the message if the nested filter matches.
SubstituteFilter(Pattern, String, boolean) - Constructor for class org.jboss.logmanager.filters.SubstituteFilter
Construct a new instance.
SubstituteFilter(String, String, boolean) - Constructor for class org.jboss.logmanager.filters.SubstituteFilter
Construct a new instance.

T

textFormatStep(String) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which simply emits the given string.
threadNameFormatStep(boolean, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which emits the name of the thread which originated the log record.
throwing(String, String, Throwable) - Method in class org.jboss.logmanager.Logger
toString() - Method in class org.jboss.logmanager.handlers.UninterruptibleOutputStream
Get the string representation of this stream.
toString() - Method in class org.jboss.logmanager.Logger
 
TRACE - Static variable in class org.jboss.logmanager.Level
 
trimTo(int) - Static method in class org.jboss.logmanager.NDC
Trim the thread NDC stack down to no larger than the given size.

U

uncaughtException(Thread, Throwable) - Method in class org.jboss.logmanager.LoggingUncaughtExceptionHandler
Method invoked when the given thread terminates due to the given uncaught exception.
UncloseableOutputStream - Class in org.jboss.logmanager.handlers
An output stream wrapper which drops calls to the close() method.
UncloseableOutputStream(OutputStream) - Constructor for class org.jboss.logmanager.handlers.UncloseableOutputStream
 
UncloseableWriter - Class in org.jboss.logmanager.handlers
An output stream wrapper which drops calls to the close() method.
UncloseableWriter(Writer) - Constructor for class org.jboss.logmanager.handlers.UncloseableWriter
 
UninterruptibleOutputStream - Class in org.jboss.logmanager.handlers
An output stream which is not interruptible.
UninterruptibleOutputStream(OutputStream) - Constructor for class org.jboss.logmanager.handlers.UninterruptibleOutputStream
Construct a new instance.
unregisterLevel(Level) - Method in class org.jboss.logmanager.LogContext
Unregister a previously registered level.
unregisterLogContext(ClassLoader, LogContext) - Method in class org.jboss.logmanager.ClassLoaderLogContextSelector
Unregister a class loader/log context association.

V

valueOf(String) - Static method in enum org.jboss.logmanager.ExtLogRecord.FormatStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.logmanager.handlers.AsyncHandler.OverflowAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.logmanager.handlers.ConsoleHandler.Target
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.logmanager.handlers.PeriodicRotatingFileHandler.Period
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.logmanager.ExtLogRecord.FormatStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.logmanager.handlers.AsyncHandler.OverflowAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.logmanager.handlers.ConsoleHandler.Target
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.logmanager.handlers.PeriodicRotatingFileHandler.Period
Returns an array containing the constants of this enum type, in the order they are declared.

W

WARN - Static variable in class org.jboss.logmanager.Level
 
warning(String) - Method in class org.jboss.logmanager.Logger
wrap(LogRecord) - Static method in class org.jboss.logmanager.ExtLogRecord
Wrap a JDK log record.
wrap(Handler) - Static method in class org.jboss.logmanager.handlers.Handlers
Create a wrapper that exposes the handler's close and flush methods via the I/O API.
write(int) - Method in class org.jboss.logmanager.handlers.UncloseableOutputStream
 
write(byte[]) - Method in class org.jboss.logmanager.handlers.UncloseableOutputStream
 
write(byte[], int, int) - Method in class org.jboss.logmanager.handlers.UncloseableOutputStream
 
write(int) - Method in class org.jboss.logmanager.handlers.UncloseableWriter
 
write(char[]) - Method in class org.jboss.logmanager.handlers.UncloseableWriter
 
write(char[], int, int) - Method in class org.jboss.logmanager.handlers.UncloseableWriter
 
write(String) - Method in class org.jboss.logmanager.handlers.UncloseableWriter
 
write(String, int, int) - Method in class org.jboss.logmanager.handlers.UncloseableWriter
 
write(int) - Method in class org.jboss.logmanager.handlers.UninterruptibleOutputStream
Write the given byte uninterruptibly.
write(byte[], int, int) - Method in class org.jboss.logmanager.handlers.UninterruptibleOutputStream
Write the given bytes uninterruptibly.
writeReplace() - Method in class org.jboss.logmanager.Logger
 
WriterHandler - Class in org.jboss.logmanager.handlers
A handler which writes to any Writer.
WriterHandler() - Constructor for class org.jboss.logmanager.handlers.WriterHandler
 
A C D E F G H I L M N O P R S T U V W 
JBoss Log Manager 1.2.2.GA

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