- AcceptAllFilter - Class in org.jboss.logmanager.filters
-
An accept-all filter.
- addErrorManagerConfiguration(String, String, String, String...) - Method in interface org.jboss.logmanager.config.LogContextConfiguration
-
- addFilterConfiguration(String, String, String, String...) - Method in interface org.jboss.logmanager.config.LogContextConfiguration
-
- addFormatterConfiguration(String, String, String, String...) - Method in interface org.jboss.logmanager.config.LogContextConfiguration
-
- 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
- addHandlerConfiguration(String, String, String, String...) - Method in interface org.jboss.logmanager.config.LogContextConfiguration
-
Add a handler configuration.
- addHandlerName(String) - Method in interface org.jboss.logmanager.config.HandlerContainingConfigurable
-
Add a handler name to this logger.
- 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
-
- addPojoConfiguration(String, String, String, String...) - Method in interface org.jboss.logmanager.config.LogContextConfiguration
-
Add a POJO configuration.
- 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.
- AllFilter - Class in org.jboss.logmanager.filters
-
A filter consisting of several filters in a chain.
- AllFilter(Filter[]) - Constructor for class org.jboss.logmanager.filters.AllFilter
-
Construct a new instance.
- AllFilter(Iterable<Filter>) - Constructor for class org.jboss.logmanager.filters.AllFilter
-
Construct a new instance.
- AllFilter(Iterator<Filter>) - Constructor for class org.jboss.logmanager.filters.AllFilter
-
Construct a new instance.
- AnyFilter - Class in org.jboss.logmanager.filters
-
A filter consisting of several filters in a chain.
- AnyFilter(Filter[]) - Constructor for class org.jboss.logmanager.filters.AnyFilter
-
Construct a new instance.
- AnyFilter(Iterable<Filter>) - Constructor for class org.jboss.logmanager.filters.AnyFilter
-
Construct a new instance.
- AnyFilter(Iterator<Filter>) - Constructor for class org.jboss.logmanager.filters.AnyFilter
-
Construct a new instance.
- append(CharSequence) - Method in class org.jboss.logmanager.handlers.UncloseableWriter
-
- append(CharSequence, int, int) - Method in class org.jboss.logmanager.handlers.UncloseableWriter
-
- append(char) - Method in class org.jboss.logmanager.handlers.UncloseableWriter
-
- AsyncHandler - Class in org.jboss.logmanager.handlers
-
An asynchronous log handler which is used to write to a handler or group of handlers which are "slow" or introduce
some degree of latency.
- AsyncHandler(int, ThreadFactory) - Constructor for class org.jboss.logmanager.handlers.AsyncHandler
-
Construct a new instance.
- AsyncHandler(ThreadFactory) - Constructor for class org.jboss.logmanager.handlers.AsyncHandler
-
Construct a new instance.
- AsyncHandler(int) - Constructor for class org.jboss.logmanager.handlers.AsyncHandler
-
Construct a new instance.
- AsyncHandler() - Constructor for class org.jboss.logmanager.handlers.AsyncHandler
-
Construct a new instance.
- AsyncHandler.OverflowAction - Enum in org.jboss.logmanager.handlers
-
- attach(Logger.AttachmentKey<V>, V) - Method in class org.jboss.logmanager.Logger
-
Attach an object to this logger under a given key.
- attachIfAbsent(Logger.AttachmentKey<V>, V) - Method in class org.jboss.logmanager.Logger
-
Attach an object to this logger under a given key, if such an attachment does not already exist.
- ATTACHMENT_KEY - Static variable in interface org.jboss.logmanager.Configurator
-
The attachment key of the chosen configurator, used to maintain a strong ref to any
configured properties.
- calculatePriority(Level, SyslogHandler.Facility) - Static method in enum org.jboss.logmanager.handlers.SyslogHandler.SyslogType
-
- checkAccess() - Static method in class org.jboss.logmanager.ExtHandler
-
- checkAccess(ExtHandler) - Static method in class org.jboss.logmanager.ExtHandler
-
Check access.
- ClassLoaderLogContextSelector - Class in org.jboss.logmanager
-
A log context selector which chooses a log context based on the caller's classloader.
- ClassLoaderLogContextSelector(LogContextSelector) - Constructor for class org.jboss.logmanager.ClassLoaderLogContextSelector
-
Construct a new instance.
- ClassLoaderLogContextSelector() - Constructor for class org.jboss.logmanager.ClassLoaderLogContextSelector
-
Construct a new instance.
- classNameFormatStep(boolean, int, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
-
Create a format step which emits the source class name with the given justification rules (NOTE: call stack
introspection introduces a significant performance penalty).
- clear() - Static method in class org.jboss.logmanager.MDC
-
Clear the current MDC map.
- clear() - Static method in class org.jboss.logmanager.NDC
-
Clear the thread's NDC stack.
- clearHandlers() - Method in class org.jboss.logmanager.ExtHandler
-
A convenience method to atomically get and clear all sub-handlers.
- clearHandlers() - Method in class org.jboss.logmanager.Logger
-
A convenience method to atomically get and clear all handlers.
- close() - Method in class org.jboss.logmanager.ExtHandler
-
Close all child handlers.
- close() - Method in class org.jboss.logmanager.handlers.AsyncHandler
-
Close all child handlers.
- close() - Method in class org.jboss.logmanager.handlers.SyslogHandler
-
- 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.
- ColorMap - Class in org.jboss.logmanager.formatters
-
- commit() - Method in interface org.jboss.logmanager.config.LogContextConfiguration
-
Commit the current changes into the running logging configuration.
- compareAndSetHandlers(Handler[], Handler[]) - Method in class org.jboss.logmanager.Logger
-
Atomically compare and set the handler list for this logger.
- config(String) - Method in class org.jboss.logmanager.Logger
- ConfigurationLocator - Interface in org.jboss.logmanager
-
A locator for logger configuration.
- Configurator - Interface in org.jboss.logmanager
-
A configurator for a log manager or context.
- configure(InputStream) - Method in interface org.jboss.logmanager.Configurator
-
Configure the logmanager.
- configure(InputStream) - Method in class org.jboss.logmanager.PropertyConfigurator
-
Configure the logmanager.
- configure(Properties) - Method in class org.jboss.logmanager.PropertyConfigurator
-
Configure the log manager from the given properties.
- 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.
- 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.
- copy() - Static method in class org.jboss.logmanager.MDC
-
Get a copy of the MDC map.
- copyAll() - Method in class org.jboss.logmanager.ExtLogRecord
-
Copy all fields and prepare this object to be passed to another thread or to be serialized.
- copyMdc() - Method in class org.jboss.logmanager.ExtLogRecord
-
Copy the MDC.
- create(LogContext) - Static method in class org.jboss.logmanager.config.LogContextConfiguration.Factory
-
Construct a new persistent configuration for a log context.
- 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.
- FATAL - Static variable in class org.jboss.logmanager.Level
-
- FileHandler - Class in org.jboss.logmanager.handlers
-
A simple file handler.
- FileHandler() - Constructor for class org.jboss.logmanager.handlers.FileHandler
-
Construct a new instance with no formatter and no output file.
- FileHandler(Formatter) - Constructor for class org.jboss.logmanager.handlers.FileHandler
-
Construct a new instance with the given formatter and no output file.
- FileHandler(Formatter, File) - Constructor for class org.jboss.logmanager.handlers.FileHandler
-
Construct a new instance with the given formatter and output file.
- FileHandler(Formatter, File, boolean) - Constructor for class org.jboss.logmanager.handlers.FileHandler
-
Construct a new instance with the given formatter, output file, and append setting.
- FileHandler(File) - Constructor for class org.jboss.logmanager.handlers.FileHandler
-
Construct a new instance with the given output file.
- FileHandler(File, boolean) - Constructor for class org.jboss.logmanager.handlers.FileHandler
-
Construct a new instance with the given output file and append setting.
- FileHandler(String) - Constructor for class org.jboss.logmanager.handlers.FileHandler
-
Construct a new instance with the given output file.
- FileHandler(String, boolean) - Constructor for class org.jboss.logmanager.handlers.FileHandler
-
Construct a new instance with the given output file and append setting.
- fileNameFormatStep(boolean, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
-
Create a format step which emits the source file name with the given justification rules (NOTE: call stack
introspection introduces a significant performance penalty).
- FilterConfiguration - Interface in org.jboss.logmanager.config
-
A configuration for a filter.
- findConfiguration() - Method in interface org.jboss.logmanager.ConfigurationLocator
-
Find the configuration file.
- findConfiguration() - Method in class org.jboss.logmanager.DefaultConfigurationLocator
-
Find the configuration file.
- fine(String) - Method in class org.jboss.logmanager.Logger
- finer(String) - Method in class org.jboss.logmanager.Logger
- finest(String) - Method in class org.jboss.logmanager.Logger
- flush() - Method in class org.jboss.logmanager.ExtHandler
-
Flush all child handlers.
- 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.
- 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(ExtLogRecord, SyslogHandler.Facility, String, String, String) - Method in enum org.jboss.logmanager.handlers.SyslogHandler.SyslogType
-
- formatColor(ColorMap, String) - Static method in class org.jboss.logmanager.formatters.Formatters
-
- formatDate(SyslogHandler.SyslogType, long, StringBuilder) - Static method in enum org.jboss.logmanager.handlers.SyslogHandler.SyslogType
-
- 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.
- FormatterConfiguration - Interface in org.jboss.logmanager.config
-
A configuration for a logger formatter.
- Formatters - Class in org.jboss.logmanager.formatters
-
Formatter utility methods.
- fromLevel(Level) - Static method in enum org.jboss.logmanager.handlers.SyslogHandler.Severity
-
- 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.
- 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.
- getClassName() - Method in interface org.jboss.logmanager.config.ObjectConfigurable
-
Get the class name for this object's configuration.
- getColors() - Method in class org.jboss.logmanager.formatters.PatternFormatter
-
- getConstructorProperties() - Method in interface org.jboss.logmanager.config.PropertyConfigurable
-
Returns a collection of the constructor properties.
- getDepth() - Static method in class org.jboss.logmanager.NDC
-
Get the current NDC stack depth.
- getEffectiveLevel() - Method in class org.jboss.logmanager.Logger
-
Get the effective numerical log level, inherited from the parent.
- getEncoding() - Method in interface org.jboss.logmanager.config.HandlerConfiguration
-
- 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.
- getErrorManagerConfiguration(String) - Method in interface org.jboss.logmanager.config.LogContextConfiguration
-
- getErrorManagerName() - Method in interface org.jboss.logmanager.config.HandlerConfiguration
-
- getErrorManagerNames() - Method in interface org.jboss.logmanager.config.LogContextConfiguration
-
- getErrorManagerNameValueExpression() - Method in interface org.jboss.logmanager.config.HandlerConfiguration
-
Returns the error manager name which may be an expression.
- 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 interface org.jboss.logmanager.config.LoggerConfiguration
-
Get the name of the filter to use.
- getFilter() - Method in class org.jboss.logmanager.Logger
- getFilterConfiguration(String) - Method in interface org.jboss.logmanager.config.LogContextConfiguration
-
- getFilterNames() - Method in interface org.jboss.logmanager.config.LogContextConfiguration
-
- getFilterValueExpression() - Method in interface org.jboss.logmanager.config.HandlerConfiguration
-
Returns a filter that may be an expression.
- getFilterValueExpression() - Method in interface org.jboss.logmanager.config.LoggerConfiguration
-
Returns a filter that may be an expression.
- 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
-
- getFormatterName() - Method in interface org.jboss.logmanager.config.HandlerConfiguration
-
Get the name of the configured formatter for this handler.
- getFormatterNames() - Method in interface org.jboss.logmanager.config.LogContextConfiguration
-
- getFormatterNameValueExpression() - Method in interface org.jboss.logmanager.config.HandlerConfiguration
-
Gets the formatter name which may be an expression.
- getHandlerConfiguration(String) - Method in interface org.jboss.logmanager.config.LogContextConfiguration
-
- 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
-
- getHandlers() - Method in class org.jboss.logmanager.ExtHandler
-
Get a copy of the sub-handlers array.
- getHandlers() - Method in class org.jboss.logmanager.Logger
- getHostname() - Method in class org.jboss.logmanager.handlers.SyslogHandler
-
Returns the host name which is used when sending the message to the syslog.
- getInstance() - Static method in class org.jboss.logmanager.filters.AcceptAllFilter
-
Get the filter instance.
- getInstance() - Static method in class org.jboss.logmanager.filters.DenyAllFilter
-
Get the filter instance.
- getLevel() - Method in interface org.jboss.logmanager.config.HandlerConfiguration
-
Gets the level set on the handler.
- getLevel() - Method in interface org.jboss.logmanager.config.LoggerConfiguration
-
Gets the level set on the logger.
- getLevel() - Method in class org.jboss.logmanager.Logger
- 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 interface org.jboss.logmanager.config.LoggerConfiguration
-
Returns the level that may be an expression.
- 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.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
-
- getLoggerIfExists(String) - Method in class org.jboss.logmanager.LogContext
-
Get a logger with the given name from this logging context, if a logger node exists at that location.
- getLoggerNames() - Method in interface org.jboss.logmanager.config.LogContextConfiguration
-
- getLoggerNames() - Method in class org.jboss.logmanager.LogManager
-
Does nothing.
- getLoggingMXBean() - Method in class org.jboss.logmanager.LogContext
-
Get the LoggingMXBean
associated with this log context.
- getMdc(String) - Method in class org.jboss.logmanager.ExtLogRecord
-
Get the value of an MDC property.
- getMdcCopy() - Method in class org.jboss.logmanager.ExtLogRecord
-
Get a copy of all the MDC properties for this log record.
- getModuleName() - Method in interface org.jboss.logmanager.config.ObjectConfigurable
-
Get the module name for this object's configuration, if any.
- 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.
- getOverflowAction() - Method in class org.jboss.logmanager.handlers.AsyncHandler
-
Get the overflow action.
- getParent() - Method in class org.jboss.logmanager.Logger
- getPattern() - Method in class org.jboss.logmanager.formatters.PatternFormatter
-
Get the current format pattern.
- 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.
- getPojoNames() - Method in interface org.jboss.logmanager.config.LogContextConfiguration
-
A list of the POJO configuration names.
- getPort() - Method in class org.jboss.logmanager.handlers.SyslogHandler
-
Returns the port the syslogd is listening on.
- 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.
- getPropertyNames() - Method in interface org.jboss.logmanager.config.PropertyConfigurable
-
Get the names of the configured properties in order.
- getPropertyValueExpression(String) - Method in interface org.jboss.logmanager.config.PropertyConfigurable
-
Get the property value.
- getPropertyValueString(String) - Method in interface org.jboss.logmanager.config.PropertyConfigurable
-
Get the string property value with the given name.
- 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.
- getResolvedValue() - Method in interface org.jboss.logmanager.config.ValueExpression
-
The resolved value.
- getResourceKey() - Method in class org.jboss.logmanager.ExtLogRecord
-
Get the resource key, if any.
- getSelector() - Method in class org.jboss.logmanager.LogContextSelectorService
-
Get the selector to install.
- 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
- getSourceFileName() - Method in class org.jboss.logmanager.ExtLogRecord
-
Get the source file name for this log record.
- getSourceLineNumber() - Method in class org.jboss.logmanager.ExtLogRecord
-
Get the source line number for this log record.
- getSourceMethodName() - Method in class org.jboss.logmanager.ExtLogRecord
- getSteps(String, 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.
- 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.
- getThreadName() - Method in class org.jboss.logmanager.ExtLogRecord
-
Get the thread name of this logging event.
- getTimeZone() - Method in class org.jboss.logmanager.handlers.PeriodicRotatingFileHandler
-
Get the configured time zone for this handler.
- getUseParentHandlers() - Method in interface org.jboss.logmanager.config.LoggerConfiguration
-
Determine whether parent handlers will be used.
- getUseParentHandlers() - Method in class org.jboss.logmanager.Logger
- getUseParentHandlersValueExpression() - Method in interface org.jboss.logmanager.config.LoggerConfiguration
-
Returns a filter that may be an expression.
- getValue() - Method in interface org.jboss.logmanager.config.ValueExpression
-
Gets the value of the value which may or may not be an
expression
.
- Level - Class in org.jboss.logmanager
-
Log4j-like levels.
- Level(String, int) - Constructor for class org.jboss.logmanager.Level
-
- Level(String, int, String) - Constructor for class org.jboss.logmanager.Level
-
- LevelChangingFilter - Class in org.jboss.logmanager.filters
-
A filter which modifies the log record with a new level if the nested filter evaluates true
for that
record.
- LevelChangingFilter(Level) - Constructor for class org.jboss.logmanager.filters.LevelChangingFilter
-
Construct a new instance.
- LevelFilter - Class in org.jboss.logmanager.filters
-
A filter which excludes messages of a certain level or levels
- LevelFilter(Level) - Constructor for class org.jboss.logmanager.filters.LevelFilter
-
Construct a new instance.
- LevelFilter(Collection<Level>) - Constructor for class org.jboss.logmanager.filters.LevelFilter
-
Construct a new instance.
- levelFormatStep(boolean, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
-
Create a format step which emits the log level name.
- LevelRangeFilter - Class in org.jboss.logmanager.filters
-
Log only messages that fall within a level range.
- LevelRangeFilter(Level, boolean, Level, boolean) - Constructor for class org.jboss.logmanager.filters.LevelRangeFilter
-
Create a new instance.
- lineNumberFormatStep(boolean, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
-
Create a format step which emits the source file line number with the given justification rules (NOTE: call stack
introspection introduces a significant performance penalty).
- lineSeparatorFormatStep(boolean, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
-
Create a format step which emits the platform line separator.
- localizedLevelFormatStep(boolean, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
-
Create a format step which emits the localized log level name.
- locationInformationFormatStep(boolean, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
-
Create a format step which emits the complete source location information with the given justification rules
(NOTE: call stack introspection introduces a significant performance penalty).
- log(LogRecord) - Method in class org.jboss.logmanager.Logger
- log(Level, String) - Method in class org.jboss.logmanager.Logger
- log(Level, String, Object) - Method in class org.jboss.logmanager.Logger
- log(Level, String, Object[]) - Method in class org.jboss.logmanager.Logger
- log(Level, String, Throwable) - Method in class org.jboss.logmanager.Logger
- log(String, Level, String, String, ExtLogRecord.FormatStyle, Object[], Throwable) - Method in class org.jboss.logmanager.Logger
-
SPI interface method to log a message at a given level, with a specific resource bundle.
- log(String, Level, String, ExtLogRecord.FormatStyle, Object[], Throwable) - Method in class org.jboss.logmanager.Logger
-
SPI interface method to log a message at a given level.
- log(String, Level, String, Throwable) - Method in class org.jboss.logmanager.Logger
-
SPI interface method to log a message at a given level.
- LogContext - Class in org.jboss.logmanager
-
A logging context, for producing isolated logging environments.
- 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.
- LogContextSelector - Interface in org.jboss.logmanager
-
A mechanism for determining what the current log context is.
- LogContextSelectorService - Class in org.jboss.logmanager
-
A container-friendly service which will manage the installation of a
LogContextSelector
into the log system.
- LogContextSelectorService() - Constructor for class org.jboss.logmanager.LogContextSelectorService
-
- Logger - Class in org.jboss.logmanager
-
An actual logger instance.
- Logger.AttachmentKey<V> - Class in org.jboss.logmanager
-
An attachment key instance.
- Logger.AttachmentKey() - Constructor for class org.jboss.logmanager.Logger.AttachmentKey
-
Construct a new instance.
- LoggerConfiguration - Interface in org.jboss.logmanager.config
-
Configuration for a single logger.
- loggerNameFormatStep(boolean, int, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
-
Create a format step which emits the logger name with the given justification rules.
- LoggingUncaughtExceptionHandler - Class in org.jboss.logmanager
-
Logging uncaught exception handler.
- LoggingUncaughtExceptionHandler(Logger) - Constructor for class org.jboss.logmanager.LoggingUncaughtExceptionHandler
-
Create a new instance.
- LogManager - Class in org.jboss.logmanager
-
Simplified log manager.
- LogManager() - Constructor for class org.jboss.logmanager.LogManager
-
Construct a new logmanager instance.
- logp(Level, String, String, String) - Method in class org.jboss.logmanager.Logger
- logp(Level, String, String, String, Object) - Method in class org.jboss.logmanager.Logger
- logp(Level, String, String, String, Object[]) - Method in class org.jboss.logmanager.Logger
- logp(Level, String, String, String, Throwable) - Method in class org.jboss.logmanager.Logger
- logRaw(ExtLogRecord) - Method in class org.jboss.logmanager.Logger
-
Do the logging with no level checks (they've already been done).
- logRaw(LogRecord) - Method in class org.jboss.logmanager.Logger
-
Do the logging with no level checks (they've already been done).
- logrb(Level, String, String, String, String) - Method in class org.jboss.logmanager.Logger
- logrb(Level, String, String, String, String, Object) - Method in class org.jboss.logmanager.Logger
- logrb(Level, String, String, String, String, Object[]) - Method in class org.jboss.logmanager.Logger
- logrb(Level, String, String, String, String, Throwable) - Method in class org.jboss.logmanager.Logger
- LogService - Class in org.jboss.logmanager
-
A simple log service which can be used to remove any bootstrap handlers when a real handler is configured.
- LogService() - Constructor for class org.jboss.logmanager.LogService
-
- 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.
- 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.
- PojoConfiguration - Interface in org.jboss.logmanager.config
-
- pop() - Static method in class org.jboss.logmanager.NDC
-
Pop the topmost value from the NDC stack and return it.
- prepare() - Method in interface org.jboss.logmanager.config.LogContextConfiguration
-
Prepares the current changes.
- 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.
- 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.
- publish(LogRecord) - Method in class org.jboss.logmanager.ExtHandler
- publish(ExtLogRecord) - Method in class org.jboss.logmanager.ExtHandler
-
Publish an ExtLogRecord
.
- push(String) - Static method in class org.jboss.logmanager.NDC
-
Push a value on to the NDC stack, returning the new stack depth which should later be used to restore the stack.
- put(String, String) - Static method in class org.jboss.logmanager.MDC
-
Set the value of a key, returning the old value (if any) or null
if there was none.
- putMdc(String, String) - Method in class org.jboss.logmanager.ExtLogRecord
-
Change an MDC value on this record.
- safeClose(Closeable) - Method in class org.jboss.logmanager.handlers.WriterHandler
-
Safely close the resource, reporting an error if the close fails.
- SerializedLogger - Class in org.jboss.logmanager
-
A marker class for loggers.
- SerializedLogger(String) - Constructor for class org.jboss.logmanager.SerializedLogger
-
Construct an instance.
- setAppend(boolean) - Method in class org.jboss.logmanager.handlers.FileHandler
-
Specify whether to append to the target file.
- 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.
- setColors(String) - Method in class org.jboss.logmanager.formatters.PatternFormatter
-
Set the color map to use for log levels when %K{level} is used.
- 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.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.
- 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
-
- 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 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(Filter) - Method in class org.jboss.logmanager.ExtHandler
-
- setFilter(Filter) - Method in class org.jboss.logmanager.Logger
- setFormatter(Formatter) - Method in class org.jboss.logmanager.ExtHandler
-
- setFormatter(Formatter) - Method in class org.jboss.logmanager.handlers.SyslogHandler
-
- 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.
- 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.
- 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.
- setHostname(String) - Method in class org.jboss.logmanager.handlers.SyslogHandler
-
Sets the host name which is used when sending the message to the syslog.
- 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 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(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).
- setLevelName(String) - Method in class org.jboss.logmanager.Logger
-
Set the log level by name.
- 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.
- 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).
- 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.
- 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.
- setOverflowAction(AsyncHandler.OverflowAction) - Method in class org.jboss.logmanager.handlers.AsyncHandler
-
Set the overflow action.
- setParameters(Object[]) - Method in class org.jboss.logmanager.ExtLogRecord
-
Set the parameters to the log message.
- setParent(Logger) - Method in class org.jboss.logmanager.Logger
-
Not allowed. This method may never be called.
- setPattern(String) - Method in class org.jboss.logmanager.formatters.PatternFormatter
-
Set the format pattern.
- setPort(int) - Method in class org.jboss.logmanager.handlers.SyslogHandler
-
Sets the port the syslogd server is listening on.
- 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 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 interface org.jboss.logmanager.config.PropertyConfigurable
-
Set a property value from a string.
- setResourceBundle(ResourceBundle) - Method in class org.jboss.logmanager.ExtLogRecord
-
Set the localization resource bundle.
- setResourceBundleName(String) - Method in class org.jboss.logmanager.ExtLogRecord
-
Set the localization resource bundle name.
- setRotateSize(long) - Method in class org.jboss.logmanager.handlers.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.
- 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
- setSourceFileName(String) - Method in class org.jboss.logmanager.ExtLogRecord
-
Set the source file name for this log record.
- setSourceLineNumber(int) - Method in class org.jboss.logmanager.ExtLogRecord
-
Set the source line number for this log record.
- setSourceMethodName(String) - Method in class org.jboss.logmanager.ExtLogRecord
- setSteps(FormatStep[]) - Method in class org.jboss.logmanager.formatters.MultistepFormatter
-
Assign new format steps.
- setSuffix(String) - Method in class org.jboss.logmanager.handlers.PeriodicRotatingFileHandler
-
Set the suffix string.
- setSyslogType(SyslogHandler.SyslogType) - Method in class org.jboss.logmanager.handlers.SyslogHandler
-
Set the
syslog type
this handler should use to format the message sent.
- setTarget(ConsoleHandler.Target) - Method in class org.jboss.logmanager.handlers.ConsoleHandler
-
Set the target for this console handler.
- setThreadName(String) - Method in class org.jboss.logmanager.ExtLogRecord
-
Set the thread name of this logging event.
- setTimeZone(TimeZone) - Method in class org.jboss.logmanager.handlers.PeriodicRotatingFileHandler
-
Set the configured time zone for this handler.
- setUseParentHandlers(Boolean) - Method in 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.Logger
- setWriter(Writer) - Method in class org.jboss.logmanager.handlers.OutputStreamHandler
-
Set the writer.
- setWriter(Writer) - Method in class org.jboss.logmanager.handlers.WriterHandler
-
Set the writer.
- severe(String) - Method in class org.jboss.logmanager.Logger
- simpleMessageFormatStep(boolean, int, int) - Static method in class org.jboss.logmanager.formatters.Formatters
-
Create a format step which emits the formatted log message text (simple version, no exception traces) with the given justification rules.
- SizeRotatingFileHandler - Class in org.jboss.logmanager.handlers
-
- SizeRotatingFileHandler() - Constructor for class org.jboss.logmanager.handlers.SizeRotatingFileHandler
-
Construct a new instance with no formatter and no output file.
- SizeRotatingFileHandler(File) - Constructor for class org.jboss.logmanager.handlers.SizeRotatingFileHandler
-
Construct a new instance with the given output file.
- SizeRotatingFileHandler(File, boolean) - Constructor for class org.jboss.logmanager.handlers.SizeRotatingFileHandler
-
Construct a new instance with the given output file and append setting.
- SizeRotatingFileHandler(String) - Constructor for class org.jboss.logmanager.handlers.SizeRotatingFileHandler
-
Construct a new instance with the given output file.
- SizeRotatingFileHandler(String, boolean) - Constructor for class org.jboss.logmanager.handlers.SizeRotatingFileHandler
-
Construct a new instance with the given output file and append setting.
- SizeRotatingFileHandler(long, int) - Constructor for class org.jboss.logmanager.handlers.SizeRotatingFileHandler
-
Construct a new instance with no formatter and no output file.
- SizeRotatingFileHandler(File, long, int) - Constructor for class org.jboss.logmanager.handlers.SizeRotatingFileHandler
-
Construct a new instance with the given output file.
- SizeRotatingFileHandler(File, boolean, long, int) - Constructor for class org.jboss.logmanager.handlers.SizeRotatingFileHandler
-
Construct a new instance with the given output file and append setting.
- start() - Method in class org.jboss.logmanager.LogContextSelectorService
-
Install the selector.
- start() - Method in class org.jboss.logmanager.LogService
-
Start method; removes and saves bootstrap handlers.
- stop() - Method in class org.jboss.logmanager.LogContextSelectorService
-
Uninstall the selector.
- stop() - Method in class org.jboss.logmanager.LogService
-
Stop method; removes root handlers and restores the bootstrap handlers.
- STRING_RESOLVER - Static variable in interface org.jboss.logmanager.config.ValueExpression
-
- 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.
- 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.Facility - Enum in org.jboss.logmanager.handlers
-
- SyslogHandler.Severity - Enum in org.jboss.logmanager.handlers
-
- SyslogHandler.SyslogType - Enum in org.jboss.logmanager.handlers
-
The syslog type used for formatting the message.
- 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.
- 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.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.
- values() - Static method in enum org.jboss.logmanager.ExtLogRecord.FormatStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.logmanager.handlers.AsyncHandler.OverflowAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.logmanager.handlers.ConsoleHandler.Target
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.logmanager.handlers.PeriodicRotatingFileHandler.Period
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- 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.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.