A B C D E F G H I J K L M N O P Q R S T U V W Y 
All Classes All Packages

A

AbstractBasicConfiguration<T,​C extends AbstractBasicConfiguration<T,​C>> - Class in org.jboss.logmanager.config
 
AbstractBasicConfiguration(String, LogContextConfigurationImpl, Map<String, T>, Map<String, C>) - Constructor for class org.jboss.logmanager.config.AbstractBasicConfiguration
 
AbstractPropertyConfiguration<T,​C extends AbstractPropertyConfiguration<T,​C>> - Class in org.jboss.logmanager.config
 
AbstractPropertyConfiguration(Class<T>, LogContextConfigurationImpl, Map<String, T>, Map<String, C>, String, String, String, String[]) - Constructor for class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
AbstractPropertyConfiguration.ConstructAction - Class in org.jboss.logmanager.config
 
AbstractPropertyConfiguration.ModuleFinder - Class in org.jboss.logmanager.config
 
ACCEPT_PRODUCER - Static variable in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
AcceptAllFilter - Class in org.jboss.logmanager.filters
An accept-all filter.
AcceptAllFilter() - Constructor for class org.jboss.logmanager.filters.AcceptAllFilter
 
accessDenied() - Static method in class org.jboss.logmanager.ExtHandler
 
accessDenied() - Static method in class org.jboss.logmanager.LogContext
 
actualClass - Variable in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
add(Level) - Method in class org.jboss.logmanager.LogManager.KnownLevelBuilder
 
add(K, V) - Method in class org.jboss.logmanager.LogManager.ReadOnlyHashMap
 
add(T, V) - Method in class org.jboss.logmanager.AtomicArray
Atomically replace the array with a new array which is one element longer, and which includes the given value.
add(T, V, Comparator<? super V>) - Method in class org.jboss.logmanager.AtomicArray
Add a value to a sorted array.
addAction(ConfigAction<?>) - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
addError(Exception) - Method in class org.jboss.logmanager.handlers.TcpOutputStream
 
addErrorManagerConfiguration(String, String, String, String...) - Method in interface org.jboss.logmanager.config.LogContextConfiguration
 
addErrorManagerConfiguration(String, String, String, String...) - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
addFilterConfiguration(String, String, String, String...) - Method in interface org.jboss.logmanager.config.LogContextConfiguration
 
addFilterConfiguration(String, String, String, String...) - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
addFormatterConfiguration(String, String, String, String...) - Method in interface org.jboss.logmanager.config.LogContextConfiguration
 
addFormatterConfiguration(String, String, String, String...) - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
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
addHandler(Handler) - Method in class org.jboss.logmanager.LoggerNode
 
addHandlerConfiguration(String, String, String, String...) - Method in interface org.jboss.logmanager.config.LogContextConfiguration
Add a handler configuration.
addHandlerConfiguration(String, String, String, String...) - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
addHandlerName(String) - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
addHandlerName(String) - Method in interface org.jboss.logmanager.config.HandlerContainingConfigurable
Add a handler name to this logger.
addHandlerName(String) - Method in class org.jboss.logmanager.config.LoggerConfigurationImpl
 
addIfAbsent(T, V, boolean) - Method in class org.jboss.logmanager.AtomicArray
Atomically replace the array with a new array which is one element longer, and which includes the given value, if the value is not already present within the array.
addIfAbsent(T, V, Comparator<? super V>) - Method in class org.jboss.logmanager.AtomicArray
Add a value to a sorted array if it is not already present.
addLogApiClassLoader(ClassLoader) - Method in class org.jboss.logmanager.ClassLoaderLogContextSelector
Register a class loader which is a known log API, and thus should be skipped over when searching for the log context to use for the caller class.
addLogger(Logger) - Method in class org.jboss.logmanager.LogManager
Do nothing.
addLoggerConfiguration(String) - Method in interface org.jboss.logmanager.config.LogContextConfiguration
 
addLoggerConfiguration(String) - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
addPojoConfiguration(String, String, String, String...) - Method in interface org.jboss.logmanager.config.LogContextConfiguration
Add a POJO configuration.
addPojoConfiguration(String, String, String, String...) - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
addPostConfigurationActions() - Method in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
addPostConfigurationActions(boolean) - Method in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
addPostConfigurationActions(String, Deque<ConfigAction<?>>) - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
Adds or replaces the post configuration actions for the configuration identified by the name parameter.
addPostConfigurationMethod(String) - Method in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
addPostConfigurationMethod(String) - Method in interface org.jboss.logmanager.config.PropertyConfigurable
Adds a method name to be invoked after all properties have been set.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.jboss.logmanager.LogManager
Do nothing.
address - Variable in class org.jboss.logmanager.handlers.TcpOutputStream
 
addStrong(Map<String, LogContext.LevelRef>, Level) - Static method in class org.jboss.logmanager.LogContext.LazyHolder
 
advance() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.HashIterator
 
ALERT - org.jboss.logmanager.handlers.SyslogHandler.Severity
 
