- 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(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.
- add(Level) - Method in class org.jboss.logmanager.LogManager.KnownLevelBuilder
-
- add(K, V) - Method in class org.jboss.logmanager.LogManager.ReadOnlyHashMap
-
- 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
-
- AllFilter - Class in org.jboss.logmanager.filters
-
A filter consisting of several filters in a chain.
- AllFilter(Filter[]) - Constructor for class org.jboss.logmanager.filters.AllFilter
-
Construct a new instance.
- AllFilter(Iterable<Filter>) - Constructor for class org.jboss.logmanager.filters.AllFilter
-
Construct a new instance.
- AllFilter(Iterator<Filter>) - Constructor for class org.jboss.logmanager.filters.AllFilter
-
Construct a new instance.
- AnyFilter - Class in org.jboss.logmanager.filters
-
A filter consisting of several filters in a chain.
- AnyFilter(Filter[]) - Constructor for class org.jboss.logmanager.filters.AnyFilter
-
Construct a new instance.
- AnyFilter(Iterable<Filter>) - Constructor for class org.jboss.logmanager.filters.AnyFilter
-
Construct a new instance.
- AnyFilter(Iterator<Filter>) - Constructor for class org.jboss.logmanager.filters.AnyFilter
-
Construct a new instance.
- append(boolean) - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
-
- append(char) - 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(String) - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
-
- append(String, int, int) - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
-
- append(int) - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
-
- append(long) - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
-
- append(ByteStringBuilder) - Method in class org.jboss.logmanager.handlers.ByteStringBuilder
-
- append - Variable in class org.jboss.logmanager.handlers.FileHandler
-
- append(CharSequence) - Method in class org.jboss.logmanager.handlers.UncloseableWriter
-
- append(CharSequence, int, int) - Method in class org.jboss.logmanager.handlers.UncloseableWriter
-
- append(char) - Method in class org.jboss.logmanager.handlers.UncloseableWriter
-
- 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(int, ThreadFactory) - Constructor for class org.jboss.logmanager.handlers.AsyncHandler
-
Construct a new instance.
- AsyncHandler(ThreadFactory) - Constructor for class org.jboss.logmanager.handlers.AsyncHandler
-
Construct a new instance.
- AsyncHandler(int) - Constructor for class org.jboss.logmanager.handlers.AsyncHandler
-
Construct a new instance.
- AsyncHandler() - Constructor for class org.jboss.logmanager.handlers.AsyncHandler
-
Construct a new instance.
- AsyncHandler.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
-
- attempts - Variable in class org.jboss.logmanager.handlers.TcpOutputStream.RetryConnector
-
- autoFlush - Variable in class org.jboss.logmanager.ExtHandler
-
- 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(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() - 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.Gateway - Class in org.jboss.logmanager
-
- className - Variable in class org.jboss.logmanager.config.AbstractPropertyConfiguration
-
- 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).
- 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).
- cleanCopyForMod() - Method in class org.jboss.logmanager.CopyOnWriteWeakMap
-
- cleanCopyForRemove() - Method in class org.jboss.logmanager.CopyOnWriteWeakMap
-
- clear(T) - Method in class org.jboss.logmanager.AtomicArray
-
Convenience method to set the field value to the empty array.
- 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 - Static variable in class org.jboss.logmanager.formatters.ColorMap
-
- 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_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
-
- 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(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, 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) - 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, 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(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() - 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(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(String) - Method in class org.jboss.logmanager.Logger
- config - Variable in class org.jboss.logmanager.PropertyConfigurator
-
- 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
-
- 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[], Object) - Static method in class org.jboss.logmanager.config.AbstractPropertyConfiguration
-
- contains(Object) - Method in class org.jboss.logmanager.FastCopyHashMap.EntrySet
-
- contains(Object) - Method in class org.jboss.logmanager.FastCopyHashMap.KeySet
-
- containsKey(Object) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap
-
Tests if the specified object is a key in this table.
- containsKey(Object, int) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
-
- 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
-
- 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(LogContextSelector) - Constructor for class org.jboss.logmanager.ContextClassLoaderLogContextSelector
-
Construct a new instance.
- ContextClassLoaderLogContextSelector() - 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(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(String) - Static method in class org.jboss.logmanager.formatters.ColorMap
-
- create(boolean) - Static method in class org.jboss.logmanager.LogContext
-
Create a new log context.
- 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_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
-
- 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
-
- 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(int, float) - Constructor for class org.jboss.logmanager.FastCopyHashMap
-
- FastCopyHashMap(Map<? extends K, ? extends V>) - Constructor for class org.jboss.logmanager.FastCopyHashMap
-
- FastCopyHashMap(int) - Constructor for class org.jboss.logmanager.FastCopyHashMap
-
- FastCopyHashMap() - 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(Formatter) - Constructor for class org.jboss.logmanager.handlers.FileHandler
-
Construct a new instance with the given formatter and no output file.
- FileHandler(Formatter, File) - Constructor for class org.jboss.logmanager.handlers.FileHandler
-
Construct a new instance with the given formatter and output file.
- FileHandler(Formatter, File, boolean) - Constructor for class org.jboss.logmanager.handlers.FileHandler
-
Construct a new instance with the given formatter, output file, and append setting.
- FileHandler(File) - Constructor for class org.jboss.logmanager.handlers.FileHandler
-
Construct a new instance with the given output file.
- FileHandler(File, boolean) - Constructor for class org.jboss.logmanager.handlers.FileHandler
-
Construct a new instance with the given output file and append setting.
- FileHandler(String) - Constructor for class org.jboss.logmanager.handlers.FileHandler
-
Construct a new instance with the given output file.
- FileHandler(String, boolean) - Constructor for class org.jboss.logmanager.handlers.FileHandler
-
Construct a new instance with the given output file and append setting.
- fileNameFormatStep(boolean, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
-
Create a format step which emits the source file name with the given justification rules (NOTE: call stack
introspection introduces a significant performance penalty).
- 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).
- 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(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.
- format - Variable in class org.jboss.logmanager.handlers.PeriodicRotatingFileHandler
-
- 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
-
- fullName - Variable in class org.jboss.logmanager.LoggerNode
-
The fully-qualified name of this logger.
- GATEWAY - Static variable in class org.jboss.logmanager.ClassLoaderLogContextSelector
-
- Gateway() - Constructor for class org.jboss.logmanager.ClassLoaderLogContextSelector.Gateway
-
- 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, int) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
-
- 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() - Method in interface org.jboss.logmanager.LogContext.LevelRef
-
- get() - Method in class org.jboss.logmanager.LogContext.StrongLevelRef
-
- get(String) - Static method in class org.jboss.logmanager.MDC
-
Get the value for a key, or null
if there is no mapping.
- get() - Static method in class org.jboss.logmanager.NDC
-
Get the current NDC value.
- 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
-
- getActualClass() - Method in class org.jboss.logmanager.config.AbstractPropertyConfiguration
-
- getAllNames(List<String>, LoggerNode) - Method in class org.jboss.logmanager.LoggingMXBeanImpl
-
- getAndSet(T, V[]) - Method in class org.jboss.logmanager.AtomicArray
-
Atomically get and update the value of this array.
- getAndSet(Object, LogContext) - Method in class org.jboss.logmanager.ThreadLocalLogContextSelector
-
Get and set the log context.
- 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, String) - Static method in class org.jboss.logmanager.Logger
-
Static logger factory method which returns a JBoss LogManager logger.
- getLogger(String) - Method in class org.jboss.logmanager.LogManager
-
Get or create a logger with the given name.
- getLoggerClassName() - Method in class org.jboss.logmanager.ExtLogRecord
-
Get the class name of the logger which created this record.
- 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
-
- 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(String, ColorMap) - Static method in class org.jboss.logmanager.formatters.FormatStringParser
-
Compile a format string into a series of format steps.
- getSteps() - Method in class org.jboss.logmanager.formatters.MultistepFormatter
-
Get a copy of the format steps.
- 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(Class<?>, String, Class<?>, ValueExpression<String>, boolean) - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
-
- 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
-
- 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
-
- 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 - 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 - Variable in class org.jboss.logmanager.LogContext.StrongLevelRef
-
- level - Variable in class org.jboss.logmanager.LoggerNode
-
The actual 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(Level) - Constructor for class org.jboss.logmanager.filters.LevelFilter
-
Construct a new instance.
- LevelFilter(Collection<Level>) - Constructor for class org.jboss.logmanager.filters.LevelFilter
-
Construct a new instance.
- levelFormatStep(boolean, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
-
Create a format step which emits the log level name.
- levelFormatStep(boolean, int, boolean, 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
-
- 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).
- 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).
- lineSeparatorFormatStep(boolean, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
-
Create a format step which emits the platform line separator.
- lineSeparatorFormatStep(boolean, int, boolean, 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
-
- LocalFilterHolder() - Constructor for class org.jboss.logmanager.LogManager.LocalFilterHolder
-
- localizedLevelFormatStep(boolean, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
-
Create a format step which emits the localized log level name.
- 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.
- 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).
- 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).
- log(LogRecord) - Method in class org.jboss.logmanager.Logger
- log(Level, String) - Method in class org.jboss.logmanager.Logger
- log(Level, String, Object) - Method in class org.jboss.logmanager.Logger
- log(Level, String, Object[]) - Method in class org.jboss.logmanager.Logger
- log(Level, String, Throwable) - Method in class org.jboss.logmanager.Logger
- log(String, Level, String, String, ExtLogRecord.FormatStyle, Object[], Throwable) - Method in class org.jboss.logmanager.Logger
-
SPI interface method to log a message at a given level, with a specific resource bundle.
- log(String, Level, String, ExtLogRecord.FormatStyle, Object[], Throwable) - Method in class org.jboss.logmanager.Logger
-
SPI interface method to log a message at a given level.
- log(String, Level, String, Throwable) - Method in class org.jboss.logmanager.Logger
-
SPI interface method to log a message at a given level.
- log - Variable in class org.jboss.logmanager.LoggingUncaughtExceptionHandler
-
- log - Static variable in class org.jboss.logmanager.LogService
-
- LOG_API_PERMISSION - Static variable in class org.jboss.logmanager.ClassLoaderLogContextSelector
-
- 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.AttachmentKey<V> - Class in org.jboss.logmanager
-
An attachment key instance.
- LOGGER_CLASS_NAME - Static variable in class org.jboss.logmanager.Logger
-
- LOGGER_CLASS_NAME - Static variable in class org.jboss.logmanager.WrappedExtLogRecord
-
- 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, 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, 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.
- 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(ExtLogRecord) - Method in class org.jboss.logmanager.Logger
-
Do the logging with no level checks (they've already been done).
- logRaw(LogRecord) - Method in class org.jboss.logmanager.Logger
-
Do the logging with no level checks (they've already been done).
- logrb(Level, String, String, String, String) - Method in class org.jboss.logmanager.Logger
- logrb(Level, String, String, String, String, Object) - Method in class org.jboss.logmanager.Logger
- logrb(Level, String, String, String, String, Object[]) - Method in class org.jboss.logmanager.Logger
- logrb(Level, String, String, String, String, Throwable) - Method in class org.jboss.logmanager.Logger
- LogService - Class in org.jboss.logmanager
-
A simple log service which can be used to remove any bootstrap handlers when a real handler is configured.
- LogService() - Constructor for class org.jboss.logmanager.LogService
-
- 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(String) - Constructor for class org.jboss.logmanager.handlers.PeriodicRotatingFileHandler
-
Construct a new instance with the given output file.
- PeriodicRotatingFileHandler(String, boolean) - Constructor for class org.jboss.logmanager.handlers.PeriodicRotatingFileHandler
-
Construct a new instance with the given output file and append setting.
- PeriodicRotatingFileHandler(File, String) - Constructor for class org.jboss.logmanager.handlers.PeriodicRotatingFileHandler
-
Construct a new instance with the given output file.
- PeriodicRotatingFileHandler(File, String, boolean) - Constructor for class org.jboss.logmanager.handlers.PeriodicRotatingFileHandler
-
Construct a new instance with the given output file and append setting.
- PeriodicRotatingFileHandler.Period - Enum in org.jboss.logmanager.handlers
-
Possible period values.
- 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(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.
- 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.
- 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.
- 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(ExtLogRecord) - Method in class org.jboss.logmanager.ExtHandler
-
Publish an ExtLogRecord
.
- publish(ExtLogRecord) - Method in class org.jboss.logmanager.handlers.QueueHandler
-
- publish(LogRecord) - 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(K, V) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap
-
Maps the specified key to the specified value in this table.
- put(K, int, V, boolean) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
-
- 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
-
- 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.
- 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.
- 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(Pattern) - Constructor for class org.jboss.logmanager.filters.RegexFilter
-
Create a new instance.
- RegexFilter(String) - Constructor for class org.jboss.logmanager.filters.RegexFilter
-
Create a new instance.
- 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, 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, 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.
- relocate(int) - Method in class org.jboss.logmanager.FastCopyHashMap
-
- 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.
- remove(Object) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.EntrySet
-
- remove() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.HashIterator
-
- 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, Object) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap
- 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) - Method in class org.jboss.logmanager.CopyOnWriteMap
-
- remove(Object, Object) - Method in class org.jboss.logmanager.CopyOnWriteMap
-
- remove(Object, Object) - Method in class org.jboss.logmanager.CopyOnWriteWeakMap
-
- remove(Object) - Method in class org.jboss.logmanager.CopyOnWriteWeakMap
-
- remove() - Method in class org.jboss.logmanager.FastCopyHashMap.FastCopyHashMapIterator
-
- remove(Object) - Method in class org.jboss.logmanager.FastCopyHashMap.KeySet
-
- remove(Object) - Method in class org.jboss.logmanager.FastCopyHashMap
-
- remove(int) - Method in class org.jboss.logmanager.LogManager.ReadOnlyArrayList
-
- remove(Object) - Method in class org.jboss.logmanager.LogManager.ReadOnlyArrayList
-
- remove(Object) - Method in class org.jboss.logmanager.LogManager.ReadOnlyHashMap
-
- remove(String) - Static method in class org.jboss.logmanager.MDC
-
Remove a key.
- 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.
- removeAll(Collection<?>) - Method in class org.jboss.logmanager.LogManager.ReadOnlyArrayList
-
- 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, V, V) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap
- replace(K, V) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap
- replace(K, int, V, V) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
-
- replace(K, int, V) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
-
- replace(K, V, V) - Method in class org.jboss.logmanager.CopyOnWriteMap
-
- replace(K, V) - Method in class org.jboss.logmanager.CopyOnWriteMap
-
- replace(K, V, V) - Method in class org.jboss.logmanager.CopyOnWriteWeakMap
-
- replace(K, 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(String) - Method in interface org.jboss.logmanager.config.ValueExpression.Resolver
-
Resolves the value of an expression.
- resolve() - Method in class org.jboss.logmanager.WrappedExtLogRecord
-
- resolved - Variable in class org.jboss.logmanager.WrappedExtLogRecord
-
- resolvedValue - Variable in class org.jboss.logmanager.config.ValueExpressionImpl
-
- resolveFilter(String, boolean) - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
-
- resolveFilter(String) - Method in class org.jboss.logmanager.config.LogContextConfigurationImpl
-
- resourceKey - Variable in class org.jboss.logmanager.ExtLogRecord
-
- 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.
- 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.
- 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
-
- 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
-
- 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(Handler) - Static method in class org.jboss.logmanager.LogService
-
- safeClose(Closeable) - Static method in class org.jboss.logmanager.PropertyConfigurator
-
- 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
-
- 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(T, V[]) - Method in class org.jboss.logmanager.AtomicArray
-
Update the value of this array.
- set(int, T) - Method in class org.jboss.logmanager.LogManager.ReadOnlyArrayList
-
- 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, String) - Method in interface org.jboss.logmanager.config.HandlerConfiguration
-
Sets the expression value for the encoding.
- setEncoding(String) - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
-
- setEncoding(String, String) - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
-
- setEncoding(ValueExpression<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.
- setErrorManager(ErrorManager) - Method in class org.jboss.logmanager.ExtHandler
-
- setErrorManagerName(String) - Method in interface org.jboss.logmanager.config.HandlerConfiguration
-
- setErrorManagerName(String, String) - Method in interface org.jboss.logmanager.config.HandlerConfiguration
-
Sets the expression value for the error manager name.
- setErrorManagerName(String) - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
-
- 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
-
- 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, String) - Method in interface org.jboss.logmanager.config.HandlerConfiguration
-
Sets the expression value and for the filter.
- setFilter(String) - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
-
- setFilter(String, String) - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
-
- setFilter(ValueExpression<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, String) - Method in interface org.jboss.logmanager.config.LoggerConfiguration
-
Sets the expression value and for the filter.
- setFilter(String) - Method in class org.jboss.logmanager.config.LoggerConfigurationImpl
-
- setFilter(String, String) - Method in class org.jboss.logmanager.config.LoggerConfigurationImpl
-
- setFilter(ValueExpression<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
-
- 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, String) - Method in interface org.jboss.logmanager.config.HandlerConfiguration
-
Sets the expression value for the formatter name.
- setFormatterName(String) - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
-
- 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(Collection<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(Collection<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.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, String) - Method in interface org.jboss.logmanager.config.HandlerConfiguration
-
Sets the expression value for the level.
- setLevel(String) - Method in class org.jboss.logmanager.config.HandlerConfigurationImpl
-
- setLevel(String, 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, String) - Method in interface org.jboss.logmanager.config.LoggerConfiguration
-
Sets the expression value for the level.
- setLevel(String) - Method in class org.jboss.logmanager.config.LoggerConfigurationImpl
-
- 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, ExtLogRecord.FormatStyle) - Method in class org.jboss.logmanager.ExtLogRecord
-
Set the raw message.
- setMessage(String) - Method in class org.jboss.logmanager.WrappedExtLogRecord
-
- setMessageDelimiter(String) - Method in class org.jboss.logmanager.handlers.SyslogHandler
-
- 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(List<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 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, String) - Method in class org.jboss.logmanager.config.AbstractPropertyConfiguration
-
- setPropertyValueExpression(String, ValueExpression<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 interface org.jboss.logmanager.config.PropertyConfigurable
-
Sets the expression value for the property.
- 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 interface org.jboss.logmanager.config.LoggerConfiguration
-
Set whether to use parent handlers.
- setUseParentHandlers(String) - Method in interface org.jboss.logmanager.config.LoggerConfiguration
-
Set whether to use parent handlers.
- setUseParentHandlers(String, 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 class org.jboss.logmanager.config.LoggerConfigurationImpl
-
- setUseParentHandlers(String, Boolean) - Method in class org.jboss.logmanager.config.LoggerConfigurationImpl
-
- setUseParentHandlers(ValueExpression<Boolean>) - Method in class org.jboss.logmanager.config.LoggerConfigurationImpl
-
- setUseParentHandlers(boolean) - Method in class org.jboss.logmanager.Logger
- setUseParentHandlers(boolean) - Method in class org.jboss.logmanager.LoggerNode
-
- setValue(V, ConcurrentReferenceHashMap.ReferenceType, ReferenceQueue<Object>) - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.HashEntry
-
- 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
-
- 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(K, V) - Constructor for class org.jboss.logmanager.ConcurrentReferenceHashMap.SimpleEntry
-
- SimpleEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class org.jboss.logmanager.ConcurrentReferenceHashMap.SimpleEntry
-
- SimpleEntry(K, V) - Constructor for class org.jboss.logmanager.FastCopyHashMap.SimpleEntry
-
- SimpleEntry(Map.Entry<K, V>) - Constructor for class org.jboss.logmanager.FastCopyHashMap.SimpleEntry
-
- 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.
- 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.
- SimpleObjectProducer - Class in org.jboss.logmanager.config
-
- SimpleObjectProducer(Object) - Constructor for class org.jboss.logmanager.config.SimpleObjectProducer
-
- 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 - Variable in class org.jboss.logmanager.FastCopyHashMap
-
The current number of key-value pairs
- 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(File) - Constructor for class org.jboss.logmanager.handlers.SizeRotatingFileHandler
-
Construct a new instance with the given output file.
- SizeRotatingFileHandler(File, boolean) - Constructor for class org.jboss.logmanager.handlers.SizeRotatingFileHandler
-
Construct a new instance with the given output file and append setting.
- SizeRotatingFileHandler(String) - Constructor for class org.jboss.logmanager.handlers.SizeRotatingFileHandler
-
Construct a new instance with the given output file.
- SizeRotatingFileHandler(String, boolean) - Constructor for class org.jboss.logmanager.handlers.SizeRotatingFileHandler
-
Construct a new instance with the given output file and append setting.
- SizeRotatingFileHandler(long, int) - Constructor for class org.jboss.logmanager.handlers.SizeRotatingFileHandler
-
Construct a new instance with no formatter and no output file.
- SizeRotatingFileHandler(File, long, int) - Constructor for class org.jboss.logmanager.handlers.SizeRotatingFileHandler
-
Construct a new instance with the given output file.
- SizeRotatingFileHandler(File, boolean, long, int) - Constructor for class org.jboss.logmanager.handlers.SizeRotatingFileHandler
-
Construct a new instance with the given output file and append setting.
- 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
-
- 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
-
- 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
-
- 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(Pattern, String, boolean) - Constructor for class org.jboss.logmanager.filters.SubstituteFilter
-
Construct a new instance.
- SubstituteFilter(String, String, boolean) - Constructor for class org.jboss.logmanager.filters.SubstituteFilter
-
Construct a new instance.
- suffix - Variable in class org.jboss.logmanager.handlers.SizeRotatingFileHandler
-
- SUPPORTS_COLOR - Static variable in class org.jboss.logmanager.formatters.ColorMap
-
- 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(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(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(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(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(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(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, 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
-
- 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
-
- 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
-
- 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.
- validate() - Method in class org.jboss.logmanager.config.AbstractPropertyConfiguration.ConstructAction
-
- validate() - Method in interface org.jboss.logmanager.config.ConfigAction
-
- value() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap.HashEntry
-
- 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
-
- 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() - 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 - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap
-
- values() - Method in class org.jboss.logmanager.ConcurrentReferenceHashMap
-
Returns a Collection
view of the values contained in this map.
- Values() - Constructor for class org.jboss.logmanager.ConcurrentReferenceHashMap.Values
-
- 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 - Variable in class org.jboss.logmanager.FastCopyHashMap
-
- values() - Method in class org.jboss.logmanager.FastCopyHashMap
-
- Values() - Constructor for class org.jboss.logmanager.FastCopyHashMap.Values
-
- 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
-
- valueType - Variable in class org.jboss.logmanager.ConcurrentReferenceHashMap.Segment
-