AllFilter - Class in org.jboss.logmanager.filters
A filter consisting of several filters in a chain.
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.
AllFilter(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(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.
AnyFilter(Filter[]) - Constructor for class org.jboss.logmanager.filters.AnyFilter
Construct a new instance.
append - Variable in class org.jboss.logmanager.handlers.FileHandler
 
append(boolean) - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
 
append(byte[]) - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
 
append(byte[], int, int) - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
 
append(char) - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
 
append(char) - Method in class org.jboss.logmanager.handlers.UncloseableWriter
 
append(int) - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
 
append(long) - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
 
append(CharSequence) - Method in class org.jboss.logmanager.handlers.UncloseableWriter
 
append(CharSequence, int, int) - Method in class org.jboss.logmanager.handlers.UncloseableWriter
 
append(String) - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
 
append(String, int, int) - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
 
append(ByteStringBuilder) - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
 
appendASCII(int, String, int, int, int) - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
 
appendLatin1(String) - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
 
appendLatin1(String, int, int) - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
 
appendUSASCII(String) - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
 
appendUSASCII(String, int) - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
 
appendUSASCII(String, int, int) - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
 
appendUtf8Raw(int) - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
 
applyPostCreate(T) - Method in class org.jboss.logmanager.config.AbstractPropertyConfiguration.ConstructAction
 
applyPostCreate(T) - Method in interface org.jboss.logmanager.config.ConfigAction
 
applyPreCreate(T) - Method in class org.jboss.logmanager.config.AbstractPropertyConfiguration.ConstructAction
 
applyPreCreate(T) - Method in interface org.jboss.logmanager.config.ConfigAction
 
applySegments(int, String) - Static method in class org.jboss.logmanager.formatters.Formatters
Apply up to count trailing segments of the given string to the given builder.
applySegments(String, String) - Static method in class org.jboss.logmanager.formatters.Formatters
Apply up to precision trailing segments of the given string to the given builder.
appName - Variable in class org.jboss.logmanager.handlers.SyslogHandler
 
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() - 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(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.AsyncTask - Class in org.jboss.logmanager.handlers
 
AsyncHandler.OverflowAction - Enum in org.jboss.logmanager.handlers
 
AsyncTask() - Constructor for class org.jboss.logmanager.handlers.AsyncHandler.AsyncTask
 
AtomicArray<T,​V> - Class in org.jboss.logmanager
Utility for snapshot/copy-on-write arrays.
AtomicArray(AtomicReferenceFieldUpdater<T, V[]>, Class<V>) - Constructor for class org.jboss.logmanager.AtomicArray
Construct an instance.
attach(Logger.AttachmentKey<V>, V) - Method in class org.jboss.logmanager.Logger
Attach an object to this logger under a given key.
attach(Logger.AttachmentKey<V>, V) - Method in class org.jboss.logmanager.LoggerNode
 
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.
attachIfAbsent(Logger.AttachmentKey<V>, V) - Method in class org.jboss.logmanager.LoggerNode
 
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.
AttachmentKey() - Constructor for class org.jboss.logmanager.Logger.AttachmentKey
Construct a new instance.
attachments - Variable in class org.jboss.logmanager.LoggerNode
The attachments map.
attachmentsUpdater - Static variable in class org.jboss.logmanager.LoggerNode
The atomic updater for the LoggerNode.attachments field.
attempts - Variable in class org.jboss.logmanager.handlers.TcpOutputStream.RetryConnector
 
autoFlush - Variable in class org.jboss.logmanager.ExtHandler
 

B

badQueueLength() - Static method in class org.jboss.logmanager.handlers.QueueHandler
 
BLACK_NAME - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
BLOCK - org.jboss.logmanager.handlers.AsyncHandler.OverflowAction
 
blockOnReconnect - Variable in class org.jboss.logmanager.handlers.SyslogHandler
 
blockOnReconnect - Variable in class org.jboss.logmanager.handlers.TcpOutputStream
 
BLUE_NAME - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
BOOLEAN_RESOLVER - Static variable in interface org.jboss.logmanager.config.ValueExpression
 
bootstrapHandlers - Variable in class org.jboss.logmanager.LogService
 
BRIGHT_BLACK - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
BRIGHT_BLACK_NAME - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
BRIGHT_BLUE - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
BRIGHT_BLUE_NAME - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
BRIGHT_CYAN - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
BRIGHT_CYAN_NAME - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
BRIGHT_GREEN - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
BRIGHT_GREEN_NAME - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
BRIGHT_MAGENTA - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
BRIGHT_MAGENTA_NAME - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
BRIGHT_RED - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
BRIGHT_RED_NAME - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
BRIGHT_WHITE - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
BRIGHT_WHITE_NAME - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
BRIGHT_YELLOW - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
BRIGHT_YELLOW_NAME - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
buffer - Variable in class org.jboss.logmanager.handlers.QueueHandler
 
builder - Variable in class org.jboss.logmanager.formatters.StringBuilderWriter
 
builderLength - Variable in class org.jboss.logmanager.formatters.MultistepFormatter
 
byteAt(int) - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
 
ByteStringBuilder - Class in org.jboss.logmanager.handlers
This builder is not thread-safe.
ByteStringBuilder(int) - Constructor for class org.jboss.logmanager.handlers.ByteStringBuilder
 

C

calcNextRollover(long) - Method in class org.jboss.logmanager.handlers.PeriodicRotatingFileHandler
 
calculateBuilderLength() - Method in class org.jboss.logmanager.formatters.MultistepFormatter
 
calculateCaller - Variable in class org.jboss.logmanager.ExtLogRecord
 
calculateCaller() - Method in class org.jboss.logmanager.ExtLogRecord
Find the first stack frame below the call to the logger, and populate the log record with that information.
calculatePriority(Level, SyslogHandler.Facility) - Method in class org.jboss.logmanager.handlers.SyslogHandler
 
called - Variable in class org.jboss.logmanager.errormanager.OnlyOnceErrorManager
 
capacity() - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
 
checkAccess() - Static method in class org.jboss.logmanager.ExtHandler
checkAccess(ExtHandler) - Static method in class org.jboss.logmanager.ExtHandler
Check access.
checkAccess(LogContext) - Static method in class org.jboss.logmanager.LogContext
 
checkParentClassLoaders - Variable in class org.jboss.logmanager.ClassLoaderLogContextSelector
 
checkReconnect() - Method in class org.jboss.logmanager.handlers.TcpOutputStream
Attempts to reconnect the socket if required and allowed.
checkSecurityAccess() - Static method in class org.jboss.logmanager.LogContext
 
children - Variable in class org.jboss.logmanager.LoggerNode
The map of names to child nodes.
childValue(FastCopyHashMap<String, Object>) - Method in class org.jboss.logmanager.MDC.Holder
 
ClassLoaderLogContextSelector - Class in org.jboss.logmanager
A log context selector which chooses a log context based on the caller's classloader.
ClassLoaderLogContextSelector() - Constructor for class org.jboss.logmanager.ClassLoaderLogContextSelector
Construct a new instance.
ClassLoaderLogContextSelector(boolean) - Constructor for class org.jboss.logmanager.ClassLoaderLogContextSelector
Construct a new instance.
ClassLoaderLogContextSelector(LogContextSelector) - Constructor for class org.jboss.logmanager.ClassLoaderLogContextSelector
Construct a new instance.
ClassLoaderLogContextSelector(LogContextSelector, boolean) - Constructor for class org.jboss.logmanager.ClassLoaderLogContextSelector
Construct a new instance.
ClassLoaderLogContextSelector.Gateway - Class in org.jboss.logmanager
 
className - Variable in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
classNameFormatStep(boolean, int, boolean, int, String) - 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).
classNameFormatStep(boolean, int, int, String) - 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).
cleanCopyForMod() - Method in class org.jboss.logmanager.CopyOnWriteWeakMap
 
cleanCopyForRemove() - Method in class org.jboss.logmanager.CopyOnWriteWeakMap
 
clear() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap
Removes all of the mappings from this map.
clear() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.EntrySet
 
clear() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.KeySet
 
clear() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
 
clear() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.Values
 
clear() - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
clear() - Method in class org.jboss.logmanager.CopyOnWriteMap
 
clear() - Method in class org.jboss.logmanager.CopyOnWriteWeakMap
 
clear() - Method in class org.jboss.logmanager.CopyOnWriteWeakMap.Queue
 
clear() - Method in class org.jboss.logmanager.FastCopyHashMap
 
clear() - Method in class org.jboss.logmanager.FastCopyHashMap.EntrySet
 
clear() - Method in class org.jboss.logmanager.FastCopyHashMap.KeySet
 
clear() - Method in class org.jboss.logmanager.FastCopyHashMap.Values
 
clear() - Method in class org.jboss.logmanager.LogManager.ReadOnlyArrayList
 
clear() - Method in class org.jboss.logmanager.LogManager.ReadOnlyHashMap
 
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.
clear(T) - Method in class org.jboss.logmanager.AtomicArray
Convenience method to set the field value to the empty array.
CLEAR - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
CLEAR_NAME - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
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.
clearHandlers() - Method in class org.jboss.logmanager.LoggerNode
 
clearRemoved() - Method in class org.jboss.logmanager.config.AbstractBasicConfiguration
 
CLOCK_DAEMON - org.jboss.logmanager.handlers.SyslogHandler.Facility
 
CLOCK_DAEMON2 - org.jboss.logmanager.handlers.SyslogHandler.Facility
 
clone() - Method in class org.jboss.logmanager.CopyOnWriteMap
 
clone() - Method in class org.jboss.logmanager.FastCopyHashMap
 
close() - Method in class org.jboss.logmanager.ExtHandler
Close all child handlers.
close() - Method in class org.jboss.logmanager.formatters.StringBuilderWriter
 
close() - Method in class org.jboss.logmanager.handlers.AsyncHandler
Close all child handlers.
close() - Method in class org.jboss.logmanager.handlers.CountingOutputStream
 
close() - Method in class org.jboss.logmanager.handlers.SyslogHandler
 
close() - Method in class org.jboss.logmanager.handlers.TcpOutputStream
 
close() - Method in class org.jboss.logmanager.handlers.UdpOutputStream
 
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.
code - Variable in enum org.jboss.logmanager.handlers.SyslogHandler.Facility
 
code - Variable in enum org.jboss.logmanager.handlers.SyslogHandler.Severity
 
codes - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
ColorMap - Class in org.jboss.logmanager.formatters
 
ColorMap(NavigableMap<Integer, String>) - Constructor for class org.jboss.logmanager.formatters.ColorMap
 
colors - Variable in class org.jboss.logmanager.formatters.PatternFormatter
 
commit() - Method in interface org.jboss.logmanager.config.LogContextConfiguration
Commit the current changes into the running logging configuration.
commit() - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
compareAndSet(T, V[], V[]) - Method in class org.jboss.logmanager.AtomicArray
Compare and set the array.
compareAndSetHandlers(Handler[], Handler[]) - Method in class org.jboss.logmanager.Logger
Atomically compare and set the handler list for this logger.
compareAndSetHandlers(Handler[], Handler[]) - Method in class org.jboss.logmanager.LoggerNode
 
componentType - Variable in class org.jboss.logmanager.AtomicArray
 
ConcurrentReferenceHashMap<K,​V> - Class in org.jboss.logmanager
An advanced hash table supporting configurable garbage collection semantics of keys and values, optional referential-equality, full concurrency of retrievals, and adjustable expected concurrency for updates.
ConcurrentReferenceHashMap() - Constructor for class org.jboss.logmanager.ConcurrentReferenceHashMap
Creates a new, empty map with a default initial capacity (16), reference types (weak keys, strong values), default load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap(int) - Constructor for class org.jboss.logmanager.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, and with default reference types (weak keys, strong values), load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap(int, float) - Constructor for class org.jboss.logmanager.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity and load factor and with the default reference types (weak keys, strong values), and concurrencyLevel (16).
ConcurrentReferenceHashMap(int, float, int) - Constructor for class org.jboss.logmanager.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, load factor and concurrency level.
ConcurrentReferenceHashMap(int, float, int, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType, EnumSet<ConcurrentReferenceHashMap.Option>) - Constructor for class org.jboss.logmanager.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, reference types, load factor and concurrency level.
ConcurrentReferenceHashMap(int, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType) - Constructor for class org.jboss.logmanager.ConcurrentReferenceHashMap
Creates a new, empty map with the specified initial capacity, reference types and with default load factor (0.75) and concurrencyLevel (16).
ConcurrentReferenceHashMap(Map<? extends K, ? extends V>) - Constructor for class org.jboss.logmanager.ConcurrentReferenceHashMap
Creates a new map with the same mappings as the given map.
ConcurrentReferenceHashMap.EntryIterator - Class in org.jboss.logmanager
 
ConcurrentReferenceHashMap.EntrySet - Class in org.jboss.logmanager
 
ConcurrentReferenceHashMap.HashEntry<K,​V> - Class in org.jboss.logmanager
ConcurrentReferenceHashMap list entry.
ConcurrentReferenceHashMap.HashIterator - Class in org.jboss.logmanager
 
ConcurrentReferenceHashMap.KeyIterator - Class in org.jboss.logmanager
 
ConcurrentReferenceHashMap.KeyReference - Interface in org.jboss.logmanager
 
ConcurrentReferenceHashMap.KeySet - Class in org.jboss.logmanager
 
ConcurrentReferenceHashMap.Option - Enum in org.jboss.logmanager
 
ConcurrentReferenceHashMap.ReferenceType - Enum in org.jboss.logmanager
An option specifying which Java reference type should be used to refer to a key and/or value.
ConcurrentReferenceHashMap.Segment<K,​V> - Class in org.jboss.logmanager
Segments are specialized versions of hash tables.
ConcurrentReferenceHashMap.SimpleEntry<K,​V> - Class in org.jboss.logmanager
 
ConcurrentReferenceHashMap.SoftKeyReference<K> - Class in org.jboss.logmanager
A soft-key reference which stores the key hash needed for reclamation.
ConcurrentReferenceHashMap.SoftValueReference<V> - Class in org.jboss.logmanager
 
ConcurrentReferenceHashMap.ValueIterator - Class in org.jboss.logmanager
 
ConcurrentReferenceHashMap.Values - Class in org.jboss.logmanager
 
ConcurrentReferenceHashMap.WeakKeyReference<K> - Class in org.jboss.logmanager
A weak-key reference which stores the key hash needed for reclamation.
ConcurrentReferenceHashMap.WeakValueReference<V> - Class in org.jboss.logmanager
 
ConcurrentReferenceHashMap.WriteThroughEntry - Class in org.jboss.logmanager
Custom Entry class used by EntryIterator.next(), that relays setValue changes to the underlying map.
config - Variable in class org.jboss.logmanager.PropertyConfigurator
 
config(String) - Method in class org.jboss.logmanager.Logger
CONFIG_INT - Static variable in class org.jboss.logmanager.Logger
 
CONFIG_NAME - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
CONFIG_NUM - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
ConfigAction<T> - Interface in org.jboss.logmanager.config
 
configs - Variable in class org.jboss.logmanager.config.AbstractBasicConfiguration
 
configuration - Variable in class org.jboss.logmanager.config.AbstractBasicConfiguration
 
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.
configure(Properties) - Method in class org.jboss.logmanager.PropertyConfigurator
Configure the log manager from the given properties.
configured - Variable in class org.jboss.logmanager.LogManager
 
configureErrorManager(Properties, String) - Method in class org.jboss.logmanager.PropertyConfigurator
 
configureFilter(Properties, String) - Method in class org.jboss.logmanager.PropertyConfigurator
 
configureFormatter(Properties, String) - Method in class org.jboss.logmanager.PropertyConfigurator
 
configureHandler(Properties, String) - Method in class org.jboss.logmanager.PropertyConfigurator
 
configureLogger(Properties, String) - Method in class org.jboss.logmanager.PropertyConfigurator
 
configurePojos(Properties, String) - Method in class org.jboss.logmanager.PropertyConfigurator
 
configureProperties(Properties, PropertyConfigurable, String) - Method in class org.jboss.logmanager.PropertyConfigurator
 
connected - Variable in class org.jboss.logmanager.handlers.TcpOutputStream
 
console - Static variable in class org.jboss.logmanager.handlers.ConsoleHandler
 
CONSOLE - org.jboss.logmanager.handlers.ConsoleHandler.Target
The target for System.console().
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.
construct(Class<? extends T>, String) - Static method in class org.jboss.logmanager.LogManager
 
ConstructAction() - Constructor for class org.jboss.logmanager.config.AbstractPropertyConfiguration.ConstructAction
 
constructor - Variable in class org.jboss.logmanager.LogManager.KnownLevelBuilder
 
constructorProperties - Variable in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
contains(Object) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap
Legacy method testing if some key maps into the specified value in this table.
contains(Object) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.EntrySet
 
contains(Object) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.KeySet
 
contains(Object) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.Values
 
contains(Object) - Method in class org.jboss.logmanager.FastCopyHashMap.EntrySet
 
contains(Object) - Method in class org.jboss.logmanager.FastCopyHashMap.KeySet
 
contains(Object[], Object) - Static method in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
containsKey(Object) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap
Tests if the specified object is a key in this table.
containsKey(Object) - Method in class org.jboss.logmanager.CopyOnWriteMap
 
containsKey(Object) - Method in class org.jboss.logmanager.CopyOnWriteWeakMap
 
containsKey(Object) - Method in class org.jboss.logmanager.FastCopyHashMap
 
containsKey(Object, int) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
 
containsValue(Object) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
 
containsValue(Object) - Method in class org.jboss.logmanager.CopyOnWriteMap
 
containsValue(Object) - Method in class org.jboss.logmanager.CopyOnWriteWeakMap
 
containsValue(Object) - Method in class org.jboss.logmanager.FastCopyHashMap
 
content - Variable in class org.jboss.logmanager.handlers.ByteStringBuilder
 
contentEquals(byte[]) - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
 
contentEquals(byte[], int, int) - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
 
context - Variable in class org.jboss.logmanager.LoggerNode
The log context.
context - Variable in class org.jboss.logmanager.LoggingMXBeanImpl
 
context - Variable in class org.jboss.logmanager.ThreadLocalLogContextSelector
 
ContextClassLoaderLogContextSelector - Class in org.jboss.logmanager
A log context selector which chooses a log context based on the thread context classloader.
ContextClassLoaderLogContextSelector() - Constructor for class org.jboss.logmanager.ContextClassLoaderLogContextSelector
Construct a new instance.
ContextClassLoaderLogContextSelector(LogContextSelector) - Constructor for class org.jboss.logmanager.ContextClassLoaderLogContextSelector
Construct a new instance.
contextMap - Variable in class org.jboss.logmanager.ClassLoaderLogContextSelector
 
contextMap - Variable in class org.jboss.logmanager.ContextClassLoaderLogContextSelector
 
CONTROL_PERMISSION - Static variable in class org.jboss.logmanager.ExtHandler
 
CONTROL_PERMISSION - Static variable in class org.jboss.logmanager.LogContext
 
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.
copyObject() - Static method in class org.jboss.logmanager.MDC
Get a copy of the MDC map.
copyOf(Class<V>, V[], int) - Static method in class org.jboss.logmanager.AtomicArray
 
CopyOnWriteMap<K,​V> - Class in org.jboss.logmanager
 
CopyOnWriteMap() - Constructor for class org.jboss.logmanager.CopyOnWriteMap
 
CopyOnWriteWeakMap<K,​V> - Class in org.jboss.logmanager
 
CopyOnWriteWeakMap() - Constructor for class org.jboss.logmanager.CopyOnWriteWeakMap
 
CopyOnWriteWeakMap.Node<K,​V> - Class in org.jboss.logmanager
 
CopyOnWriteWeakMap.Queue<K,​V> - Class in org.jboss.logmanager
 
count - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
The number of elements in this segment's region.
count - Variable in class org.jboss.logmanager.formatters.Formatters.SegmentedFormatStep
 
CountingOutputStream - Class in org.jboss.logmanager.handlers
 
CountingOutputStream(OutputStream) - Constructor for class org.jboss.logmanager.handlers.CountingOutputStream
 
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.
create(boolean) - Static method in class org.jboss.logmanager.LogContext
Create a new log context.
create(String) - Static method in class org.jboss.logmanager.formatters.ColorMap
 
create(AtomicReferenceFieldUpdater<T, V[]>, Class<V>) - Static method in class org.jboss.logmanager.AtomicArray
Convenience method to create an instance.
create(LogContext) - Static method in class org.jboss.logmanager.config.LogContextConfiguration.Factory
Construct a new persistent configuration for a log context.
CREATE_CONTEXT_PERMISSION - Static variable in class org.jboss.logmanager.LogContext
 
createChildMap() - Method in class org.jboss.logmanager.LogContext
 
createLogger() - Method in class org.jboss.logmanager.LoggerNode
 
createRFC3164Header(ExtLogRecord) - Method in class org.jboss.logmanager.handlers.SyslogHandler
 
createRFC5424Header(ExtLogRecord) - Method in class org.jboss.logmanager.handlers.SyslogHandler
 
createThread() - Method in class org.jboss.logmanager.handlers.TcpOutputStream
 
CRITICAL - org.jboss.logmanager.handlers.SyslogHandler.Severity
 
current - Variable in class org.jboss.logmanager.FastCopyHashMap.FastCopyHashMapIterator
 
currentKey - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap.HashIterator
 
currentSize - Variable in class org.jboss.logmanager.handlers.CountingOutputStream
 
currentTable - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap.HashIterator
 
CYAN_NAME - Static variable in class org.jboss.logmanager.formatters.ColorMap
 

D

DARK_BLACK - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
DARK_BLUE - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
DARK_CYAN - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
DARK_GREEN - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
DARK_MAGENTA - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
DARK_RED - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
DARK_WHITE - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
DARK_YELLOW - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
data - Variable in class org.jboss.logmanager.NDC.Stack
 
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 justification rules.
dateFormatStep(TimeZone, String, boolean, int, boolean, 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 justification rules.
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 justification rules.
DAY - org.jboss.logmanager.handlers.PeriodicRotatingFileHandler.Period
 
DEBUG - org.jboss.logmanager.handlers.SyslogHandler.Severity
 
DEBUG - Static variable in class org.jboss.logmanager.Level
 
DEBUG_NAME - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
DEBUG_NUM - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
decrementRef() - Method in class org.jboss.logmanager.LoggerNode
Removes one from the reference count.
decrementRef(String) - Method in class org.jboss.logmanager.LogContext
 
DEFAULT_ADDRESS - Static variable in class org.jboss.logmanager.handlers.SyslogHandler
 
DEFAULT_CAPACITY - Static variable in class org.jboss.logmanager.FastCopyHashMap
Same default as HashMap, must be a power of 2
DEFAULT_COLOR_MAP - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
DEFAULT_CONCURRENCY_LEVEL - Static variable in class org.jboss.logmanager.ConcurrentReferenceHashMap
The default concurrency level for this table, used when not otherwise specified in a constructor.
DEFAULT_ENCODING - Static variable in class org.jboss.logmanager.handlers.SyslogHandler
 
DEFAULT_ERROR_MANAGER - Static variable in class org.jboss.logmanager.ExtHandler
 
DEFAULT_FACILITY - Static variable in class org.jboss.logmanager.handlers.SyslogHandler
 
DEFAULT_INITIAL_CAPACITY - Static variable in class org.jboss.logmanager.ConcurrentReferenceHashMap
The default initial capacity for this table, used when not otherwise specified in a constructor.
DEFAULT_KEY_TYPE - Static variable in class org.jboss.logmanager.ConcurrentReferenceHashMap
 
DEFAULT_LOAD_FACTOR - Static variable in class org.jboss.logmanager.ConcurrentReferenceHashMap
The default load factor for this table, used when not otherwise specified in a constructor.
DEFAULT_LOAD_FACTOR - Static variable in class org.jboss.logmanager.FastCopyHashMap
67%, just like IdentityHashMap
DEFAULT_LOG_CONTEXT_SELECTOR - Static variable in class org.jboss.logmanager.LogContext
The default log context selector, which always returns the system log context.
DEFAULT_PORT - Static variable in class org.jboss.logmanager.handlers.SyslogHandler
 
DEFAULT_QUEUE_LENGTH - Static variable in class org.jboss.logmanager.handlers.AsyncHandler
 
DEFAULT_SECURE_PORT - Static variable in class org.jboss.logmanager.handlers.SyslogHandler
 
DEFAULT_TRUNCATE_BEGINNING - Static variable in class org.jboss.logmanager.formatters.Formatters
 
DEFAULT_VALUE_TYPE - Static variable in class org.jboss.logmanager.ConcurrentReferenceHashMap
 
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
 
defaultLevelMap - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
defaultSelector - Variable in class org.jboss.logmanager.ClassLoaderLogContextSelector
 
defaultSelector - Variable in class org.jboss.logmanager.ContextClassLoaderLogContextSelector
 
delegate - Variable in class org.jboss.logmanager.handlers.CountingOutputStream
 
delegate - Variable in class org.jboss.logmanager.handlers.UncloseableOutputStream
 
delegate - Variable in class org.jboss.logmanager.handlers.UncloseableWriter
 
delegate - Variable in class org.jboss.logmanager.ThreadLocalLogContextSelector
 
delimiter - Variable in class org.jboss.logmanager.handlers.SyslogHandler
 
DENY_PRODUCER - Static variable in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
DenyAllFilter - Class in org.jboss.logmanager.filters
A deny-all filter.
DenyAllFilter() - Constructor for class org.jboss.logmanager.filters.DenyAllFilter
 
depth() - Method in class org.jboss.logmanager.NDC.Stack
 
dereferenceValue(Object) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.HashEntry
 
desc - Variable in enum org.jboss.logmanager.handlers.SyslogHandler.Facility
 
desc - Variable in enum org.jboss.logmanager.handlers.SyslogHandler.Severity
 
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.
detach(Logger.AttachmentKey<V>) - Method in class org.jboss.logmanager.LoggerNode
 
disableAccess() - Method in class org.jboss.logmanager.ExtHandler
 
disableAccess() - Method in class org.jboss.logmanager.LogContext
 
disableAccess() - Method in interface org.jboss.logmanager.Protectable
Disable previous access to the object for modifications on the current thread.
disableCallerCalculation() - Method in class org.jboss.logmanager.ExtLogRecord
Disable caller calculation for this record.
DISCARD - org.jboss.logmanager.handlers.AsyncHandler.OverflowAction
 
doAppend(byte) - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
 
doAppendNoCheck(byte) - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
 
doApplyPostCreate(ConfigAction<T>, Object) - Static method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
doApplyPreCreate(ConfigAction<T>, Object) - Static method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
doForget(Deque<ConfigAction<?>>) - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
doPrepare(Deque<ConfigAction<?>>) - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
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.QueueHandler
 
doPublish(ExtLogRecord) - Method in class org.jboss.logmanager.handlers.SyslogHandler
 
doPublish(ExtLogRecord) - Method in class org.jboss.logmanager.handlers.WriterHandler
Do the actual work of publication; the record will have been filtered already.

E

effectiveLevel - Variable in class org.jboss.logmanager.LoggerNode
The effective level.
elements() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap
Returns an enumeration of the values in this table.
EMERGENCY - org.jboss.logmanager.handlers.SyslogHandler.Severity
 
empty() - Method in class org.jboss.logmanager.CopyOnWriteWeakMap
 
EMPTY - Static variable in class org.jboss.logmanager.CopyOnWriteMap
 
EMPTY - Static variable in class org.jboss.logmanager.CopyOnWriteWeakMap
 
EMPTY_STEPS - Static variable in class org.jboss.logmanager.formatters.MultistepFormatter
 
EMPTY_STRINGS - Static variable in class org.jboss.logmanager.PropertyConfigurator
 
emptyArray - Variable in class org.jboss.logmanager.AtomicArray
 
enableAccess(Object) - Method in class org.jboss.logmanager.ExtHandler
 
enableAccess(Object) - Method in class org.jboss.logmanager.LogContext
 
enableAccess(Object) - Method in interface org.jboss.logmanager.Protectable
Enable access to the object for modifications on the current thread.
enabled - Variable in class org.jboss.logmanager.ExtHandler
 
encoding - Variable in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
endOfExpression() - Static method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
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
Entry(K, int, V) - Constructor for class org.jboss.logmanager.FastCopyHashMap.Entry
 
EntryIterator() - Constructor for class org.jboss.logmanager.ConcurrentReferenceHashMap.EntryIterator
 
EntryIterator() - Constructor for class org.jboss.logmanager.FastCopyHashMap.EntryIterator
 
entrySet - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap
 
entrySet - Variable in class org.jboss.logmanager.FastCopyHashMap
 
entrySet() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class org.jboss.logmanager.CopyOnWriteMap
 
entrySet() - Method in class org.jboss.logmanager.CopyOnWriteWeakMap
 
entrySet() - Method in class org.jboss.logmanager.FastCopyHashMap
 
EntrySet() - Constructor for class org.jboss.logmanager.ConcurrentReferenceHashMap.EntrySet
 
EntrySet() - Constructor for class org.jboss.logmanager.FastCopyHashMap.EntrySet
 
eq(Object, Object) - Static method in class org.jboss.logmanager.ConcurrentReferenceHashMap.SimpleEntry
 
eq(Object, Object) - Static method in class org.jboss.logmanager.FastCopyHashMap
 
equals(Object) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.SimpleEntry
 
equals(Object) - Method in class org.jboss.logmanager.FastCopyHashMap.SimpleEntry
 
err - Static variable in class org.jboss.logmanager.handlers.ConsoleHandler
 
error(String, Exception, int) - Method in class org.jboss.logmanager.errormanager.OnlyOnceErrorManager
ERROR - org.jboss.logmanager.handlers.SyslogHandler.Severity
 
ERROR - Static variable in class org.jboss.logmanager.Level
 
ERROR_NAME - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
ERROR_NUM - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
ErrorManagerConfiguration - Interface in org.jboss.logmanager.config
Configuration for an error manager.
ErrorManagerConfigurationImpl - Class in org.jboss.logmanager.config
 
ErrorManagerConfigurationImpl(LogContextConfigurationImpl, String, String, String, String[]) - Constructor for class org.jboss.logmanager.config.ErrorManagerConfigurationImpl
 
errorManagerName - Variable in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
errorManagerRefs - Variable in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
errorManagers - Variable in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
errors - Variable in class org.jboss.logmanager.handlers.TcpOutputStream
 
estimateLength() - Method in interface org.jboss.logmanager.formatters.FormatStep
Emit an estimate of the length of data which this step will produce.
estimateLength() - Method in class org.jboss.logmanager.formatters.Formatters.JustifyingFormatStep
 
exceptionFormatStep(boolean, int, boolean, int, String, 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.
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
expect(String, String, Iterator<String>) - Static method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
expect(String, Iterator<String>) - Static method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
expectedCount - Variable in class org.jboss.logmanager.FastCopyHashMap.FastCopyHashMapIterator
 
expectName(Iterator<String>) - Static method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
expectString(Iterator<String>) - Static method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
expression - Variable in class org.jboss.logmanager.config.ValueExpressionImpl
 
EXPRESSION_PATTERN - Static variable in class org.jboss.logmanager.PropertyConfigurator
 
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

facility - Variable in class org.jboss.logmanager.handlers.SyslogHandler
 
Facility(int, String) - Constructor for enum org.jboss.logmanager.handlers.SyslogHandler.Facility
 
Factory() - Constructor for class org.jboss.logmanager.config.LogContextConfiguration.Factory
 
fastCopy() - Static method in class org.jboss.logmanager.MDC
 
FastCopyHashMap<K,​V> - Class in org.jboss.logmanager
A HashMap that is optimized for fast shallow copies.
FastCopyHashMap() - Constructor for class org.jboss.logmanager.FastCopyHashMap
 
FastCopyHashMap(int) - Constructor for class org.jboss.logmanager.FastCopyHashMap
 
FastCopyHashMap(int, float) - Constructor for class org.jboss.logmanager.FastCopyHashMap
 
FastCopyHashMap(Map<? extends K, ? extends V>) - Constructor for class org.jboss.logmanager.FastCopyHashMap
 
FastCopyHashMap.Entry<K,​V> - Class in org.jboss.logmanager
 
FastCopyHashMap.EntryIterator - Class in org.jboss.logmanager
 
FastCopyHashMap.EntryIterator.WriteThroughEntry - Class in org.jboss.logmanager
 
FastCopyHashMap.EntrySet - Class in org.jboss.logmanager
 
FastCopyHashMap.FastCopyHashMapIterator<E> - Class in org.jboss.logmanager
 
FastCopyHashMap.KeyIterator - Class in org.jboss.logmanager
 
FastCopyHashMap.KeySet - Class in org.jboss.logmanager
 
FastCopyHashMap.SimpleEntry<K,​V> - Class in org.jboss.logmanager
 
FastCopyHashMap.ValueIterator - Class in org.jboss.logmanager
 
FastCopyHashMap.Values - Class in org.jboss.logmanager
 
FastCopyHashMapIterator() - Constructor for class org.jboss.logmanager.FastCopyHashMap.FastCopyHashMapIterator
 
fastCopyObject() - Static method in class org.jboss.logmanager.MDC
 
FATAL - Static variable in class org.jboss.logmanager.Level
 
FATAL_NAME - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
FATAL_NUM - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
file - Variable in class org.jboss.logmanager.handlers.FileHandler
 
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(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.
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.
fileNameFormatStep(boolean, int, boolean, 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).
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).
filter - Variable in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
filter - Variable in class org.jboss.logmanager.config.LoggerConfigurationImpl
 
filter - Variable in class org.jboss.logmanager.LoggerNode
The filter for this logger instance.
FilterConfiguration - Interface in org.jboss.logmanager.config
A configuration for a filter.
FilterConfigurationImpl - Class in org.jboss.logmanager.config
 
FilterConfigurationImpl(LogContextConfigurationImpl, String, String, String, String[]) - Constructor for class org.jboss.logmanager.config.FilterConfigurationImpl
 
filterRefs - Variable in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
filters - Variable in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
filters - Variable in class org.jboss.logmanager.filters.AllFilter
 
filters - Variable in class org.jboss.logmanager.filters.AnyFilter
 
finalize() - Method in class org.jboss.logmanager.Logger
 
finalize() - Method in class org.jboss.logmanager.LoggerNode
Perform finalization actions.
findConfiguration() - Method in interface org.jboss.logmanager.ConfigurationLocator
Find the configuration file.
findConfiguration() - Method in class org.jboss.logmanager.DefaultConfigurationLocator
Find the configuration file.
findHostname(Properties, Map<String, String>, boolean) - Static method in class org.jboss.logmanager.formatters.Formatters
 
findPid() - Static method in class org.jboss.logmanager.handlers.SyslogHandler
 
findQualifiedHostname(Properties, Map<String, String>) - Static method in class org.jboss.logmanager.formatters.Formatters
 
fine(String) - Method in class org.jboss.logmanager.Logger
FINE_INT - Static variable in class org.jboss.logmanager.Logger
 
FINE_NAME - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
FINE_NUM - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
finer(String) - Method in class org.jboss.logmanager.Logger
FINER_INT - Static variable in class org.jboss.logmanager.Logger
 
FINER_NAME - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
FINER_NUM - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
finest(String) - Method in class org.jboss.logmanager.Logger
FINEST_INT - Static variable in class org.jboss.logmanager.Logger
 
FINEST_NAME - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
FINEST_NUM - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
flush() - Method in class org.jboss.logmanager.ExtHandler
Flush all child handlers.
flush() - Method in class org.jboss.logmanager.formatters.StringBuilderWriter
 
flush() - Method in class org.jboss.logmanager.handlers.CountingOutputStream
 
flush() - Method in class org.jboss.logmanager.handlers.SyslogHandler
 
flush() - Method in class org.jboss.logmanager.handlers.TcpOutputStream
 
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.
forget() - Method in interface org.jboss.logmanager.config.LogContextConfiguration
Clear all the current changes and restore this object to its original state.
forget() - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
format - Variable in class org.jboss.logmanager.handlers.PeriodicRotatingFileHandler
 
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.
formatColor(ColorMap, String) - Static method in class org.jboss.logmanager.formatters.Formatters
 
formatRecord() - Method in class org.jboss.logmanager.ExtLogRecord
 
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.
FormatStringParser() - Constructor for class org.jboss.logmanager.formatters.FormatStringParser
 
formatStyle - Variable in class org.jboss.logmanager.ExtLogRecord
 
FormatStyle() - Constructor for enum org.jboss.logmanager.ExtLogRecord.FormatStyle
 
formattedMessage - Variable in class org.jboss.logmanager.ExtLogRecord
 
FormatterConfiguration - Interface in org.jboss.logmanager.config
A configuration for a logger formatter.
FormatterConfigurationImpl - Class in org.jboss.logmanager.config
 
FormatterConfigurationImpl(LogContextConfigurationImpl, String, String, String, String[]) - Constructor for class org.jboss.logmanager.config.FormatterConfigurationImpl
 
formatterName - Variable in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
formatterRefs - Variable in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
formatters - Variable in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
Formatters - Class in org.jboss.logmanager.formatters
Formatter utility methods.
Formatters() - Constructor for class org.jboss.logmanager.formatters.Formatters
 
Formatters.JustifyingFormatStep - Class in org.jboss.logmanager.formatters
 
Formatters.Segment - Class in org.jboss.logmanager.formatters
 
Formatters.SegmentedFormatStep - Class in org.jboss.logmanager.formatters
 
fromLevel(Level) - Static method in enum org.jboss.logmanager.handlers.SyslogHandler.Severity
Maps a level to a severity.
FTP_DAEMON - org.jboss.logmanager.handlers.SyslogHandler.Facility
 
fullName - Variable in class org.jboss.logmanager.LoggerNode
The fully-qualified name of this logger.

G

Gateway() - Constructor for class org.jboss.logmanager.ClassLoaderLogContextSelector.Gateway
 
GATEWAY - Static variable in class org.jboss.logmanager.ClassLoaderLogContextSelector
 
get() - Method in interface org.jboss.logmanager.LogContext.LevelRef
 
get() - Method in class org.jboss.logmanager.LogContext.StrongLevelRef
 
get() - Static method in class org.jboss.logmanager.NDC
Get the current NDC value.
get(int) - Static method in class org.jboss.logmanager.NDC
Provided for compatibility with log4j.
get(int) - Method in class org.jboss.logmanager.NDC.Stack
 
get(Object) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class org.jboss.logmanager.CopyOnWriteMap
 
get(Object) - Method in class org.jboss.logmanager.CopyOnWriteWeakMap
 
get(Object) - Method in class org.jboss.logmanager.FastCopyHashMap
 
get(Object, int) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
 
get(String) - Static method in class org.jboss.logmanager.MDC
Get the value for a key, or null if there is no mapping.
getActualClass() - Method in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
getAllNames(List<String>, LoggerNode) - Method in class org.jboss.logmanager.LoggingMXBeanImpl
 
getAndSet(Object, LogContext) - Method in class org.jboss.logmanager.ThreadLocalLogContextSelector
Get and set the log context.
getAndSet(T, V[]) - Method in class org.jboss.logmanager.AtomicArray
Atomically get and update the value of this array.
getAndSetHandlers(Handler[]) - Method in class org.jboss.logmanager.Logger
Atomically get and set the handler list for this logger.
getAppName() - Method in class org.jboss.logmanager.handlers.SyslogHandler
Gets app name used when formatting the message in RFC5424 format.
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.
getAttachment(Logger.AttachmentKey<V>) - Method in class org.jboss.logmanager.LoggerNode
 
getChildren() - Method in class org.jboss.logmanager.LoggerNode
Get the children of this logger.
getClassContext() - Method in class org.jboss.logmanager.ClassLoaderLogContextSelector.Gateway
 
getClassLoader(String) - Static method in class org.jboss.logmanager.config.AbstractPropertyConfiguration.ModuleFinder
 
getClassName() - Method in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
getClassName() - Method in interface org.jboss.logmanager.config.ObjectConfigurable
Get the class name for this object's configuration.
getCode(String, Level) - Method in class org.jboss.logmanager.formatters.ColorMap
 
getColors() - Method in class org.jboss.logmanager.formatters.PatternFormatter
 
getConfigs() - Method in class org.jboss.logmanager.config.AbstractBasicConfiguration
 
getConfiguration() - Method in class org.jboss.logmanager.config.AbstractBasicConfiguration
 
getConstructAction() - Method in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
getConstructAction() - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
getConstructorProperties() - Method in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
getConstructorProperties() - Method in interface org.jboss.logmanager.config.PropertyConfigurable
Returns a collection of the constructor properties.
getConstructorPropertyType(Class<?>, String) - Static method in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
getContext() - Method in class org.jboss.logmanager.LoggerNode
Get the log context.
getDepth() - Static method in class org.jboss.logmanager.NDC
Get the current NDC stack depth.
getDescription() - Method in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
getDescription() - Method in class org.jboss.logmanager.config.ErrorManagerConfigurationImpl
 
getDescription() - Method in class org.jboss.logmanager.config.FilterConfigurationImpl
 
getDescription() - Method in class org.jboss.logmanager.config.FormatterConfigurationImpl
 
getDescription() - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
getDescription() - Method in class org.jboss.logmanager.config.PojoConfigurationImpl
 
getEffectiveLevel() - Method in class org.jboss.logmanager.Logger
Get the effective numerical log level, inherited from the parent.
getEffectiveLevel() - Method in class org.jboss.logmanager.LoggerNode
 
getEncoding() - Method in interface org.jboss.logmanager.config.HandlerConfiguration
 
getEncoding() - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
getEncoding() - Method in class org.jboss.logmanager.handlers.OutputStreamHandler
Get the target encoding.
getEncodingValueExpression() - Method in interface org.jboss.logmanager.config.HandlerConfiguration
Returns the encoding which may be an expression.
getEncodingValueExpression() - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
getErrorManagerConfiguration(String) - Method in interface org.jboss.logmanager.config.LogContextConfiguration
 
getErrorManagerConfiguration(String) - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
getErrorManagerConfigurations() - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
getErrorManagerName() - Method in interface org.jboss.logmanager.config.HandlerConfiguration
 
getErrorManagerName() - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
getErrorManagerNames() - Method in interface org.jboss.logmanager.config.LogContextConfiguration
 
getErrorManagerNames() - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
getErrorManagerNameValueExpression() - Method in interface org.jboss.logmanager.config.HandlerConfiguration
Returns the error manager name which may be an expression.
getErrorManagerNameValueExpression() - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
getErrorManagerRefs() - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
getErrors() - Method in class org.jboss.logmanager.handlers.TcpOutputStream
Retrieves the errors occurred, if any, during a write or reconnect.
getFacility() - Method in class org.jboss.logmanager.handlers.SyslogHandler
Returns the facility used for calculating the priority of the message.
getFile() - Method in class org.jboss.logmanager.handlers.FileHandler
Get the current output file.
getFilter() - Method in interface org.jboss.logmanager.config.HandlerConfiguration
 
getFilter() - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
getFilter() - Method in interface org.jboss.logmanager.config.LoggerConfiguration
Get the name of the filter to use.
getFilter() - Method in class org.jboss.logmanager.config.LoggerConfigurationImpl
 
getFilter() - Method in class org.jboss.logmanager.Logger
getFilter() - Method in class org.jboss.logmanager.LoggerNode
 
getFilterConfiguration(String) - Method in interface org.jboss.logmanager.config.LogContextConfiguration
 
getFilterConfiguration(String) - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
getFilterConfigurations() - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
getFilterNames() - Method in interface org.jboss.logmanager.config.LogContextConfiguration
 
getFilterNames() - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
getFilterRefs() - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
getFilterValueExpression() - Method in interface org.jboss.logmanager.config.HandlerConfiguration
Returns a filter that may be an expression.
getFilterValueExpression() - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
getFilterValueExpression() - Method in interface org.jboss.logmanager.config.LoggerConfiguration
Returns a filter that may be an expression.
getFilterValueExpression() - Method in class org.jboss.logmanager.config.LoggerConfigurationImpl
 
getFirst(int) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
Returns properly casted first entry of bin for given hash.
getFormatStyle() - Method in class org.jboss.logmanager.ExtLogRecord
Get the format style for the record.
getFormattedMessage() - Method in class org.jboss.logmanager.ExtLogRecord
Get the fully formatted log record, with resources resolved and parameters applied.
getFormatterConfiguration(String) - Method in interface org.jboss.logmanager.config.LogContextConfiguration
 
getFormatterConfiguration(String) - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
getFormatterConfigurations() - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
getFormatterName() - Method in interface org.jboss.logmanager.config.HandlerConfiguration
Get the name of the configured formatter for this handler.
getFormatterName() - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
getFormatterNames() - Method in interface org.jboss.logmanager.config.LogContextConfiguration
 
getFormatterNames() - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
getFormatterNameValueExpression() - Method in interface org.jboss.logmanager.config.HandlerConfiguration
Gets the formatter name which may be an expression.
getFormatterNameValueExpression() - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
getFormatterRefs() - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
getFullName() - Method in class org.jboss.logmanager.LoggerNode
 
getHandlerConfiguration(String) - Method in interface org.jboss.logmanager.config.LogContextConfiguration
 
getHandlerConfiguration(String) - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
getHandlerConfigurations() - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
getHandlerNames() - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
getHandlerNames() - Method in interface org.jboss.logmanager.config.HandlerContainingConfigurable
Get the names of the configured handlers.
getHandlerNames() - Method in interface org.jboss.logmanager.config.LogContextConfiguration
 
getHandlerNames() - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
getHandlerNames() - Method in class org.jboss.logmanager.config.LoggerConfigurationImpl
 
getHandlerRefs() - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
getHandlers() - Method in class org.jboss.logmanager.ExtHandler
Get a copy of the sub-handlers array.
getHandlers() - Method in class org.jboss.logmanager.Logger
getHandlers() - Method in class org.jboss.logmanager.LoggerNode
 
getHostname() - Method in class org.jboss.logmanager.handlers.SyslogHandler
Returns the host name which is used when sending the message to the syslog.
getIfExists(String) - Method in class org.jboss.logmanager.LoggerNode
Get a relative logger, if it exists.
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.
getJarName(URL, String) - Static method in class org.jboss.logmanager.formatters.Formatters
 
getKey() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.SimpleEntry
 
getKey() - Method in class org.jboss.logmanager.CopyOnWriteWeakMap.Node
 
getKey() - Method in class org.jboss.logmanager.FastCopyHashMap.SimpleEntry
 
getKey() - Method in class org.jboss.logmanager.LogManager.ReadOnlyMapEntry
 
getKey(String, String) - Static method in class org.jboss.logmanager.PropertyConfigurator
 
getKey(String, String, String) - Static method in class org.jboss.logmanager.PropertyConfigurator
 
getLevel() - Method in interface org.jboss.logmanager.config.HandlerConfiguration
Gets the level set on the handler.
getLevel() - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
getLevel() - Method in interface org.jboss.logmanager.config.LoggerConfiguration
Gets the level set on the logger.
getLevel() - Method in class org.jboss.logmanager.config.LoggerConfigurationImpl
 
getLevel() - Method in class org.jboss.logmanager.Logger
getLevel() - Method in class org.jboss.logmanager.LoggerNode
 
getLevel() - Method in class org.jboss.logmanager.WrappedExtLogRecord
 
getLevelForName(String) - Method in class org.jboss.logmanager.LogContext
Get the level for a name.
getLevelValueExpression() - Method in interface org.jboss.logmanager.config.HandlerConfiguration
Returns the level that may be an expression.
getLevelValueExpression() - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
getLevelValueExpression() - Method in interface org.jboss.logmanager.config.LoggerConfiguration
Returns the level that may be an expression.
getLevelValueExpression() - Method in class org.jboss.logmanager.config.LoggerConfigurationImpl
 
getLimit() - Method in class org.jboss.logmanager.handlers.QueueHandler
Get the queue length limit.
getLogContext() - Method in class org.jboss.logmanager.ClassLoaderLogContextSelector
Get the current log context.
getLogContext() - Method in interface org.jboss.logmanager.config.LogContextConfiguration
Get the log context being configured by this configuration object.
getLogContext() - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
getLogContext() - Method in class org.jboss.logmanager.ContextClassLoaderLogContextSelector
 
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.
getLogContext() - Method in class org.jboss.logmanager.Logger
Get the log context to which this logger belongs.
getLogContext() - Method in class org.jboss.logmanager.ThreadLocalLogContextSelector
 
getLogContextConfiguration() - Method in class org.jboss.logmanager.PropertyConfigurator
Get the log context configuration.
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) - Method in class org.jboss.logmanager.LogManager
Get or create a logger with the given name.
getLogger(String, String) - Static method in class org.jboss.logmanager.Logger
Static logger factory method which returns a JBoss LogManager logger.
getLoggerClassName() - Method in class org.jboss.logmanager.ExtLogRecord
Get the class name of the logger which created this record.
getLoggerConfiguration(String) - Method in interface org.jboss.logmanager.config.LogContextConfiguration
 
getLoggerConfiguration(String) - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
getLoggerConfigurations() - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
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.
getLoggerLevel(String) - Method in class org.jboss.logmanager.LoggingMXBeanImpl
 
getLoggerName() - Method in class org.jboss.logmanager.WrappedExtLogRecord
 
getLoggerNames() - Method in interface org.jboss.logmanager.config.LogContextConfiguration
 
getLoggerNames() - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
getLoggerNames() - Method in class org.jboss.logmanager.LogContext
Returns an enumeration of the logger names that have been created.
getLoggerNames() - Method in class org.jboss.logmanager.LoggingMXBeanImpl
 
getLoggerNames() - Method in class org.jboss.logmanager.LogManager
 
getLoggerRefs() - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
getLoggingMXBean() - Method in class org.jboss.logmanager.LogContext
Get the LoggingMXBean associated with this log context.
getMaxLength() - Method in class org.jboss.logmanager.handlers.SyslogHandler
Returns the maximum length, in bytes, of the message allowed to be sent.
getMdc(String) - Method in class org.jboss.logmanager.ExtLogRecord
Get the value of an MDC property.
getMdcCopy() - Method in class org.jboss.logmanager.ExtLogRecord
Get a copy of all the MDC properties for this log record.
getMessage() - Method in class org.jboss.logmanager.WrappedExtLogRecord
 
getMessageDelimiter() - Method in class org.jboss.logmanager.handlers.SyslogHandler
Returns the delimiter being used for the message if use message delimiter is set to true.
getMillis() - Method in class org.jboss.logmanager.WrappedExtLogRecord
 
getModuleName() - Method in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
getModuleName() - Method in interface org.jboss.logmanager.config.ObjectConfigurable
Get the module name for this object's configuration, if any.
getName() - Method in class org.jboss.logmanager.config.AbstractBasicConfiguration
 
getName() - Method in interface org.jboss.logmanager.config.NamedConfigurable
Get the name of this configurable object.
getNdc() - Method in class org.jboss.logmanager.ExtLogRecord
Get the NDC for this log record.
getNextSuffix() - Method in class org.jboss.logmanager.handlers.PeriodicRotatingFileHandler
Returns the suffix to be used.
getObject() - Method in interface org.jboss.logmanager.config.ObjectProducer
 
getObject() - Method in class org.jboss.logmanager.config.RefProducer
 
getObject() - Method in class org.jboss.logmanager.config.SimpleObjectProducer
 
getObject(String) - Static method in class org.jboss.logmanager.MDC
Get the value for a key, or null if there is no mapping.
getOrCreate(String) - Method in class org.jboss.logmanager.LoggerNode
Get or create a relative logger node.
getOverflowAction() - Method in class org.jboss.logmanager.handlers.AsyncHandler
Get the overflow action.
getParameters() - Method in class org.jboss.logmanager.WrappedExtLogRecord
 
getParent() - Method in class org.jboss.logmanager.Logger
getParent() - Method in class org.jboss.logmanager.LoggerNode
 
getParentLoggerName(String) - Method in class org.jboss.logmanager.LoggingMXBeanImpl
 
getPattern() - Method in class org.jboss.logmanager.formatters.PatternFormatter
Get the current format pattern.
getPid() - Method in class org.jboss.logmanager.handlers.SyslogHandler
Returns the pid being used as the PROCID for RFC5424 messages.
getPojoConfiguration(String) - Method in interface org.jboss.logmanager.config.LogContextConfiguration
Gets the POJO configuration.
getPojoConfiguration(String) - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
getPojoConfigurations() - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
getPojoNames() - Method in interface org.jboss.logmanager.config.LogContextConfiguration
A list of the POJO configuration names.
getPojoNames() - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
getPojoRefs() - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
getPort() - Method in class org.jboss.logmanager.handlers.SyslogHandler
Returns the port the syslogd is listening on.
getPostConfigurationMethods() - Method in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
getPostConfigurationMethods() - Method in interface org.jboss.logmanager.config.PropertyConfigurable
Returns a collection of the methods to be invoked after the properties have been set.
getProperty(String) - Method in class org.jboss.logmanager.LogManager
Does nothing.
getPropertyGetter(Class<?>, String) - Static method in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
getPropertyNames() - Method in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
getPropertyNames() - Method in interface org.jboss.logmanager.config.PropertyConfigurable
Get the names of the configured properties in order.
getPropertySetter(Class<?>, String) - Static method in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
getPropertyType(Class<?>, String) - Static method in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
getPropertyValueExpression(String) - Method in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
getPropertyValueExpression(String) - Method in interface org.jboss.logmanager.config.PropertyConfigurable
Get the property value.
getPropertyValueString(String) - Method in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
getPropertyValueString(String) - Method in interface org.jboss.logmanager.config.PropertyConfigurable
Get the string property value with the given name.
getProtocol() - Method in class org.jboss.logmanager.handlers.SyslogHandler
The protocol used to connect to the syslog server
getQueue() - Method in class org.jboss.logmanager.handlers.QueueHandler
Get a copy of the queue as it is at an exact moment in time.
getQueueAsStrings() - Method in class org.jboss.logmanager.handlers.QueueHandler
Get a copy of the queue, rendering each record as a string.
getQueueLength() - Method in class org.jboss.logmanager.handlers.AsyncHandler
The full size of the queue.
getRefs() - Method in class org.jboss.logmanager.config.AbstractBasicConfiguration
 
getRemoveAction() - Method in class org.jboss.logmanager.config.AbstractBasicConfiguration
 
getRemoveAction() - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
getRemoveAction() - Method in class org.jboss.logmanager.config.LoggerConfigurationImpl
 
getResolvedValue() - Method in interface org.jboss.logmanager.config.ValueExpression
The resolved value.
getResolvedValue() - Method in class org.jboss.logmanager.config.ValueExpressionImpl
 
getResourceBundle() - Method in class org.jboss.logmanager.WrappedExtLogRecord
 
getResourceBundleName() - Method in class org.jboss.logmanager.WrappedExtLogRecord
 
getResourceKey() - Method in class org.jboss.logmanager.ExtLogRecord
Get the resource key, if any.
getRootLoggerNode() - Method in class org.jboss.logmanager.LogContext
 
getSegmentedSubject(ExtLogRecord) - Method in class org.jboss.logmanager.formatters.Formatters.SegmentedFormatStep
 
getSelector() - Method in class org.jboss.logmanager.LogContextSelectorService
Get the selector to install.
getSequenceNumber() - Method in class org.jboss.logmanager.WrappedExtLogRecord
 
getServerAddress() - Method in class org.jboss.logmanager.handlers.SyslogHandler
Returns the server address the messages are being sent to.
getSourceClassName() - Method in class org.jboss.logmanager.ExtLogRecord
getSourceClassName() - Method in class org.jboss.logmanager.WrappedExtLogRecord
 
getSourceFileName() - Method in class org.jboss.logmanager.ExtLogRecord
Get the source file name for this log record.
getSourceFileName() - Method in class org.jboss.logmanager.WrappedExtLogRecord
 
getSourceLineNumber() - Method in class org.jboss.logmanager.ExtLogRecord
Get the source line number for this log record.
getSourceLineNumber() - Method in class org.jboss.logmanager.WrappedExtLogRecord
 
getSourceMethodName() - Method in class org.jboss.logmanager.ExtLogRecord
getSourceMethodName() - Method in class org.jboss.logmanager.WrappedExtLogRecord
 
getSteps() - Method in class org.jboss.logmanager.formatters.MultistepFormatter
Get a copy of the format steps.
getSteps(String, ColorMap) - Static method in class org.jboss.logmanager.formatters.FormatStringParser
Compile a format string into a series of format steps.
getStringCsvArray(Properties, String) - Static method in class org.jboss.logmanager.PropertyConfigurator
 
getStringCsvList(Properties, String) - Static method in class org.jboss.logmanager.PropertyConfigurator
 
getStringProperty(Properties, String) - Static method in class org.jboss.logmanager.PropertyConfigurator
 
getStringProperty(Properties, String, boolean) - Static method in class org.jboss.logmanager.PropertyConfigurator
 
getSuffix() - Method in class org.jboss.logmanager.handlers.SizeRotatingFileHandler
Returns the suffix set to be appended to files during rotation.
getSyslogType() - Method in class org.jboss.logmanager.handlers.SyslogHandler
Returns the syslog type this handler is using to format the message sent.
getSystemLogContext() - Static method in class org.jboss.logmanager.LogContext
Get the system log context.
getThreadID() - Method in class org.jboss.logmanager.WrappedExtLogRecord
 
getThreadLocalLogFilter() - Static method in class org.jboss.logmanager.LogManager
Returns the currently set filter for this thread or null if one has not been set.
getThreadName() - Method in class org.jboss.logmanager.ExtLogRecord
Get the thread name of this logging event.
getThrown() - Method in class org.jboss.logmanager.WrappedExtLogRecord
 
getTimeZone() - Method in class org.jboss.logmanager.handlers.PeriodicRotatingFileHandler
Get the configured time zone for this handler.
getUseParentFilters() - Method in class org.jboss.logmanager.Logger
Indicates whether or not this logger inherits filters from it's parent logger.
getUseParentFilters() - Method in class org.jboss.logmanager.LoggerNode
 
getUseParentHandlers() - Method in interface org.jboss.logmanager.config.LoggerConfiguration
Determine whether parent handlers will be used.
getUseParentHandlers() - Method in class org.jboss.logmanager.config.LoggerConfigurationImpl
 
getUseParentHandlers() - Method in class org.jboss.logmanager.Logger
getUseParentHandlers() - Method in class org.jboss.logmanager.LoggerNode
 
getUseParentHandlersValueExpression() - Method in interface org.jboss.logmanager.config.LoggerConfiguration
Returns a filter that may be an expression.
getUseParentHandlersValueExpression() - Method in class org.jboss.logmanager.config.LoggerConfigurationImpl
 
getUtf8LengthOf(int) - Static method in class org.jboss.logmanager.handlers.ByteStringBuilder
 
getValue() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.SimpleEntry
 
getValue() - Method in interface org.jboss.logmanager.config.ValueExpression
Gets the value of the value which may or may not be an expression.
getValue() - Method in class org.jboss.logmanager.config.ValueExpressionImpl
 
getValue() - Method in class org.jboss.logmanager.FastCopyHashMap.SimpleEntry
 
getValue() - Method in class org.jboss.logmanager.LogManager.ReadOnlyMapEntry
 
getValue(Class<?>, String, Class<?>, ValueExpression<String>, boolean) - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
granted - Variable in class org.jboss.logmanager.ExtHandler
 
granted - Variable in class org.jboss.logmanager.LogContext
 
GREEN_NAME - Static variable in class org.jboss.logmanager.formatters.ColorMap
 

H

HALF_DAY - org.jboss.logmanager.handlers.PeriodicRotatingFileHandler.Period
 
HandlerConfiguration - Interface in org.jboss.logmanager.config
Configuration for a single handler.
HandlerConfigurationImpl - Class in org.jboss.logmanager.config
 
HandlerConfigurationImpl(LogContextConfigurationImpl, String, String, String, String[]) - Constructor for class org.jboss.logmanager.config.HandlerConfigurationImpl
 
HandlerContainingConfigurable - Interface in org.jboss.logmanager.config
A configurable object which is a container for handlers.
handlerNames - Variable in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
handlerNames - Variable in class org.jboss.logmanager.config.LoggerConfigurationImpl
 
handlerRefs - Variable in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
handlers - Variable in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
handlers - Variable in class org.jboss.logmanager.ExtHandler
The sub-handlers for this handler.
handlers - Variable in class org.jboss.logmanager.LoggerNode
The handlers for this logger.
Handlers - Class in org.jboss.logmanager.handlers
Handler utility methods.
Handlers() - Constructor for class org.jboss.logmanager.handlers.Handlers
 
handlersUpdater - Static variable in class org.jboss.logmanager.ExtHandler
The atomic updater for the ExtHandler.handlers field.
handlersUpdater - Static variable in class org.jboss.logmanager.LoggerNode
The atomic updater for the LoggerNode.handlers field.
hasConstructorProperty(String) - Method in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
hasConstructorProperty(String) - Method in interface org.jboss.logmanager.config.PropertyConfigurable
Determine whether the given property name is a constructor property.
hash - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap.HashEntry
 
hash - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap.SoftKeyReference
 
hash - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap.SoftValueReference
 
hash - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap.WeakKeyReference
 
hash - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap.WeakValueReference
 
hash - Variable in class org.jboss.logmanager.FastCopyHashMap.Entry
 
hash(int) - Static method in class org.jboss.logmanager.ConcurrentReferenceHashMap
Applies a supplemental hash function to a given hashCode, which defends against poor quality hash functions.
hash(Object) - Static method in class org.jboss.logmanager.FastCopyHashMap
 
hashCode() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.SimpleEntry
 
hashCode() - Method in class org.jboss.logmanager.FastCopyHashMap.SimpleEntry
 
HashEntry(K, int, ConcurrentReferenceHashMap.HashEntry<K, V>, V, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType, ReferenceQueue<Object>) - Constructor for class org.jboss.logmanager.ConcurrentReferenceHashMap.HashEntry
 
HashIterator() - Constructor for class org.jboss.logmanager.ConcurrentReferenceHashMap.HashIterator
 
hashOf(Object) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap
 
hasMoreElements() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.HashIterator
 
hasNext - Variable in class org.jboss.logmanager.FastCopyHashMap.FastCopyHashMapIterator
 
hasNext() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.HashIterator
 
hasNext() - Method in class org.jboss.logmanager.FastCopyHashMap.FastCopyHashMapIterator
 
hasProperty(String) - Method in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
hasProperty(String) - Method in interface org.jboss.logmanager.config.PropertyConfigurable
Determine whether the given property name is configured.
Holder() - Constructor for class org.jboss.logmanager.MDC.Holder
 
Holder() - Constructor for class org.jboss.logmanager.NDC.Holder
 
hostname - Variable in class org.jboss.logmanager.handlers.SyslogHandler
 
hostnameFormatStep(boolean, int, boolean, int, boolean) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which emits the hostname.
HOUR - org.jboss.logmanager.handlers.PeriodicRotatingFileHandler.Period
 

I

IDENTITY_COMPARISONS - org.jboss.logmanager.ConcurrentReferenceHashMap.Option
Indicates that referential-equality (== instead of .equals()) should be used when locating keys.
identityComparisons - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap
 
identityComparisons - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
 
includedLevels - Variable in class org.jboss.logmanager.filters.LevelFilter
 
incrementRef(String) - Method in class org.jboss.logmanager.LogContext
 
index(int, int) - Static method in class org.jboss.logmanager.FastCopyHashMap
 
info(String) - Method in class org.jboss.logmanager.Logger
INFO - Static variable in class org.jboss.logmanager.Level
 
INFO_INT - Static variable in class org.jboss.logmanager.Logger
 
INFO_NAME - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
INFO_NUM - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
INFORMATIONAL - org.jboss.logmanager.handlers.SyslogHandler.Severity
 
init() - Method in class org.jboss.logmanager.handlers.SyslogHandler
 
init(int, float) - Method in class org.jboss.logmanager.FastCopyHashMap
 
INITIAL_LEVEL_MAP - Static variable in class org.jboss.logmanager.LogContext.LazyHolder
 
initializeConnection - Variable in class org.jboss.logmanager.handlers.SyslogHandler
 
initialValue() - Method in class org.jboss.logmanager.MDC.Holder
 
initialValue() - Method in class org.jboss.logmanager.NDC.Holder
 
insertionPoint(int) - Static method in class org.jboss.logmanager.AtomicArray
 
INSTANCE - Static variable in class org.jboss.logmanager.filters.AcceptAllFilter
 
INSTANCE - Static variable in class org.jboss.logmanager.filters.DenyAllFilter
 
intMap - Variable in class org.jboss.logmanager.LogManager.KnownLevelBuilder
 
INVALID_US_ASCII_CODE_POINT - Static variable in class org.jboss.logmanager.handlers.ByteStringBuilder
 
INVALID_UTF_8_CODE_POINT - Static variable in class org.jboss.logmanager.handlers.ByteStringBuilder
 
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.
isBlockOnReconnect() - Method in class org.jboss.logmanager.handlers.SyslogHandler
Indicates whether or not a TCP or SSL TCP connection should block when attempting to reconnect.
isBlockOnReconnect() - Method in class org.jboss.logmanager.handlers.TcpOutputStream
Indicates whether or not the output stream is set to block when attempting to reconnect a TCP connection.
isConnected() - Method in class org.jboss.logmanager.handlers.TcpOutputStream
Returns the connected state of the TCP stream.
isEmpty() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.EntrySet
 
isEmpty() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.KeySet
 
isEmpty() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.Values
 
isEmpty() - Method in class org.jboss.logmanager.CopyOnWriteWeakMap
 
isEmpty() - Method in class org.jboss.logmanager.FastCopyHashMap.EntrySet
 
isEmpty() - Method in class org.jboss.logmanager.FastCopyHashMap
 
isEmpty() - Method in class org.jboss.logmanager.NDC.Stack
 
isEnabled() - Method in class org.jboss.logmanager.ExtHandler
Determine if the handler is enabled.
isEscapeEnabled() - Method in class org.jboss.logmanager.handlers.SyslogHandler
Deprecated.
escaping message values is not required per RFC5424 and is no longer supported in this handler
isExpression() - Method in interface org.jboss.logmanager.config.ValueExpression
Checks whether this is an expression or not.
isExpression() - Method in class org.jboss.logmanager.config.ValueExpressionImpl
 
isLoggable(Level) - Method in class org.jboss.logmanager.Logger
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(ExtLogRecord) - Method in class org.jboss.logmanager.LoggerNode
Checks the filter to see if the record is loggable.
isLoggable(LoggerNode, ExtLogRecord) - Static method in class org.jboss.logmanager.LoggerNode
 
isReconnectAllowed() - Method in class org.jboss.logmanager.handlers.TcpOutputStream
Invocations of this method must be locked by the TcpOutputStream.outputLock.
isRemoved() - Method in class org.jboss.logmanager.config.AbstractBasicConfiguration
 
isRotateOnBoot() - Method in class org.jboss.logmanager.handlers.PeriodicSizeRotatingFileHandler
Indicates whether or a not the handler should rotate the file before the first log record is written.
isRotateOnBoot() - Method in class org.jboss.logmanager.handlers.SizeRotatingFileHandler
Indicates whether or a not the handler should rotate the file before the first log record is written.
isTruncate() - Method in class org.jboss.logmanager.handlers.SyslogHandler
Checks if the message should truncated if the total length exceeds the maximum length.
isUseCountingFraming() - Method in class org.jboss.logmanager.handlers.SyslogHandler
Returns true if the message size should be prefixed to the message being sent.
isUseMessageDelimiter() - Method in class org.jboss.logmanager.handlers.SyslogHandler
Checks whether to append the message with a delimiter or not.
iterator() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.EntrySet
 
iterator() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.KeySet
 
iterator() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.Values
 
iterator() - Method in class org.jboss.logmanager.FastCopyHashMap.EntrySet
 
iterator() - Method in class org.jboss.logmanager.FastCopyHashMap.KeySet
 
iterator() - Method in class org.jboss.logmanager.FastCopyHashMap.Values
 
iterator() - Method in class org.jboss.logmanager.LogManager.ReadOnlyArrayList
 

J

JustifyingFormatStep(boolean, int, boolean, int) - Constructor for class org.jboss.logmanager.formatters.Formatters.JustifyingFormatStep
 

K

KERNEL - org.jboss.logmanager.handlers.SyslogHandler.Facility
 
key - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap.SimpleEntry
 
key - Variable in class org.jboss.logmanager.CopyOnWriteWeakMap.Node
 
key - Variable in class org.jboss.logmanager.FastCopyHashMap.Entry
 
key - Variable in class org.jboss.logmanager.FastCopyHashMap.SimpleEntry
 
key - Variable in class org.jboss.logmanager.LogManager.ReadOnlyMapEntry
 
key() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.HashEntry
 
keyEq(Object, Object) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
 
keyHash() - Method in interface org.jboss.logmanager.ConcurrentReferenceHashMap.KeyReference
 
keyHash() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.SoftKeyReference
 
keyHash() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.SoftValueReference
 
keyHash() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.WeakKeyReference
 
keyHash() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.WeakValueReference
 
KeyIterator() - Constructor for class org.jboss.logmanager.ConcurrentReferenceHashMap.KeyIterator
 
KeyIterator() - Constructor for class org.jboss.logmanager.FastCopyHashMap.KeyIterator
 
keyRef - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap.HashEntry
 
keyRef - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap.SoftValueReference
 
keyRef - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap.WeakValueReference
 
keyRef() - Method in interface org.jboss.logmanager.ConcurrentReferenceHashMap.KeyReference
 
keyRef() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.SoftKeyReference
 
keyRef() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.SoftValueReference
 
keyRef() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.WeakKeyReference
 
keyRef() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.WeakValueReference
 
keys() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap
Returns an enumeration of the keys in this table.
keySet - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap
 
keySet - Variable in class org.jboss.logmanager.FastCopyHashMap
 
keySet() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class org.jboss.logmanager.CopyOnWriteMap
 
keySet() - Method in class org.jboss.logmanager.FastCopyHashMap
 
KeySet() - Constructor for class org.jboss.logmanager.ConcurrentReferenceHashMap.KeySet
 
KeySet() - Constructor for class org.jboss.logmanager.FastCopyHashMap.KeySet
 
keyType - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
 
KnownLevelBuilder(Constructor<?>) - Constructor for class org.jboss.logmanager.LogManager.KnownLevelBuilder
 

L

lastReturned - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap.HashIterator
 
LazyHolder() - Constructor for class org.jboss.logmanager.LogContext.LazyHolder
 
leftJustify - Variable in class org.jboss.logmanager.formatters.Formatters.JustifyingFormatStep
 
len - Variable in class org.jboss.logmanager.formatters.Formatters.Segment
 
length - Variable in class org.jboss.logmanager.handlers.ByteStringBuilder
 
length() - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
 
level - Variable in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
level - Variable in class org.jboss.logmanager.config.LoggerConfigurationImpl
 
level - Variable in class org.jboss.logmanager.LogContext.StrongLevelRef
 
level - Variable in class org.jboss.logmanager.LoggerNode
The actual level.
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
 
LEVEL_NAME - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
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(Collection<Level>) - Constructor for class org.jboss.logmanager.filters.LevelFilter
Construct a new instance.
LevelFilter(Level) - Constructor for class org.jboss.logmanager.filters.LevelFilter
Construct a new instance.
levelFormatStep(boolean, int, boolean, int) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which emits the log level name.
levelFormatStep(boolean, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which emits the log level name.
levelMap - Variable in class org.jboss.logmanager.formatters.ColorMap
 
levelMapReference - Variable in class org.jboss.logmanager.LogContext
 
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.
levels - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
limit - Variable in class org.jboss.logmanager.handlers.QueueHandler
 
LINE_PRINTER - org.jboss.logmanager.handlers.SyslogHandler.Facility
 
lineNumberFormatStep(boolean, int, boolean, 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).
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, boolean, int) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which emits the platform line separator.
lineSeparatorFormatStep(boolean, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which emits the platform line separator.
listIterator(int) - Method in class org.jboss.logmanager.LogManager.ReadOnlyArrayList
 
loadFactor - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
The load factor for the hash table.
loadFactor - Variable in class org.jboss.logmanager.FastCopyHashMap
The user defined load factor which defines when to resize
LOCAL_FILTER - Static variable in class org.jboss.logmanager.LogManager.LocalFilterHolder
 
LOCAL_USE_0 - org.jboss.logmanager.handlers.SyslogHandler.Facility
 
LOCAL_USE_1 - org.jboss.logmanager.handlers.SyslogHandler.Facility
 
LOCAL_USE_2 - org.jboss.logmanager.handlers.SyslogHandler.Facility
 
LOCAL_USE_3 - org.jboss.logmanager.handlers.SyslogHandler.Facility
 
LOCAL_USE_4 - org.jboss.logmanager.handlers.SyslogHandler.Facility
 
LOCAL_USE_5 - org.jboss.logmanager.handlers.SyslogHandler.Facility
 
LOCAL_USE_6 - org.jboss.logmanager.handlers.SyslogHandler.Facility
 
LOCAL_USE_7 - org.jboss.logmanager.handlers.SyslogHandler.Facility
 
LocalFilterHolder() - Constructor for class org.jboss.logmanager.LogManager.LocalFilterHolder
 
localizedLevelFormatStep(boolean, int, boolean, int) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which emits the localized log level name.
localizedLevelFormatStep(boolean, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which emits the localized log level name.
locationInformationFormatStep(boolean, int, boolean, 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).
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 - Variable in class org.jboss.logmanager.LoggingUncaughtExceptionHandler
 
log - Static variable in class org.jboss.logmanager.LogService
 
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, Throwable) - Method in class org.jboss.logmanager.Logger
SPI interface method to log a message at a given level.
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(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(LogRecord) - Method in class org.jboss.logmanager.Logger
LOG_ALERT - org.jboss.logmanager.handlers.SyslogHandler.Facility
 
LOG_API_PERMISSION - Static variable in class org.jboss.logmanager.ClassLoaderLogContextSelector
 
LOG_AUDIT - org.jboss.logmanager.handlers.SyslogHandler.Facility
 
logApiClassLoaders - Variable in class org.jboss.logmanager.ClassLoaderLogContextSelector
 
logContext - Variable in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
LogContext - Class in org.jboss.logmanager
A logging context, for producing isolated logging environments.
LogContext(boolean) - Constructor for class org.jboss.logmanager.LogContext
 
LogContext.LazyHolder - Class in org.jboss.logmanager
This lazy holder class is required to prevent a problem due to a LogContext instance being constructed before the class init is complete.
LogContext.LevelRef - Interface in org.jboss.logmanager
 
LogContext.StrongLevelRef - Class in org.jboss.logmanager
 
LogContext.WeakLevelRef - Class in org.jboss.logmanager
 
logContextAction - Variable in class org.jboss.logmanager.ClassLoaderLogContextSelector
 
logContextAction - Variable in class org.jboss.logmanager.ContextClassLoaderLogContextSelector
 
LogContextConfiguration - Interface in org.jboss.logmanager.config
A log context configuration.
LogContextConfiguration.Factory - Class in org.jboss.logmanager.config
The factory class for persistent configurations.
LogContextConfigurationImpl - Class in org.jboss.logmanager.config
 
LogContextConfigurationImpl(LogContext) - Constructor for class org.jboss.logmanager.config.LogContextConfigurationImpl
 
logContextSelector - Static variable in class org.jboss.logmanager.LogContext
 
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(LoggerNode, String) - Constructor for class org.jboss.logmanager.Logger
Construct a new instance of an actual logger.
LOGGER_CLASS_NAME - Static variable in class org.jboss.logmanager.Logger
 
LOGGER_CLASS_NAME - Static variable in class org.jboss.logmanager.WrappedExtLogRecord
 
Logger.AttachmentKey<V> - Class in org.jboss.logmanager
An attachment key instance.
loggerClassName - Variable in class org.jboss.logmanager.ExtLogRecord
 
LoggerConfiguration - Interface in org.jboss.logmanager.config
Configuration for a single logger.
LoggerConfigurationImpl - Class in org.jboss.logmanager.config
 
LoggerConfigurationImpl(String, LogContextConfigurationImpl) - Constructor for class org.jboss.logmanager.config.LoggerConfigurationImpl
 
loggerNameFormatStep(boolean, int, boolean, int, String) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which emits the logger name with the given justification rules.
loggerNameFormatStep(boolean, int, int, String) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which emits the logger name with the given justification rules.
loggerNames - Variable in class org.jboss.logmanager.LogContext
 
loggerNode - Variable in class org.jboss.logmanager.Logger
The named logger tree node.
LoggerNode - Class in org.jboss.logmanager
A node in the tree of logger names.
LoggerNode(LogContext) - Constructor for class org.jboss.logmanager.LoggerNode
Construct a new root instance.
LoggerNode(LogContext, LoggerNode, String) - Constructor for class org.jboss.logmanager.LoggerNode
Construct a child instance.
loggerRefs - Variable in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
loggers - Variable in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
LoggingMXBeanImpl - Class in org.jboss.logmanager
 
LoggingMXBeanImpl(LogContext) - Constructor for class org.jboss.logmanager.LoggingMXBeanImpl
 
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.
LogManager.KnownLevelBuilder - Class in org.jboss.logmanager
 
LogManager.LocalFilterHolder - Class in org.jboss.logmanager
 
LogManager.ReadOnlyArrayList<T> - Class in org.jboss.logmanager
 
LogManager.ReadOnlyHashMap<K,​V> - Class in org.jboss.logmanager
 
LogManager.ReadOnlyMapEntry<K,​V> - Class in org.jboss.logmanager
 
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(LogRecord) - Method in class org.jboss.logmanager.Logger
Do the logging with no level checks (they've already been done).
logRaw(ExtLogRecord) - 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

MAGENTA_NAME - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
MAIL_SYSTEM - org.jboss.logmanager.handlers.SyslogHandler.Facility
 
map - Variable in class org.jboss.logmanager.CopyOnWriteMap
 
map - Variable in class org.jboss.logmanager.CopyOnWriteWeakMap
 
mapUpdater - Static variable in class org.jboss.logmanager.CopyOnWriteMap
 
maskNull(K) - Static method in class org.jboss.logmanager.FastCopyHashMap
 
max - Variable in class org.jboss.logmanager.filters.LevelRangeFilter
 
MAX_SEGMENTS - Static variable in class org.jboss.logmanager.ConcurrentReferenceHashMap
The maximum number of segments to allow; used to bound constructor arguments.
maxBackupIndex - Variable in class org.jboss.logmanager.handlers.PeriodicSizeRotatingFileHandler
 
maxBackupIndex - Variable in class org.jboss.logmanager.handlers.SizeRotatingFileHandler
 
maxErrors - Static variable in class org.jboss.logmanager.handlers.TcpOutputStream
 
MAXIMUM_CAPACITY - Static variable in class org.jboss.logmanager.ConcurrentReferenceHashMap
The maximum capacity, used if a higher value is implicitly specified by either of the constructors with arguments.
MAXIMUM_CAPACITY - Static variable in class org.jboss.logmanager.FastCopyHashMap
MAX_INT - 1
maximumWidth - Variable in class org.jboss.logmanager.formatters.Formatters.JustifyingFormatStep
 
maxInclusive - Variable in class org.jboss.logmanager.filters.LevelRangeFilter
 
maxLen - Variable in class org.jboss.logmanager.handlers.SyslogHandler
 
maxRetryTimeout - Static variable in class org.jboss.logmanager.handlers.TcpOutputStream
 
mdc - Static variable in class org.jboss.logmanager.MDC
 
MDC - Class in org.jboss.logmanager
Mapped diagnostic context.
MDC() - Constructor for class org.jboss.logmanager.MDC
 
MDC.Holder - Class in org.jboss.logmanager
 
mdcCopy - Variable in class org.jboss.logmanager.ExtLogRecord
 
mdcFormatStep(String, boolean, int, boolean, 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.
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.
MESSAGE_FORMAT - org.jboss.logmanager.ExtLogRecord.FormatStyle
Format the message using the MessageFormat parameter style.
messageFormatStep(boolean, int, boolean, 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.
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, boolean, 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).
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).
min - Variable in class org.jboss.logmanager.filters.LevelRangeFilter
 
min(T, T) - Static method in class org.jboss.logmanager.handlers.PeriodicRotatingFileHandler
 
minimumWidth - Variable in class org.jboss.logmanager.formatters.Formatters.JustifyingFormatStep
 
minInclusive - Variable in class org.jboss.logmanager.filters.LevelRangeFilter
 
MINUTE - org.jboss.logmanager.handlers.PeriodicRotatingFileHandler.Period
 
modCount - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
Number of updates that alter the size of the table.
modCount - Variable in class org.jboss.logmanager.FastCopyHashMap
Counter used to detect changes made outside of an iterator
ModuleFinder() - Constructor for class org.jboss.logmanager.config.AbstractPropertyConfiguration.ModuleFinder
 
moduleName - Variable in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
MONTH - org.jboss.logmanager.handlers.PeriodicRotatingFileHandler.Period
 
MultistepFormatter - Class in org.jboss.logmanager.formatters
A formatter which formats a record in a series of steps.
MultistepFormatter() - Constructor for class org.jboss.logmanager.formatters.MultistepFormatter
Construct a new instance.
MultistepFormatter(FormatStep[]) - Constructor for class org.jboss.logmanager.formatters.MultistepFormatter
Construct a new instance.
mxBean - Variable in class org.jboss.logmanager.LogContext
 

N

name - Variable in class org.jboss.logmanager.config.AbstractBasicConfiguration
 
name - Variable in class org.jboss.logmanager.config.RefProducer
 
name - Variable in class org.jboss.logmanager.SerializedLogger
 
NamedConfigurable - Interface in org.jboss.logmanager.config
A configurable object with a name.
nameMap - Variable in class org.jboss.logmanager.LogManager.KnownLevelBuilder
 
ndc - Variable in class org.jboss.logmanager.ExtLogRecord
 
ndc - Static variable in class org.jboss.logmanager.NDC
 
NDC - Class in org.jboss.logmanager
Nested diagnostic context.
NDC() - Constructor for class org.jboss.logmanager.NDC
 
NDC.Holder - Class in org.jboss.logmanager
 
NDC.Stack<T> - Class in org.jboss.logmanager
 
ndcFormatStep(boolean, int, 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) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which emits the NDC value of the log record.
NETWORK_NEWS - org.jboss.logmanager.handlers.SyslogHandler.Facility
 
NEVER - org.jboss.logmanager.handlers.PeriodicRotatingFileHandler.Period
 
NEW_LINE - Static variable in class org.jboss.logmanager.formatters.Formatters
 
NEW_LINE - Static variable in class org.jboss.logmanager.PropertyConfigurator
 
newArray(int) - Static method in class org.jboss.logmanager.ConcurrentReferenceHashMap.HashEntry
 
newArray(int) - Static method in class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
 
newHashEntry(K, int, ConcurrentReferenceHashMap.HashEntry<K, V>, V) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
 
newInstance(Class<V>, int) - Static method in class org.jboss.logmanager.AtomicArray
 
newKeyReference(K, ConcurrentReferenceHashMap.ReferenceType, ReferenceQueue<Object>) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.HashEntry
 
newLevel - Variable in class org.jboss.logmanager.filters.LevelChangingFilter
 
newValueReference(V, ConcurrentReferenceHashMap.ReferenceType, ReferenceQueue<Object>) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.HashEntry
 
next - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap.HashEntry
 
next - Variable in class org.jboss.logmanager.FastCopyHashMap.FastCopyHashMapIterator
 
next() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.EntryIterator
 
next() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.KeyIterator
 
next() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.ValueIterator
 
next() - Method in class org.jboss.logmanager.FastCopyHashMap.EntryIterator
 
next() - Method in class org.jboss.logmanager.FastCopyHashMap.KeyIterator
 
next() - Method in class org.jboss.logmanager.FastCopyHashMap.ValueIterator
 
nextElement() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.KeyIterator
 
nextElement() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.ValueIterator
 
nextEntry - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap.HashIterator
 
nextEntry() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.HashIterator
 
nextEntry() - Method in class org.jboss.logmanager.FastCopyHashMap.FastCopyHashMapIterator
 
nextIndex(int, int) - Method in class org.jboss.logmanager.FastCopyHashMap
 
nextRollover - Variable in class org.jboss.logmanager.handlers.PeriodicRotatingFileHandler
 
nextSegmentIndex - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap.HashIterator
 
nextSuffix - Variable in class org.jboss.logmanager.handlers.PeriodicRotatingFileHandler
 
nextTableIndex - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap.HashIterator
 
NILVALUE_SP - Static variable in class org.jboss.logmanager.handlers.SyslogHandler
 
NO_FORMAT - org.jboss.logmanager.ExtLogRecord.FormatStyle
Do not format the message; parameters are ignored.
Node(K, V, ReferenceQueue<? super V>) - Constructor for class org.jboss.logmanager.CopyOnWriteWeakMap.Node
 
NOTICE - org.jboss.logmanager.handlers.SyslogHandler.Severity
 
NTP - org.jboss.logmanager.handlers.SyslogHandler.Facility
 
NULL - Static variable in class org.jboss.logmanager.FastCopyHashMap
Marks null keys.
NULL_BOOLEAN_EXPRESSION - Static variable in interface org.jboss.logmanager.config.ValueExpression
 
NULL_FORMATTER - Static variable in class org.jboss.logmanager.formatters.Formatters
 
NULL_PRODUCER - Static variable in interface org.jboss.logmanager.config.ObjectProducer
 
NULL_STRING_EXPRESSION - Static variable in interface org.jboss.logmanager.config.ValueExpression
 
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

ObjectConfigurable - Interface in org.jboss.logmanager.config
A configurable object with a specific class name.
ObjectProducer - Interface in org.jboss.logmanager.config
 
octal - Variable in enum org.jboss.logmanager.handlers.SyslogHandler.Facility
 
of(Collection<? extends T>) - Static method in class org.jboss.logmanager.LogManager.ReadOnlyArrayList
 
of(List<LogManager.ReadOnlyMapEntry<K, V>>) - Static method in class org.jboss.logmanager.LogManager.ReadOnlyHashMap
 
of(K, V) - Static method in class org.jboss.logmanager.LogManager.ReadOnlyMapEntry
 
OFF_INT - Static variable in class org.jboss.logmanager.Logger
 
oneInstalled - Static variable in class org.jboss.logmanager.LogContextSelectorService
 
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
 
Option() - Constructor for enum org.jboss.logmanager.ConcurrentReferenceHashMap.Option
 
org.jboss.logmanager - package org.jboss.logmanager
 
org.jboss.logmanager.config - package org.jboss.logmanager.config
 
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
 
orig - Variable in class org.jboss.logmanager.WrappedExtLogRecord
 
out - Static variable in class org.jboss.logmanager.handlers.ConsoleHandler
 
out - Variable in class org.jboss.logmanager.handlers.SyslogHandler
 
out - Variable in class org.jboss.logmanager.handlers.UninterruptibleOutputStream
 
outputLock - Variable in class org.jboss.logmanager.handlers.SyslogHandler
 
outputLock - Variable in class org.jboss.logmanager.handlers.TcpOutputStream
 
outputLock - Variable in class org.jboss.logmanager.handlers.WriterHandler
 
outputStream - Variable in class org.jboss.logmanager.handlers.OutputStreamHandler
 
outputStream - Variable in class org.jboss.logmanager.handlers.PeriodicSizeRotatingFileHandler
 
outputStream - Variable in class org.jboss.logmanager.handlers.SizeRotatingFileHandler
 
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(OutputStream, Formatter) - Constructor for class org.jboss.logmanager.handlers.OutputStreamHandler
Construct a new instance.
OutputStreamHandler(Formatter) - Constructor for class org.jboss.logmanager.handlers.OutputStreamHandler
Construct a new instance.
outputStreamSet - Variable in class org.jboss.logmanager.handlers.SyslogHandler
 
overflowAction - Variable in class org.jboss.logmanager.handlers.AsyncHandler
 
OverflowAction() - Constructor for enum org.jboss.logmanager.handlers.AsyncHandler.OverflowAction
 

P

parent - Variable in class org.jboss.logmanager.LoggerNode
The parent node, or null if this is the root logger node.
parseCategorySegments(String) - Static method in class org.jboss.logmanager.formatters.Formatters
 
parseFilterExpression(Iterator<String>, boolean, boolean) - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
parsePatternSegments(String) - Static method in class org.jboss.logmanager.formatters.Formatters
 
pattern - Variable in class org.jboss.logmanager.filters.RegexFilter
 
pattern - Variable in class org.jboss.logmanager.filters.SubstituteFilter
 
pattern - Static variable in class org.jboss.logmanager.formatters.FormatStringParser
The regular expression for format strings.
pattern - Variable in class org.jboss.logmanager.formatters.PatternFormatter
 
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.
PatternFormatter(String, String) - Constructor for class org.jboss.logmanager.formatters.PatternFormatter
Construct a new instance.
PER_THREAD_LOG_FILTER - Static variable in class org.jboss.logmanager.LogManager
 
PER_THREAD_LOG_FILTER_KEY - Static variable in class org.jboss.logmanager.LogManager
 
period - Variable in class org.jboss.logmanager.handlers.PeriodicRotatingFileHandler
 
Period() - Constructor for enum org.jboss.logmanager.handlers.PeriodicRotatingFileHandler.Period
 
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(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(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.Period - Enum in org.jboss.logmanager.handlers
Possible period values.
PeriodicSizeRotatingFileHandler - Class in org.jboss.logmanager.handlers
A file handler which rotates the log at a preset time interval or the size of the log.
PeriodicSizeRotatingFileHandler() - Constructor for class org.jboss.logmanager.handlers.PeriodicSizeRotatingFileHandler
Default constructor.
PeriodicSizeRotatingFileHandler(File, String) - Constructor for class org.jboss.logmanager.handlers.PeriodicSizeRotatingFileHandler
Construct a new instance with the given output file.
PeriodicSizeRotatingFileHandler(File, String, boolean) - Constructor for class org.jboss.logmanager.handlers.PeriodicSizeRotatingFileHandler
Construct a new instance with the given output file and append setting.
PeriodicSizeRotatingFileHandler(File, String, long, int) - Constructor for class org.jboss.logmanager.handlers.PeriodicSizeRotatingFileHandler
Construct a new instance with the given output file.
PeriodicSizeRotatingFileHandler(File, String, long, int, boolean) - Constructor for class org.jboss.logmanager.handlers.PeriodicSizeRotatingFileHandler
Construct a new instance with the given output file.
PeriodicSizeRotatingFileHandler(String) - Constructor for class org.jboss.logmanager.handlers.PeriodicSizeRotatingFileHandler
Construct a new instance with the given output file.
PeriodicSizeRotatingFileHandler(String, boolean) - Constructor for class org.jboss.logmanager.handlers.PeriodicSizeRotatingFileHandler
Construct a new instance with the given output file and append setting.
pid - Variable in class org.jboss.logmanager.handlers.SyslogHandler
 
PojoConfiguration - Interface in org.jboss.logmanager.config
 
PojoConfigurationImpl - Class in org.jboss.logmanager.config
 
PojoConfigurationImpl(LogContextConfigurationImpl, String, String, String, String[]) - Constructor for class org.jboss.logmanager.config.PojoConfigurationImpl
 
pojoRefs - Variable in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
pojos - Variable in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
poll() - Method in class org.jboss.logmanager.CopyOnWriteWeakMap.Queue
 
pop() - Static method in class org.jboss.logmanager.NDC
Pop the topmost value from the NDC stack and return it.
pop() - Method in class org.jboss.logmanager.NDC.Stack
 
port - Variable in class org.jboss.logmanager.handlers.SyslogHandler
 
port - Variable in class org.jboss.logmanager.handlers.TcpOutputStream
 
postConfigurationActionsExist(String) - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
Checks to see if configuration actions have already been defined for the configuration.
postConfigurationMethods - Variable in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
postConfigurationTransactionState - Variable in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
precision - Variable in class org.jboss.logmanager.formatters.Formatters.SegmentedFormatStep
 
PRECISION_INT_PATTERN - Static variable in class org.jboss.logmanager.formatters.Formatters
 
prepare() - Method in interface org.jboss.logmanager.config.LogContextConfiguration
Prepares the current changes.
prepare() - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
prepared - Variable in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
preparedTransactions - Variable in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
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.PeriodicSizeRotatingFileHandler
 
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.
printDebugStats() - Method in class org.jboss.logmanager.FastCopyHashMap
 
printError(String) - Static method in class org.jboss.logmanager.PropertyConfigurator
Prints the message to stderr.
printError(String, Object...) - Static method in class org.jboss.logmanager.PropertyConfigurator
Prints the message to stderr.
PRINTF - org.jboss.logmanager.ExtLogRecord.FormatStyle
Format the message using the Formatter (also known as printf()) parameter style.
properties - Variable in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
PropertyConfigurable - Interface in org.jboss.logmanager.config
An object which is configurable via object properties.
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.
PropertyConfigurator(LogContext) - Constructor for class org.jboss.logmanager.PropertyConfigurator
Construct a new instance.
protect(Object) - Method in class org.jboss.logmanager.ExtHandler
 
protect(Object) - Method in class org.jboss.logmanager.LogContext
 
protect(Object) - Method in interface org.jboss.logmanager.Protectable
Protect this object from modifications.
Protectable - Interface in org.jboss.logmanager
Allows objects to be locked for modification.
protectKey - Variable in class org.jboss.logmanager.ExtHandler
 
protectKey - Variable in class org.jboss.logmanager.LogContext
 
protectKeyUpdater - Static variable in class org.jboss.logmanager.ExtHandler
 
protectKeyUpdater - Static variable in class org.jboss.logmanager.LogContext
 
protocol - Variable in class org.jboss.logmanager.handlers.SyslogHandler
 
Protocol() - Constructor for enum org.jboss.logmanager.handlers.SyslogHandler.Protocol
 
ps - Static variable in class org.jboss.logmanager.errormanager.OnlyOnceErrorManager
 
publish(LogRecord) - Method in class org.jboss.logmanager.ExtHandler
publish(LogRecord) - Method in class org.jboss.logmanager.handlers.QueueHandler
 
publish(ExtLogRecord) - Method in class org.jboss.logmanager.ExtHandler
Publish an ExtLogRecord.
publish(ExtLogRecord) - Method in class org.jboss.logmanager.handlers.QueueHandler
 
publish(ExtLogRecord) - Method in class org.jboss.logmanager.LoggerNode
 
purgeStaleEntries() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap
Removes any stale entries whose keys have been finalized.
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.
push(T) - Method in class org.jboss.logmanager.NDC.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.
put(K, int, V, boolean) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
 
put(K, V) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap
Maps the specified key to the specified value in this table.
put(K, V) - Method in class org.jboss.logmanager.CopyOnWriteMap
 
put(K, V) - Method in class org.jboss.logmanager.CopyOnWriteWeakMap
 
put(K, V) - Method in class org.jboss.logmanager.FastCopyHashMap
 
put(K, V) - Method in class org.jboss.logmanager.LogManager.ReadOnlyHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap
Copies all of the mappings from the specified map to this one.
putAll(Map<? extends K, ? extends V>) - Method in class org.jboss.logmanager.FastCopyHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.jboss.logmanager.LogManager.ReadOnlyHashMap
 
putForCreate(K, V) - Method in class org.jboss.logmanager.FastCopyHashMap
 
putIfAbsent(K, V) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap
putIfAbsent(K, V) - Method in class org.jboss.logmanager.CopyOnWriteMap
 
putIfAbsent(K, V) - Method in class org.jboss.logmanager.CopyOnWriteWeakMap
 
putMdc(String, String) - Method in class org.jboss.logmanager.ExtLogRecord
Change an MDC value on this record.
putObject(String, Object) - 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.

Q

queue - Variable in class org.jboss.logmanager.CopyOnWriteWeakMap
 
Queue() - Constructor for class org.jboss.logmanager.CopyOnWriteWeakMap.Queue
 
QueueHandler - Class in org.jboss.logmanager.handlers
A queue handler which retains the last few messages logged.
QueueHandler() - Constructor for class org.jboss.logmanager.handlers.QueueHandler
Construct a new instance with a default queue length.
QueueHandler(int) - Constructor for class org.jboss.logmanager.handlers.QueueHandler
Construct a new instance.
queueLength - Variable in class org.jboss.logmanager.handlers.AsyncHandler
 

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.
readObject(ObjectInputStream) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap
Reconstitute the ConcurrentReferenceHashMap instance from a stream (i.e., deserialize it).
readObject(ObjectInputStream) - Method in class org.jboss.logmanager.FastCopyHashMap
 
ReadOnlyArrayList(Collection<? extends T>) - Constructor for class org.jboss.logmanager.LogManager.ReadOnlyArrayList
 
ReadOnlyHashMap(int) - Constructor for class org.jboss.logmanager.LogManager.ReadOnlyHashMap
 
ReadOnlyMapEntry(K, V) - Constructor for class org.jboss.logmanager.LogManager.ReadOnlyMapEntry
 
readResolve() - Method in class org.jboss.logmanager.SerializedLogger
Get the actual logger for this marker.
readValueUnderLock(ConcurrentReferenceHashMap.HashEntry<K, V>) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
Reads value field of an entry under lock.
reconnectThread - Variable in class org.jboss.logmanager.handlers.TcpOutputStream
 
recordQueue - Variable in class org.jboss.logmanager.handlers.AsyncHandler
 
RED_NAME - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
ReferenceType() - Constructor for enum org.jboss.logmanager.ConcurrentReferenceHashMap.ReferenceType
 
RefProducer - Class in org.jboss.logmanager.config
 
RefProducer(String, Map<String, ?>) - Constructor for class org.jboss.logmanager.config.RefProducer
 
refQueue - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
The collected weak-key reference queue for this segment.
refs - Variable in class org.jboss.logmanager.config.AbstractBasicConfiguration
 
refs - Variable in class org.jboss.logmanager.config.RefProducer
 
RegexFilter - Class in org.jboss.logmanager.filters
A regular-expression-based filter.
RegexFilter(String) - Constructor for class org.jboss.logmanager.filters.RegexFilter
Create a new instance.
RegexFilter(Pattern) - Constructor for class org.jboss.logmanager.filters.RegexFilter
Create a new instance.
REGISTER_LOG_CONTEXT_PERMISSION - Static variable in class org.jboss.logmanager.ClassLoaderLogContextSelector
 
REGISTER_LOG_CONTEXT_PERMISSION - Static variable in class org.jboss.logmanager.ContextClassLoaderLogContextSelector
 
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.
registerLogContext(ClassLoader, LogContext) - Method in class org.jboss.logmanager.ContextClassLoaderLogContextSelector
Register a class loader with a log context.
rehash() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
 
relativeTimeFormatStep(long, boolean, int, boolean, 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.
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.
relocate(int) - Method in class org.jboss.logmanager.FastCopyHashMap
 
remove() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.HashIterator
 
remove() - Method in class org.jboss.logmanager.FastCopyHashMap.FastCopyHashMapIterator
 
remove(int) - Method in class org.jboss.logmanager.LogManager.ReadOnlyArrayList
 
remove(Object) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.EntrySet
 
remove(Object) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.KeySet
 
remove(Object) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap
Removes the key (and its corresponding value) from this map.
remove(Object) - Method in class org.jboss.logmanager.CopyOnWriteMap
 
remove(Object) - Method in class org.jboss.logmanager.CopyOnWriteWeakMap
 
remove(Object) - Method in class org.jboss.logmanager.FastCopyHashMap.KeySet
 
remove(Object) - Method in class org.jboss.logmanager.FastCopyHashMap
 
remove(Object) - Method in class org.jboss.logmanager.LogManager.ReadOnlyArrayList
 
remove(Object) - Method in class org.jboss.logmanager.LogManager.ReadOnlyHashMap
 
remove(Object, int, Object, boolean) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
Remove; match on key only if value null, else match both.
remove(Object, Object) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap
remove(Object, Object) - Method in class org.jboss.logmanager.CopyOnWriteMap
 
remove(Object, Object) - Method in class org.jboss.logmanager.CopyOnWriteWeakMap
 
remove(String) - Static method in class org.jboss.logmanager.MDC
Remove a key.
remove(T, V, boolean) - Method in class org.jboss.logmanager.AtomicArray
Atomically replace the array with a new array which does not include the first occurrance of the given value, if the value is present in the array.
remove(T, V, Comparator<? super V>) - Method in class org.jboss.logmanager.AtomicArray
Remove a value to a sorted array.
removeAll(Collection<?>) - Method in class org.jboss.logmanager.LogManager.ReadOnlyArrayList
 
removeAll(T, V, boolean) - Method in class org.jboss.logmanager.AtomicArray
Atomically replace the array with a new array which does not include any occurrances of the given value, if the value is present in the array.
removed - Variable in class org.jboss.logmanager.config.AbstractBasicConfiguration
 
removeErrorManagerConfiguration(String) - Method in interface org.jboss.logmanager.config.LogContextConfiguration
 
removeErrorManagerConfiguration(String) - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
removeFilterConfiguration(String) - Method in interface org.jboss.logmanager.config.LogContextConfiguration
 
removeFilterConfiguration(String) - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
removeFormatterConfiguration(String) - Method in interface org.jboss.logmanager.config.LogContextConfiguration
 
removeFormatterConfiguration(String) - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
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
removeHandler(Handler) - Method in class org.jboss.logmanager.LoggerNode
 
removeHandlerConfiguration(String) - Method in interface org.jboss.logmanager.config.LogContextConfiguration
Remove a handler configuration.
removeHandlerConfiguration(String) - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
removeHandlerName(String) - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
removeHandlerName(String) - Method in interface org.jboss.logmanager.config.HandlerContainingConfigurable
Remove a handler name from this logger.
removeHandlerName(String) - Method in class org.jboss.logmanager.config.LoggerConfigurationImpl
 
removeLogApiClassLoader(ClassLoader) - Method in class org.jboss.logmanager.ClassLoaderLogContextSelector
Remove a class loader from the known log APIs set.
removeLoggerConfiguration(String) - Method in interface org.jboss.logmanager.config.LogContextConfiguration
 
removeLoggerConfiguration(String) - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
removeMdc(String) - Method in class org.jboss.logmanager.ExtLogRecord
Remove an MDC value on this record.
removeObject(String) - Static method in class org.jboss.logmanager.MDC
Remove a key.
removePojoConfiguration(String) - Method in interface org.jboss.logmanager.config.LogContextConfiguration
Removes the POJO configuration.
removePojoConfiguration(String) - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
removePostConfigurationActions() - Method in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
removePostConfigurationActions(String) - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
Removes the post configuration actions for the configuration identified by the name parameter.
removePostConfigurationMethod(String) - Method in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
removePostConfigurationMethod(String) - Method in interface org.jboss.logmanager.config.PropertyConfigurable
Removes the post configuration method.
removeProperty(String) - Method in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
removeProperty(String) - Method in interface org.jboss.logmanager.config.PropertyConfigurable
Remove a configured property.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.jboss.logmanager.LogManager
Do nothing.
removeRange(int, int) - Method in class org.jboss.logmanager.LogManager.ReadOnlyArrayList
 
removeStale() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
 
render(StringBuilder, ExtLogRecord) - Method in interface org.jboss.logmanager.formatters.FormatStep
Render a part of the log record.
render(StringBuilder, ExtLogRecord) - Method in class org.jboss.logmanager.formatters.Formatters.JustifyingFormatStep
 
renderRaw(StringBuilder, ExtLogRecord) - Method in class org.jboss.logmanager.formatters.Formatters.JustifyingFormatStep
 
renderRaw(StringBuilder, ExtLogRecord) - Method in class org.jboss.logmanager.formatters.Formatters.SegmentedFormatStep
 
replace(K, int, V) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
 
replace(K, int, V, V) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
 
replace(K, V) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap
replace(K, V) - Method in class org.jboss.logmanager.CopyOnWriteMap
 
replace(K, V) - Method in class org.jboss.logmanager.CopyOnWriteWeakMap
 
replace(K, V, V) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap
replace(K, V, V) - Method in class org.jboss.logmanager.CopyOnWriteMap
 
replace(K, V, V) - Method in class org.jboss.logmanager.CopyOnWriteWeakMap
 
replaceAll - Variable in class org.jboss.logmanager.filters.SubstituteFilter
 
replacement - Variable in class org.jboss.logmanager.filters.SubstituteFilter
 
replay() - Method in class org.jboss.logmanager.handlers.QueueHandler
Replay the stored queue to the nested handlers.
reserve(int, boolean) - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
 
reset() - Method in class org.jboss.logmanager.LogManager
Does nothing.
resize(int) - Method in class org.jboss.logmanager.FastCopyHashMap
 
resolve() - Method in class org.jboss.logmanager.WrappedExtLogRecord
 
resolve(String) - Method in interface org.jboss.logmanager.config.ValueExpression.Resolver
Resolves the value of an expression.
resolved - Variable in class org.jboss.logmanager.WrappedExtLogRecord
 
resolvedValue - Variable in class org.jboss.logmanager.config.ValueExpressionImpl
 
resolveFilter(String) - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
resolveFilter(String, boolean) - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
resourceKey - Variable in class org.jboss.logmanager.ExtLogRecord
 
resourceKeyFormatStep(boolean, int, boolean, 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.
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.
retainAll(Collection<?>) - Method in class org.jboss.logmanager.LogManager.ReadOnlyArrayList
 
RETRIES_BEFORE_LOCK - Static variable in class org.jboss.logmanager.ConcurrentReferenceHashMap
Number of unsynchronized retries in size and containsValue methods before resorting to locking.
RetryConnector() - Constructor for class org.jboss.logmanager.handlers.TcpOutputStream.RetryConnector
 
retryTimeout - Static variable in class org.jboss.logmanager.handlers.TcpOutputStream
 
reverseCodes - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
reverseLevels - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
RFC3164 - org.jboss.logmanager.handlers.SyslogHandler.SyslogType
Formats the message according the the RFC-3164 specification (http://tools.ietf.org/html/rfc3164#section-4.1
RFC5424 - org.jboss.logmanager.handlers.SyslogHandler.SyslogType
Formats the message according the the RFC-5424 specification (http://tools.ietf.org/html/rfc5424#section-6
rollback() - Method in class org.jboss.logmanager.config.AbstractPropertyConfiguration.ConstructAction
 
rollback() - Method in interface org.jboss.logmanager.config.ConfigAction
 
rollOver() - Method in class org.jboss.logmanager.handlers.PeriodicRotatingFileHandler
 
rootLogger - Variable in class org.jboss.logmanager.LogContext
 
rootLogger - Static variable in class org.jboss.logmanager.LogService
 
rotate(File) - Method in class org.jboss.logmanager.handlers.PeriodicSizeRotatingFileHandler
 
rotate(File) - Method in class org.jboss.logmanager.handlers.SizeRotatingFileHandler
 
rotateOnBoot - Variable in class org.jboss.logmanager.handlers.PeriodicSizeRotatingFileHandler
 
rotateOnBoot - Variable in class org.jboss.logmanager.handlers.SizeRotatingFileHandler
 
rotateSize - Variable in class org.jboss.logmanager.handlers.PeriodicSizeRotatingFileHandler
 
rotateSize - Variable in class org.jboss.logmanager.handlers.SizeRotatingFileHandler
 
run() - Method in class org.jboss.logmanager.handlers.AsyncHandler.AsyncTask
 
run() - Method in class org.jboss.logmanager.handlers.TcpOutputStream.RetryConnector
 

S

safeClose(Closeable) - Static method in class org.jboss.logmanager.handlers.SyslogHandler
 
safeClose(Closeable) - Static method in class org.jboss.logmanager.handlers.TcpOutputStream
 
safeClose(Closeable) - Method in class org.jboss.logmanager.handlers.WriterHandler
Safely close the resource, reporting an error if the close fails.
safeClose(Closeable) - Static method in class org.jboss.logmanager.PropertyConfigurator
 
safeClose(Handler) - Static method in class org.jboss.logmanager.LogService
 
safeFlush(Flushable) - Static method in class org.jboss.logmanager.handlers.SyslogHandler
 
safeFlush(Flushable) - Method in class org.jboss.logmanager.handlers.WriterHandler
 
safeFlush(Handler) - Static method in class org.jboss.logmanager.LogService
 
SECURITY - org.jboss.logmanager.handlers.SyslogHandler.Facility
 
SECURITY2 - org.jboss.logmanager.handlers.SyslogHandler.Facility
 
securityKey - Variable in class org.jboss.logmanager.ThreadLocalLogContextSelector
 
Segment(int, float, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType, boolean) - Constructor for class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
 
Segment(int, String) - Constructor for class org.jboss.logmanager.formatters.Formatters.Segment
 
SegmentedFormatStep(boolean, int, boolean, int, int) - Constructor for class org.jboss.logmanager.formatters.Formatters.SegmentedFormatStep
 
SegmentedFormatStep(boolean, int, boolean, int, String) - Constructor for class org.jboss.logmanager.formatters.Formatters.SegmentedFormatStep
 
segmentFor(int) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap
Returns the segment that should be used for key with given hash
segmentMask - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap
Mask value for indexing into segments.
segments - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap
The segments, each of which is a specialized hash table
segmentShift - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap
Shift value for indexing within segments.
selector - Variable in class org.jboss.logmanager.LogContextSelectorService
 
sendMessage(byte[], ByteStringBuilder, byte[]) - Method in class org.jboss.logmanager.handlers.SyslogHandler
Writes the message to the output stream.
separatorString - Static variable in class org.jboss.logmanager.formatters.Formatters
 
SerializedLogger - Class in org.jboss.logmanager
A marker class for loggers.
SerializedLogger(String) - Constructor for class org.jboss.logmanager.SerializedLogger
Construct an instance.
serialVersionUID - Static variable in class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
 
serialVersionUID - Static variable in class org.jboss.logmanager.ConcurrentReferenceHashMap
 
serialVersionUID - Static variable in class org.jboss.logmanager.ConcurrentReferenceHashMap.SimpleEntry
 
serialVersionUID - Static variable in class org.jboss.logmanager.ConcurrentReferenceHashMap.WriteThroughEntry
 
serialVersionUID - Static variable in class org.jboss.logmanager.ExtLogRecord
 
serialVersionUID - Static variable in class org.jboss.logmanager.FastCopyHashMap
Serialization ID
serialVersionUID - Static variable in class org.jboss.logmanager.Level
 
serialVersionUID - Static variable in class org.jboss.logmanager.Logger
 
serialVersionUID - Static variable in class org.jboss.logmanager.LogManager.ReadOnlyArrayList
 
serialVersionUID - Static variable in class org.jboss.logmanager.LogManager.ReadOnlyHashMap
 
serialVersionUID - Static variable in class org.jboss.logmanager.SerializedLogger
 
serialVersionUID - Static variable in class org.jboss.logmanager.WrappedExtLogRecord
 
serverAddress - Variable in class org.jboss.logmanager.handlers.SyslogHandler
 
set(int, T) - Method in class org.jboss.logmanager.LogManager.ReadOnlyArrayList
 
set(T, V[]) - Method in class org.jboss.logmanager.AtomicArray
Update the value of this array.
SET_CONTEXT_SELECTOR_PERMISSION - Static variable in class org.jboss.logmanager.LogContext
 
setAppend(boolean) - Method in class org.jboss.logmanager.handlers.FileHandler
Specify whether to append to the target file.
setAppName(String) - Method in class org.jboss.logmanager.handlers.SyslogHandler
Sets app name used when formatting the message in RFC5424 format.
setAutoFlush(boolean) - Method in class org.jboss.logmanager.ExtHandler
Change the autoflush setting for this handler.
setBlockOnReconnect(boolean) - Method in class org.jboss.logmanager.handlers.SyslogHandler
Enables or disables blocking when attempting to reconnect a TCP or SSL TCP protocol.
setBlockOnReconnect(boolean) - Method in class org.jboss.logmanager.handlers.TcpOutputStream
Enables or disables blocking when attempting to reconnect the socket.
setColors(String) - Method in class org.jboss.logmanager.formatters.PatternFormatter
Set the color map to use for log levels when %K{level} is used.
setEffectiveLevel(int) - Method in class org.jboss.logmanager.LoggerNode
Update the effective level if it is inherited from a parent.
setEnabled(boolean) - Method in class org.jboss.logmanager.ExtHandler
Enables or disables the handler based on the value passed in.
setEncoding(String) - Method in interface org.jboss.logmanager.config.HandlerConfiguration
 
setEncoding(String) - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
setEncoding(String) - Method in class org.jboss.logmanager.ExtHandler
 
setEncoding(String) - Method in class org.jboss.logmanager.handlers.OutputStreamHandler
Set the target encoding.
setEncoding(String, String) - Method in interface org.jboss.logmanager.config.HandlerConfiguration
Sets the expression value for the encoding.
setEncoding(String, String) - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
setEncoding(ValueExpression<String>) - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
setErrorManager(ErrorManager) - Method in class org.jboss.logmanager.ExtHandler
 
setErrorManagerName(String) - Method in interface org.jboss.logmanager.config.HandlerConfiguration
 
setErrorManagerName(String) - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
setErrorManagerName(String, String) - Method in interface org.jboss.logmanager.config.HandlerConfiguration
Sets the expression value for the error manager name.
setErrorManagerName(String, String) - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
setErrorManagerName(ValueExpression<String>) - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
setEscapeEnabled(boolean) - Method in class org.jboss.logmanager.handlers.SyslogHandler
Deprecated.
escaping message values is not required per RFC5424 and is no longer supported in this handler
setFacility(SyslogHandler.Facility) - Method in class org.jboss.logmanager.handlers.SyslogHandler
Sets the facility used when calculating the priority of the message.
setFile(File) - Method in class org.jboss.logmanager.handlers.FileHandler
Set the output file.
setFile(File) - Method in class org.jboss.logmanager.handlers.PeriodicRotatingFileHandler
 
setFile(File) - Method in class org.jboss.logmanager.handlers.PeriodicSizeRotatingFileHandler
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(String) - Method in interface org.jboss.logmanager.config.HandlerConfiguration
 
setFilter(String) - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
setFilter(String) - Method in interface org.jboss.logmanager.config.LoggerConfiguration
Set the name of the filter to use, or null to leave unconfigured.
setFilter(String) - Method in class org.jboss.logmanager.config.LoggerConfigurationImpl
 
setFilter(String, String) - Method in interface org.jboss.logmanager.config.HandlerConfiguration
Sets the expression value and for the filter.
setFilter(String, String) - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
setFilter(String, String) - Method in interface org.jboss.logmanager.config.LoggerConfiguration
Sets the expression value and for the filter.
setFilter(String, String) - Method in class org.jboss.logmanager.config.LoggerConfigurationImpl
 
setFilter(Filter) - Method in class org.jboss.logmanager.ExtHandler
 
setFilter(Filter) - Method in class org.jboss.logmanager.Logger
setFilter(Filter) - Method in class org.jboss.logmanager.LoggerNode
 
setFilter(ValueExpression<String>) - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
setFilter(ValueExpression<String>) - Method in class org.jboss.logmanager.config.LoggerConfigurationImpl
 
setFormatter(Formatter) - Method in class org.jboss.logmanager.ExtHandler
 
setFormatterName(String) - Method in interface org.jboss.logmanager.config.HandlerConfiguration
Set the name of the configured formatter for this handler.
setFormatterName(String) - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
setFormatterName(String, String) - Method in interface org.jboss.logmanager.config.HandlerConfiguration
Sets the expression value for the formatter name.
setFormatterName(String, String) - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
setFormatterName(ValueExpression<String>) - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
setHandlerNames(String...) - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
setHandlerNames(String...) - Method in interface org.jboss.logmanager.config.HandlerContainingConfigurable
Set the names of the configured handlers.
setHandlerNames(String...) - Method in class org.jboss.logmanager.config.LoggerConfigurationImpl
 
setHandlerNames(Collection<String>) - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
setHandlerNames(Collection<String>) - Method in interface org.jboss.logmanager.config.HandlerContainingConfigurable
Set the names of the configured handlers.
setHandlerNames(Collection<String>) - Method in class org.jboss.logmanager.config.LoggerConfigurationImpl
 
setHandlers(Handler[]) - Method in class org.jboss.logmanager.ExtHandler
A convenience method to atomically get and replace the sub-handler array.
setHandlers(Handler[]) - Method in class org.jboss.logmanager.Logger
A convenience method to atomically replace the handler list for this logger.
setHandlers(Handler[]) - Method in class org.jboss.logmanager.LoggerNode
 
setHostname(String) - Method in class org.jboss.logmanager.handlers.SyslogHandler
Sets the host name which is used when sending the message to the syslog.
setLength(int) - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
 
setLevel(String) - Method in interface org.jboss.logmanager.config.HandlerConfiguration
Sets the level on the handler.
setLevel(String) - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
setLevel(String) - Method in interface org.jboss.logmanager.config.LoggerConfiguration
Sets the level on the logger.
setLevel(String) - Method in class org.jboss.logmanager.config.LoggerConfigurationImpl
 
setLevel(String, String) - Method in interface org.jboss.logmanager.config.HandlerConfiguration
Sets the expression value for the level.
setLevel(String, String) - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
setLevel(String, String) - Method in interface org.jboss.logmanager.config.LoggerConfiguration
Sets the expression value for the level.
setLevel(String, String) - Method in class org.jboss.logmanager.config.LoggerConfigurationImpl
 
setLevel(Level) - Method in class org.jboss.logmanager.ExtHandler
 
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).
setLevel(Level) - Method in class org.jboss.logmanager.LoggerNode
 
setLevel(Level) - Method in class org.jboss.logmanager.WrappedExtLogRecord
 
setLevelName(String) - Method in class org.jboss.logmanager.Logger
Set the log level by name.
setLevelValueExpression(ValueExpression<String>) - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
 
setLevelValueExpression(ValueExpression<String>) - Method in class org.jboss.logmanager.config.LoggerConfigurationImpl
 
setLimit(int) - Method in class org.jboss.logmanager.handlers.QueueHandler
Set the queue length limit.
setLogContextSelector(LogContextSelector) - Static method in class org.jboss.logmanager.LogContext
Set a new log context selector.
setLoggerLevel(String, String) - Method in class org.jboss.logmanager.LoggingMXBeanImpl
 
setLoggerName(String) - Method in class org.jboss.logmanager.WrappedExtLogRecord
 
setMaxBackupIndex(int) - Method in class org.jboss.logmanager.handlers.PeriodicSizeRotatingFileHandler
Set the maximum backup index (the number of log files to keep around).
setMaxBackupIndex(int) - Method in class org.jboss.logmanager.handlers.SizeRotatingFileHandler
Set the maximum backup index (the number of log files to keep around).
setMaxLength(int) - Method in class org.jboss.logmanager.handlers.SyslogHandler
Sets the maximum length, in bytes, of the message allowed to tbe sent.
setMdc(Map<?, ?>) - Method in class org.jboss.logmanager.ExtLogRecord
Create a new MDC using a copy of the source map.
setMessage(String) - Method in class org.jboss.logmanager.ExtLogRecord
Set the raw message.
setMessage(String) - Method in class org.jboss.logmanager.WrappedExtLogRecord
 
setMessage(String, ExtLogRecord.FormatStyle) - Method in class org.jboss.logmanager.ExtLogRecord
Set the raw message.
setMessageDelimiter(String) - Method in class org.jboss.logmanager.handlers.SyslogHandler
Sets the message delimiter to be used if use message delimiter is set to true.
setMillis(long) - Method in class org.jboss.logmanager.WrappedExtLogRecord
 
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.PeriodicSizeRotatingFileHandler
 
setOutputStream(OutputStream) - Method in class org.jboss.logmanager.handlers.SizeRotatingFileHandler
Set the output stream to write to.
setOutputStream(OutputStream) - Method in class org.jboss.logmanager.handlers.SyslogHandler
Sets the output stream for the syslog handler to write to.
setOutputStream(OutputStream, boolean) - Method in class org.jboss.logmanager.handlers.SyslogHandler
 
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.
setParameters(Object[]) - Method in class org.jboss.logmanager.WrappedExtLogRecord
 
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.
setPort(int) - Method in class org.jboss.logmanager.handlers.SyslogHandler
Sets the port the syslogd server is listening on.
setPostConfigurationMethods(String...) - Method in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
setPostConfigurationMethods(String...) - Method in interface org.jboss.logmanager.config.PropertyConfigurable
Sets the method names to be invoked after the properties have been set.
setPostConfigurationMethods(List<String>) - Method in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
setPostConfigurationMethods(List<String>) - Method in interface org.jboss.logmanager.config.PropertyConfigurable
Sets the method names to be invoked after the properties have been set.
setPropertyValueExpression(String, String) - Method in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
setPropertyValueExpression(String, String) - Method in interface org.jboss.logmanager.config.PropertyConfigurable
Sets the expression value for the property.
setPropertyValueExpression(String, String, String) - Method in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
setPropertyValueExpression(String, String, String) - Method in interface org.jboss.logmanager.config.PropertyConfigurable
Sets the expression value for the property.
setPropertyValueExpression(String, ValueExpression<String>) - Method in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
setPropertyValueString(String, String) - Method in class org.jboss.logmanager.config.AbstractPropertyConfiguration
 
setPropertyValueString(String, String) - Method in interface org.jboss.logmanager.config.PropertyConfigurable
Set a property value from a string.
setProtocol(SyslogHandler.Protocol) - Method in class org.jboss.logmanager.handlers.SyslogHandler
Sets the protocol used to connect to the syslog server
setRemoved() - Method in class org.jboss.logmanager.config.AbstractBasicConfiguration
 
setResourceBundle(ResourceBundle) - Method in class org.jboss.logmanager.ExtLogRecord
Set the localization resource bundle.
setResourceBundle(ResourceBundle) - Method in class org.jboss.logmanager.WrappedExtLogRecord
 
setResourceBundleName(String) - Method in class org.jboss.logmanager.ExtLogRecord
Set the localization resource bundle name.
setResourceBundleName(String) - Method in class org.jboss.logmanager.WrappedExtLogRecord
 
setRotateOnBoot(boolean) - Method in class org.jboss.logmanager.handlers.PeriodicSizeRotatingFileHandler
Set to a value of true if the file should be rotated before the a new file is set.
setRotateOnBoot(boolean) - Method in class org.jboss.logmanager.handlers.SizeRotatingFileHandler
Set to a value of true if the file should be rotated before the a new file is set.
setRotateSize(long) - Method in class org.jboss.logmanager.handlers.PeriodicSizeRotatingFileHandler
Set the rotation size, in bytes.
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.
setSequenceNumber(long) - Method in class org.jboss.logmanager.WrappedExtLogRecord
 
setServerAddress(InetAddress) - Method in class org.jboss.logmanager.handlers.SyslogHandler
Sets the server address the messages should be sent to.
setServerHostname(String) - Method in class org.jboss.logmanager.handlers.SyslogHandler
Sets the server address the messages should be sent to.
setSourceClassName(String) - Method in class org.jboss.logmanager.ExtLogRecord
setSourceClassName(String) - Method in class org.jboss.logmanager.WrappedExtLogRecord
 
setSourceFileName(String) - Method in class org.jboss.logmanager.ExtLogRecord
Set the source file name for this log record.
setSourceFileName(String) - Method in class org.jboss.logmanager.WrappedExtLogRecord
 
setSourceLineNumber(int) - Method in class org.jboss.logmanager.ExtLogRecord
Set the source line number for this log record.
setSourceLineNumber(int) - Method in class org.jboss.logmanager.WrappedExtLogRecord
 
setSourceMethodName(String) - Method in class org.jboss.logmanager.ExtLogRecord
setSourceMethodName(String) - Method in class org.jboss.logmanager.WrappedExtLogRecord
 
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.
setSuffix(String) - Method in class org.jboss.logmanager.handlers.SizeRotatingFileHandler
Sets the suffix to be appended to the file name during the file rotation.
setSyslogType(SyslogHandler.SyslogType) - Method in class org.jboss.logmanager.handlers.SyslogHandler
Set the syslog type this handler should use to format the message sent.
setTable(ConcurrentReferenceHashMap.HashEntry<K, V>[]) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
Sets table to new HashEntry array.
setTarget(ConsoleHandler.Target) - Method in class org.jboss.logmanager.handlers.ConsoleHandler
Set the target for this console handler.
setThreadID(int) - Method in class org.jboss.logmanager.WrappedExtLogRecord
 
setThreadLocalLogLevel(Filter) - Static method in class org.jboss.logmanager.LogManager
Sets the filter on the thread for all loggers.
setThreadName(String) - Method in class org.jboss.logmanager.ExtLogRecord
Set the thread name of this logging event.
setThrown(Throwable) - Method in class org.jboss.logmanager.WrappedExtLogRecord
 
setTimeZone(TimeZone) - Method in class org.jboss.logmanager.handlers.PeriodicRotatingFileHandler
Set the configured time zone for this handler.
setTruncate(boolean) - Method in class org.jboss.logmanager.handlers.SyslogHandler
Set to true if the message should be truncated if the total length the maximum length.
setUnknownCaller() - Method in class org.jboss.logmanager.ExtLogRecord
 
setUseCountingFraming(boolean) - Method in class org.jboss.logmanager.handlers.SyslogHandler
Set to true if the message being sent should be prefixed with the size of the message.
setUseMessageDelimiter(boolean) - Method in class org.jboss.logmanager.handlers.SyslogHandler
Whether to append the message with a delimiter or not.
setUseParentFilters(boolean) - Method in class org.jboss.logmanager.Logger
Specify whether or not filters should be inherited from parent loggers.
setUseParentFilters(boolean) - Method in class org.jboss.logmanager.LoggerNode
 
setUseParentHandlers(boolean) - Method in class org.jboss.logmanager.Logger
setUseParentHandlers(boolean) - Method in class org.jboss.logmanager.LoggerNode
 
setUseParentHandlers(Boolean) - Method in interface org.jboss.logmanager.config.LoggerConfiguration
Set whether to use parent handlers.
setUseParentHandlers(Boolean) - Method in class org.jboss.logmanager.config.LoggerConfigurationImpl
 
setUseParentHandlers(String) - Method in interface org.jboss.logmanager.config.LoggerConfiguration
Set whether to use parent handlers.
setUseParentHandlers(String) - Method in class org.jboss.logmanager.config.LoggerConfigurationImpl
 
setUseParentHandlers(String, Boolean) - Method in interface org.jboss.logmanager.config.LoggerConfiguration
Set whether to use parent handlers.
setUseParentHandlers(String, Boolean) - Method in class org.jboss.logmanager.config.LoggerConfigurationImpl
 
setUseParentHandlers(ValueExpression<Boolean>) - Method in class org.jboss.logmanager.config.LoggerConfigurationImpl
 
setValue(V) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.SimpleEntry
 
setValue(V) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.WriteThroughEntry
Set our entry's value and write through to the map.
setValue(V) - Method in class org.jboss.logmanager.FastCopyHashMap.EntryIterator.WriteThroughEntry
 
setValue(V) - Method in class org.jboss.logmanager.FastCopyHashMap.SimpleEntry
 
setValue(V) - Method in class org.jboss.logmanager.LogManager.ReadOnlyMapEntry
 
setValue(V, ConcurrentReferenceHashMap.ReferenceType, ReferenceQueue<Object>) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.HashEntry
 
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
SEVERE_INT - Static variable in class org.jboss.logmanager.Logger
 
SEVERE_NAME - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
SEVERE_NUM - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
Severity(int, String) - Constructor for enum org.jboss.logmanager.handlers.SyslogHandler.Severity
 
SimpleEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class org.jboss.logmanager.ConcurrentReferenceHashMap.SimpleEntry
 
SimpleEntry(Map.Entry<K, V>) - Constructor for class org.jboss.logmanager.FastCopyHashMap.SimpleEntry
 
SimpleEntry(K, V) - Constructor for class org.jboss.logmanager.ConcurrentReferenceHashMap.SimpleEntry
 
SimpleEntry(K, V) - Constructor for class org.jboss.logmanager.FastCopyHashMap.SimpleEntry
 
simpleMessageFormatStep(boolean, int, boolean, 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.
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.
SimpleObjectProducer - Class in org.jboss.logmanager.config
 
SimpleObjectProducer(Object) - Constructor for class org.jboss.logmanager.config.SimpleObjectProducer
 
size - Variable in class org.jboss.logmanager.FastCopyHashMap
The current number of key-value pairs
size() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.EntrySet
 
size() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.KeySet
 
size() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap
Returns the number of key-value mappings in this map.
size() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.Values
 
size() - Method in class org.jboss.logmanager.CopyOnWriteMap
 
size() - Method in class org.jboss.logmanager.CopyOnWriteWeakMap
 
size() - Method in class org.jboss.logmanager.FastCopyHashMap.EntrySet
 
size() - Method in class org.jboss.logmanager.FastCopyHashMap.KeySet
 
size() - Method in class org.jboss.logmanager.FastCopyHashMap
 
size() - Method in class org.jboss.logmanager.FastCopyHashMap.Values
 
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(long, int) - 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(File, boolean, long, int) - Constructor for class org.jboss.logmanager.handlers.SizeRotatingFileHandler
Construct a new instance with the given output file and append setting.
SizeRotatingFileHandler(File, long, int) - Constructor for class org.jboss.logmanager.handlers.SizeRotatingFileHandler
Construct a new instance with the given output file.
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.
socket - Variable in class org.jboss.logmanager.handlers.TcpOutputStream
 
socket - Variable in class org.jboss.logmanager.handlers.UdpOutputStream
 
socketFactory - Variable in class org.jboss.logmanager.handlers.TcpOutputStream
 
SOFT - org.jboss.logmanager.ConcurrentReferenceHashMap.ReferenceType
Indicates a SoftReference should be used
SoftKeyReference(K, int, ReferenceQueue<Object>) - Constructor for class org.jboss.logmanager.ConcurrentReferenceHashMap.SoftKeyReference
 
SoftValueReference(V, Object, int, ReferenceQueue<Object>) - Constructor for class org.jboss.logmanager.ConcurrentReferenceHashMap.SoftValueReference
 
sort(T, Comparator<? super V>) - Method in class org.jboss.logmanager.AtomicArray
Sort an array.
sourceFileName - Variable in class org.jboss.logmanager.ExtLogRecord
 
sourceLineNumber - Variable in class org.jboss.logmanager.ExtLogRecord
 
sp - Variable in class org.jboss.logmanager.NDC.Stack
 
SSL_TCP - org.jboss.logmanager.handlers.SyslogHandler.Protocol
Transport Layer Security over TCP
SslTcpOutputStream - Class in org.jboss.logmanager.handlers
An output stream that writes data to a socket.
SslTcpOutputStream(InetAddress, int) - Constructor for class org.jboss.logmanager.handlers.SslTcpOutputStream
Creates a SSL TCP output stream.
SslTcpOutputStream(InetAddress, int, boolean) - Constructor for class org.jboss.logmanager.handlers.SslTcpOutputStream
Creates a SSL TCP output stream.
Stack() - Constructor for class org.jboss.logmanager.NDC.Stack
 
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.
state - Variable in class org.jboss.logmanager.handlers.AsyncHandler
 
stateUpdater - Static variable in class org.jboss.logmanager.handlers.AsyncHandler
 
steps - Variable in class org.jboss.logmanager.formatters.MultistepFormatter
 
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.
STRING_RESOLVER - Static variable in interface org.jboss.logmanager.config.ValueExpression
 
StringBuilderWriter - Class in org.jboss.logmanager.formatters
 
StringBuilderWriter(StringBuilder) - Constructor for class org.jboss.logmanager.formatters.StringBuilderWriter
 
strong - Variable in class org.jboss.logmanager.LogContext
 
STRONG - org.jboss.logmanager.ConcurrentReferenceHashMap.ReferenceType
Indicates a normal Java strong reference should be used
StrongLevelRef(Level) - Constructor for class org.jboss.logmanager.LogContext.StrongLevelRef
 
SubstituteFilter - Class in org.jboss.logmanager.filters
A filter which applies a text substitution on the message if the nested filter matches.
SubstituteFilter(String, String, boolean) - Constructor for class org.jboss.logmanager.filters.SubstituteFilter
Construct a new instance.
SubstituteFilter(Pattern, String, boolean) - Constructor for class org.jboss.logmanager.filters.SubstituteFilter
Construct a new instance.
suffix - Variable in class org.jboss.logmanager.handlers.SizeRotatingFileHandler
 
SUPPORTS_COLOR - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
SYSLOGD - org.jboss.logmanager.handlers.SyslogHandler.Facility
 
SyslogHandler - Class in org.jboss.logmanager.handlers
A syslog handler for logging to syslogd.
SyslogHandler() - Constructor for class org.jboss.logmanager.handlers.SyslogHandler
The default class constructor.
SyslogHandler(String, int) - Constructor for class org.jboss.logmanager.handlers.SyslogHandler
Creates a new syslog handler that sends the messages to the server represented by the serverHostname parameter on the port represented by the port parameter.
SyslogHandler(String, int, SyslogHandler.Facility, String) - Constructor for class org.jboss.logmanager.handlers.SyslogHandler
Creates a new syslog handler that sends the messages to the server represented by the serverAddress parameter on the port represented by the port parameter.
SyslogHandler(String, int, SyslogHandler.Facility, SyslogHandler.SyslogType, String) - Constructor for class org.jboss.logmanager.handlers.SyslogHandler
Creates a new syslog handler that sends the messages to the server represented by the serverAddress parameter on the port represented by the port parameter.
SyslogHandler(String, int, SyslogHandler.Facility, SyslogHandler.SyslogType, SyslogHandler.Protocol, String) - Constructor for class org.jboss.logmanager.handlers.SyslogHandler
Creates a new syslog handler that sends the messages to the server represented by the serverAddress parameter on the port represented by the port parameter.
SyslogHandler(InetAddress, int) - Constructor for class org.jboss.logmanager.handlers.SyslogHandler
Creates a new syslog handler that sends the messages to the server represented by the serverAddress parameter on the port represented by the port parameter.
SyslogHandler(InetAddress, int, SyslogHandler.Facility, String) - Constructor for class org.jboss.logmanager.handlers.SyslogHandler
Creates a new syslog handler that sends the messages to the server represented by the serverAddress parameter on the port represented by the port parameter.
SyslogHandler(InetAddress, int, SyslogHandler.Facility, SyslogHandler.SyslogType, String) - Constructor for class org.jboss.logmanager.handlers.SyslogHandler
Creates a new syslog handler that sends the messages to the server represented by the serverAddress parameter on the port represented by the port parameter.
SyslogHandler(InetAddress, int, SyslogHandler.Facility, SyslogHandler.SyslogType, SyslogHandler.Protocol, String) - Constructor for class org.jboss.logmanager.handlers.SyslogHandler
Creates a new syslog handler that sends the messages to the server represented by the serverAddress parameter on the port represented by the port parameter.
SyslogHandler.Facility - Enum in org.jboss.logmanager.handlers
Facility as defined by RFC-5424 (http://tools.ietf.org/html/rfc5424) and RFC-3164 (http://tools.ietf.org/html/rfc3164).
SyslogHandler.Protocol - Enum in org.jboss.logmanager.handlers
The type of socket the syslog should write to
SyslogHandler.Severity - Enum in org.jboss.logmanager.handlers
Severity as defined by RFC-5424 (http://tools.ietf.org/html/rfc5424) and RFC-3164 (http://tools.ietf.org/html/rfc3164).
SyslogHandler.SyslogType - Enum in org.jboss.logmanager.handlers
The syslog type used for formatting the message.
syslogType - Variable in class org.jboss.logmanager.handlers.SyslogHandler
 
SyslogType() - Constructor for enum org.jboss.logmanager.handlers.SyslogHandler.SyslogType
 
SYSTEM_CONTEXT - Static variable in class org.jboss.logmanager.LogContext
 
SYSTEM_DAEMONS - org.jboss.logmanager.handlers.SyslogHandler.Facility
 
SYSTEM_ERR - org.jboss.logmanager.handlers.ConsoleHandler.Target
The target for System.err.
SYSTEM_OUT - org.jboss.logmanager.handlers.ConsoleHandler.Target
The target for System.out.
systemPropertyFormatStep(String, boolean, int, boolean, int) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which emits a system property value associated with the given key.

T

table - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
The per-segment table.
table - Variable in class org.jboss.logmanager.FastCopyHashMap.FastCopyHashMapIterator
 
table - Variable in class org.jboss.logmanager.FastCopyHashMap
The open-addressed table
target - Variable in class org.jboss.logmanager.filters.InvertFilter
 
Target() - Constructor for enum org.jboss.logmanager.handlers.ConsoleHandler.Target
 
TCP - org.jboss.logmanager.handlers.SyslogHandler.Protocol
Transmission Control Protocol
TcpOutputStream - Class in org.jboss.logmanager.handlers
An output stream that writes data to a socket.
TcpOutputStream(InetAddress, int) - Constructor for class org.jboss.logmanager.handlers.TcpOutputStream
Creates a TCP output stream.
TcpOutputStream(InetAddress, int, boolean) - Constructor for class org.jboss.logmanager.handlers.TcpOutputStream
Creates a TCP output stream.
TcpOutputStream(Socket) - Constructor for class org.jboss.logmanager.handlers.TcpOutputStream
TcpOutputStream(SocketFactory, InetAddress, int) - Constructor for class org.jboss.logmanager.handlers.TcpOutputStream
Creates a new TCP output stream.
TcpOutputStream(SocketFactory, InetAddress, int, boolean) - Constructor for class org.jboss.logmanager.handlers.TcpOutputStream
Creates a new TCP output stream.
TcpOutputStream.RetryConnector - Class in org.jboss.logmanager.handlers
 
text - Variable in class org.jboss.logmanager.formatters.Formatters.Segment
 
textFormatStep(String) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which simply emits the given string.
thread - Variable in class org.jboss.logmanager.handlers.AsyncHandler
 
THREAD_ID - Static variable in class org.jboss.logmanager.formatters.Formatters
 
threadFormatStep(String, boolean, int, boolean, int) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which emits the id if id is passed as the argument, otherwise the the thread name is used.
threadIdFormatStep(boolean, int, boolean, int) - Static method in class org.jboss.logmanager.formatters.Formatters
Create a format step which emits the id of the thread which originated the log record.
ThreadLocalLogContextSelector - Class in org.jboss.logmanager
A log context selector which stores the chosen log context in a thread-local.
ThreadLocalLogContextSelector(Object, LogContextSelector) - Constructor for class org.jboss.logmanager.ThreadLocalLogContextSelector
Construct a new instance.
ThreadLocalLogContextSelector(LogContextSelector) - Constructor for class org.jboss.logmanager.ThreadLocalLogContextSelector
Construct a new instance.
threadName - Variable in class org.jboss.logmanager.ExtLogRecord
 
threadNameFormatStep(boolean, int, boolean, 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.
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.
threshold - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
The table is rehashed when its size exceeds this threshold.
threshold - Variable in class org.jboss.logmanager.FastCopyHashMap
The next resize
throwing(String, String, Throwable) - Method in class org.jboss.logmanager.Logger
timeZone - Variable in class org.jboss.logmanager.handlers.PeriodicRotatingFileHandler
 
toArray() - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
 
toCsvString(List<String>) - Static method in class org.jboss.logmanager.PropertyConfigurator
Parses the list and creates a comma delimited string of the names.
toIntMap() - Method in class org.jboss.logmanager.LogManager.KnownLevelBuilder
 
tokens(String) - Static method in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
toNameMap() - Method in class org.jboss.logmanager.LogManager.KnownLevelBuilder
 
top() - Method in class org.jboss.logmanager.NDC.Stack
 
toString() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.SimpleEntry
 
toString() - Method in interface org.jboss.logmanager.config.ValueExpression
 
toString() - Method in class org.jboss.logmanager.config.ValueExpressionImpl
 
toString() - Method in class org.jboss.logmanager.FastCopyHashMap.SimpleEntry
 
toString() - Method in class org.jboss.logmanager.formatters.ColorMap
 
toString() - Method in enum org.jboss.logmanager.handlers.SyslogHandler.Facility
 
toString() - Method in enum org.jboss.logmanager.handlers.SyslogHandler.Severity
 
toString() - Method in class org.jboss.logmanager.handlers.UninterruptibleOutputStream
Get the string representation of this stream.
toString() - Method in class org.jboss.logmanager.Logger
 
toString() - Method in class org.jboss.logmanager.NDC.Stack
 
TRACE - Static variable in class org.jboss.logmanager.Level
 
TRACE_NAME - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
TRACE_NUM - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
transactionState - Variable in class org.jboss.logmanager.config.LogContextConfigurationImpl
 
treeLock - Variable in class org.jboss.logmanager.LogContext
This lock is taken any time a change is made which affects multiple nodes in the hierarchy.
trimTo(int) - Method in class org.jboss.logmanager.NDC.Stack
 
trimTo(int) - Static method in class org.jboss.logmanager.NDC
Trim the thread NDC stack down to no larger than the given size.
truncate - Variable in class org.jboss.logmanager.handlers.SyslogHandler
 
truncateBeginning - Variable in class org.jboss.logmanager.formatters.Formatters.JustifyingFormatStep
 
tryGetProperty(String, String) - Static method in class org.jboss.logmanager.LogManager
 

U

UDP - org.jboss.logmanager.handlers.SyslogHandler.Protocol
User Datagram Protocol
UdpOutputStream - Class in org.jboss.logmanager.handlers
An output stream that writes data to a DatagramSocket.
UdpOutputStream(InetAddress, int) - Constructor for class org.jboss.logmanager.handlers.UdpOutputStream
 
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.
unmaskNull(K) - Static method in class org.jboss.logmanager.FastCopyHashMap
 
unprotect(Object) - Method in class org.jboss.logmanager.ExtHandler
 
unprotect(Object) - Method in class org.jboss.logmanager.LogContext
 
unprotect(Object) - Method in interface org.jboss.logmanager.Protectable
Allows the object to be modified if the protectionKey matches the key used to protect the object.
UNREGISTER_LOG_CONTEXT_PERMISSION - Static variable in class org.jboss.logmanager.ClassLoaderLogContextSelector
 
UNREGISTER_LOG_CONTEXT_PERMISSION - Static variable in class org.jboss.logmanager.ContextClassLoaderLogContextSelector
 
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.
unregisterLogContext(ClassLoader, LogContext) - Method in class org.jboss.logmanager.ContextClassLoaderLogContextSelector
Unregister a class loader/log context association.
unroll(Iterator<Filter>, int) - Static method in class org.jboss.logmanager.filters.AllFilter
 
unroll(Iterator<Filter>, int) - Static method in class org.jboss.logmanager.filters.AnyFilter
 
updater - Variable in class org.jboss.logmanager.AtomicArray
 
updateWriter(OutputStream, String) - Method in class org.jboss.logmanager.handlers.OutputStreamHandler
 
useCountingFraming - Variable in class org.jboss.logmanager.handlers.SyslogHandler
 
useDelimiter - Variable in class org.jboss.logmanager.handlers.SyslogHandler
 
useParentFilter - Variable in class org.jboss.logmanager.LoggerNode
Flag to specify whether parent filters are used.
useParentHandlers - Variable in class org.jboss.logmanager.config.LoggerConfigurationImpl
 
useParentHandlers - Variable in class org.jboss.logmanager.LoggerNode
Flag to specify whether parent handlers are used.
USER_LEVEL - org.jboss.logmanager.handlers.SyslogHandler.Facility
 
UUCP - org.jboss.logmanager.handlers.SyslogHandler.Facility
 

V

validate() - Method in class org.jboss.logmanager.config.AbstractPropertyConfiguration.ConstructAction
 
validate() - Method in interface org.jboss.logmanager.config.ConfigAction
 
value - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap.SimpleEntry
 
value - Variable in class org.jboss.logmanager.config.SimpleObjectProducer
 
value - Variable in class org.jboss.logmanager.FastCopyHashMap.Entry
 
value - Variable in class org.jboss.logmanager.FastCopyHashMap.SimpleEntry
 
value - Variable in class org.jboss.logmanager.LogManager.ReadOnlyMapEntry
 
value() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.HashEntry
 
ValueExpression<T> - Interface in org.jboss.logmanager.config
Represents a possible value expression.
ValueExpression.Resolver<T> - Interface in org.jboss.logmanager.config
Resolves the value expression from an expression.
ValueExpressionImpl<T> - Class in org.jboss.logmanager.config
 
ValueExpressionImpl(String, T) - Constructor for class org.jboss.logmanager.config.ValueExpressionImpl
 
ValueIterator() - Constructor for class org.jboss.logmanager.ConcurrentReferenceHashMap.ValueIterator
 
ValueIterator() - Constructor for class org.jboss.logmanager.FastCopyHashMap.ValueIterator
 
valueOf(String) - Static method in enum org.jboss.logmanager.ConcurrentReferenceHashMap.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.logmanager.ConcurrentReferenceHashMap.ReferenceType
Returns the enum constant of this type with the specified name.
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.
valueOf(String) - Static method in enum org.jboss.logmanager.handlers.SyslogHandler.Facility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.logmanager.handlers.SyslogHandler.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.logmanager.handlers.SyslogHandler.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.logmanager.handlers.SyslogHandler.SyslogType
Returns the enum constant of this type with the specified name.
valueRef - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap.HashEntry
 
values - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap
 
values - Variable in class org.jboss.logmanager.FastCopyHashMap
 
values() - Static method in enum org.jboss.logmanager.ConcurrentReferenceHashMap.Option
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.logmanager.ConcurrentReferenceHashMap.ReferenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap
Returns a Collection view of the values contained in this map.
values() - Method in class org.jboss.logmanager.CopyOnWriteMap
 
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() - Method in class org.jboss.logmanager.FastCopyHashMap
 
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.
values() - Static method in enum org.jboss.logmanager.handlers.SyslogHandler.Facility
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.SyslogHandler.Protocol
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.SyslogHandler.Severity
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.SyslogHandler.SyslogType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.jboss.logmanager.LogManager.ReadOnlyHashMap
 
Values() - Constructor for class org.jboss.logmanager.ConcurrentReferenceHashMap.Values
 
Values() - Constructor for class org.jboss.logmanager.FastCopyHashMap.Values
 
valueType - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
 

W

WARN - Static variable in class org.jboss.logmanager.Level
 
WARN_NAME - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
WARN_NUM - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
warning(String) - Method in class org.jboss.logmanager.Logger
WARNING - org.jboss.logmanager.handlers.SyslogHandler.Severity
 
WARNING_INT - Static variable in class org.jboss.logmanager.Logger
 
WARNING_NAME - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
WEAK - org.jboss.logmanager.ConcurrentReferenceHashMap.ReferenceType
Indicates a WeakReference should be used
WeakKeyReference(K, int, ReferenceQueue<Object>) - Constructor for class org.jboss.logmanager.ConcurrentReferenceHashMap.WeakKeyReference
 
WeakLevelRef(Level) - Constructor for class org.jboss.logmanager.LogContext.WeakLevelRef
 
WeakValueReference(V, Object, int, ReferenceQueue<Object>) - Constructor for class org.jboss.logmanager.ConcurrentReferenceHashMap.WeakValueReference
 
WEEK - org.jboss.logmanager.handlers.PeriodicRotatingFileHandler.Period
 
WHITE_NAME - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
wrap(OutputStream) - Static method in class org.jboss.logmanager.handlers.ConsoleHandler
 
wrap(Writer) - Static method in class org.jboss.logmanager.handlers.ConsoleHandler
 
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.
wrap(LogRecord) - Static method in class org.jboss.logmanager.ExtLogRecord
Wrap a JDK log record.
WrappedExtLogRecord - Class in org.jboss.logmanager
 
WrappedExtLogRecord(LogRecord) - Constructor for class org.jboss.logmanager.WrappedExtLogRecord
 
write(byte[]) - Method in class org.jboss.logmanager.handlers.CountingOutputStream
 
write(byte[]) - Method in class org.jboss.logmanager.handlers.TcpOutputStream
 
write(byte[]) - Method in class org.jboss.logmanager.handlers.UdpOutputStream
 
write(byte[]) - Method in class org.jboss.logmanager.handlers.UncloseableOutputStream
 
write(byte[], int, int) - Method in class org.jboss.logmanager.handlers.CountingOutputStream
 
write(byte[], int, int) - Method in class org.jboss.logmanager.handlers.TcpOutputStream
 
write(byte[], int, int) - Method in class org.jboss.logmanager.handlers.UdpOutputStream
 
write(byte[], int, int) - Method in class org.jboss.logmanager.handlers.UncloseableOutputStream
 
write(byte[], int, int) - Method in class org.jboss.logmanager.handlers.UninterruptibleOutputStream
Write the given bytes uninterruptibly.
write(char[]) - Method in class org.jboss.logmanager.formatters.StringBuilderWriter
 
write(char[]) - Method in class org.jboss.logmanager.handlers.UncloseableWriter
 
write(char[], int, int) - Method in class org.jboss.logmanager.formatters.StringBuilderWriter
 
write(char[], int, int) - Method in class org.jboss.logmanager.handlers.UncloseableWriter
 
write(int) - Method in class org.jboss.logmanager.formatters.StringBuilderWriter
 
write(int) - Method in class org.jboss.logmanager.handlers.CountingOutputStream
 
write(int) - Method in class org.jboss.logmanager.handlers.TcpOutputStream
 
write(int) - Method in class org.jboss.logmanager.handlers.UdpOutputStream
 
write(int) - Method in class org.jboss.logmanager.handlers.UncloseableOutputStream
 
write(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(String) - Method in class org.jboss.logmanager.formatters.StringBuilderWriter
 
write(String) - Method in class org.jboss.logmanager.handlers.UncloseableWriter
 
write(String, int) - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
 
write(String, int, int) - Method in class org.jboss.logmanager.formatters.StringBuilderWriter
 
write(String, int, int) - Method in class org.jboss.logmanager.handlers.UncloseableWriter
 
writeConfiguration(OutputStream) - Method in class org.jboss.logmanager.PropertyConfigurator
Writes the current configuration to the output stream.
writeConfiguration(OutputStream, boolean) - Method in class org.jboss.logmanager.PropertyConfigurator
Writes the current configuration to the output stream.
writeErrorManagerConfiguration(Writer, ErrorManagerConfiguration, boolean) - Static method in class org.jboss.logmanager.PropertyConfigurator
 
writeFilterConfiguration(Writer, FilterConfiguration, boolean) - Static method in class org.jboss.logmanager.PropertyConfigurator
 
writeFormatterConfiguration(Writer, FormatterConfiguration, boolean) - Static method in class org.jboss.logmanager.PropertyConfigurator
 
writeHandlerConfiguration(Writer, HandlerConfiguration, Set<String>, Set<String>, Set<String>, Set<String>, boolean) - Method in class org.jboss.logmanager.PropertyConfigurator
 
writeHead(Writer) - Method in class org.jboss.logmanager.handlers.WriterHandler
 
writeKey(Appendable, String) - Static method in class org.jboss.logmanager.PropertyConfigurator
 
writeLoggerConfiguration(Writer, LoggerConfiguration, Set<String>, Set<String>, boolean) - Method in class org.jboss.logmanager.PropertyConfigurator
 
writeObject(ObjectOutputStream) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap
Save the state of the ConcurrentReferenceHashMap instance to a stream (i.e., serialize it).
writeObject(ObjectOutputStream) - Method in class org.jboss.logmanager.ExtLogRecord
 
writeObject(ObjectOutputStream) - Method in class org.jboss.logmanager.FastCopyHashMap
 
writePojoConfiguration(Writer, PojoConfiguration, boolean) - Static method in class org.jboss.logmanager.PropertyConfigurator
 
writeProperties(Writer, String, PropertyConfigurable, boolean) - Static method in class org.jboss.logmanager.PropertyConfigurator
Writes a collection of properties to the print stream.
writeProperty(Writer, String, String) - Static method in class org.jboss.logmanager.PropertyConfigurator
Writes a property to the print stream.
writeProperty(Writer, String, String, String) - Static method in class org.jboss.logmanager.PropertyConfigurator
Writes a property to the print stream.
writePropertyComment(Writer, String) - Static method in class org.jboss.logmanager.PropertyConfigurator
Writes a comment to the print stream.
writer - Variable in class org.jboss.logmanager.handlers.WriterHandler
 
writeReplace() - Method in class org.jboss.logmanager.Logger
 
writeReplace() - Method in class org.jboss.logmanager.WrappedExtLogRecord
 
WriterHandler - Class in org.jboss.logmanager.handlers
A handler which writes to any Writer.
WriterHandler() - Constructor for class org.jboss.logmanager.handlers.WriterHandler
 
writeSanitized(Appendable, String, boolean) - Static method in class org.jboss.logmanager.PropertyConfigurator
 
writeTail(Writer) - Method in class org.jboss.logmanager.handlers.WriterHandler
 
WriteThroughEntry(K, V) - Constructor for class org.jboss.logmanager.ConcurrentReferenceHashMap.WriteThroughEntry
 
WriteThroughEntry(K, V) - Constructor for class org.jboss.logmanager.FastCopyHashMap.EntryIterator.WriteThroughEntry
 
writeValue(Appendable, String) - Static method in class org.jboss.logmanager.PropertyConfigurator
 

Y

YEAR - org.jboss.logmanager.handlers.PeriodicRotatingFileHandler.Period
 
YELLOW_NAME - Static variable in class org.jboss.logmanager.formatters.ColorMap
 
A B C D E F G H I J K L M N O P Q R S T U V W Y 
All Classes All Packages