Skip navigation links
WildFly: Logging Subsystem 2.0.1.Final
A B C D E F G H I J L M N O P R S T U V W 

A

ACCEPT - Static variable in interface org.jboss.as.logging.CommonAttributes
 
activate() - Method in class org.jboss.as.logging.logmanager.Log4jAppenderHandler
Activates the appender only if it's an option handler.
ACTIVATE_OPTIONS_METHOD_NAME - Static variable in class org.jboss.as.logging.logmanager.Log4jAppenderHandler
 
activateOptions() - Method in class org.jboss.as.logging.logmanager.Log4jAppenderHandler.FormatterLayout
 
ACTIVATOR_PROPERTY_METHOD_NAME - Static variable in class org.jboss.as.logging.logmanager.Log4jAppenderHandler
 
ADD_HANDLER_OPERATION_NAME - Static variable in interface org.jboss.as.logging.CommonAttributes
 
addErrorManagerConfiguration(String, String, String, String...) - Method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
 
addFilterConfiguration(String, String, String, String...) - Method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
 
addFormatterConfiguration(String, String, String, String...) - Method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
 
addHandlerConfiguration(String, String, String, String...) - Method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
 
addLogApiClassLoader(ClassLoader) - Method in interface org.jboss.as.logging.logmanager.WildFlyLogContextSelector
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.
addLoggerConfiguration(String) - Method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
 
addPojoConfiguration(String, String, String, String...) - Method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
 
ALL - Static variable in interface org.jboss.as.logging.CommonAttributes
 
ANY - Static variable in interface org.jboss.as.logging.CommonAttributes
 
APPEND - Static variable in interface org.jboss.as.logging.CommonAttributes
 
AUTOFLUSH - Static variable in interface org.jboss.as.logging.CommonAttributes
 

B

build() - Method in class org.jboss.as.logging.LogHandlerListAttributeDefinition.Builder
 
build() - Method in class org.jboss.as.logging.PropertyAttributeDefinition.Builder
 
build() - Method in class org.jboss.as.logging.PropertyObjectTypeAttributeDefinition.Builder
 
Builder(String, AttributeDefinition...) - Constructor for class org.jboss.as.logging.PropertyObjectTypeAttributeDefinition.Builder
 

C

cannotAccessClass(Throwable, String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating the class, represented by the className parameter, cannot be accessed.
cannotAddHandlerToSelf(String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
A message indicating the handler cannot be attached to itself.
cannotAssignNullToPrimitive(String, Class<?>) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating null cannot be assigned to a primitive property.
cannotInstantiateClass(Throwable, String, String, String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating the class, represented by the className parameter, could not be instantiated.
cannotLoadModule(Throwable, String, String, String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating a failure to load the module.
cannotRegisterResourceOfType(String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Create a failure description message indicating that the resource of given type can not be registered.
cannotRemoveResourceOfType(String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Create a failure description message indicating that the resource of given type can not be removed.
cannotSetRemovedProperty(String, String, String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating the property cannot be set as it's been removed.
cannotUnassignHandler(String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
A message indicating the handler, represented by the handlerName parameter could not be unassigned as it was not assigned.
CATEGORY - Static variable in class org.jboss.as.logging.LoggerResourceDefinition
 
CHANGE_LEVEL - Static variable in interface org.jboss.as.logging.CommonAttributes
 
CHANGE_LEVEL_OPERATION_NAME - Static variable in class org.jboss.as.logging.LoggerResourceDefinition
 
CLASS - Static variable in interface org.jboss.as.logging.CommonAttributes
 
classNotFound(Throwable, String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating the class, represented by the className parameter, could not be found.
clone() - Method in class org.jboss.as.logging.LoggingResource
 
close() - Method in class org.jboss.as.logging.logmanager.Log4jAppenderHandler
 
COLOR_MAP - Static variable in class org.jboss.as.logging.PatternFormatterResourceDefinition
 
commit() - Method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
 
CommonAttributes - Interface in org.jboss.as.logging
 
compare(PathElement, PathElement) - Method in class org.jboss.as.logging.LoggingExtension.LoggingChildResourceComparator
 
CONFIGURATION - Static variable in class org.jboss.as.logging.deployments.resources.LoggingDeploymentResources
 
ConfigurationPersistence - Class in org.jboss.as.logging.logmanager
Persists the logging.properties file.
ConfigurationPersistence() - Constructor for class org.jboss.as.logging.logmanager.ConfigurationPersistence
 
ConfigurationPersistence(LogContext) - Constructor for class org.jboss.as.logging.logmanager.ConfigurationPersistence
 
ConfigurationPersistence(PropertyConfigurator) - Constructor for class org.jboss.as.logging.logmanager.ConfigurationPersistence
 
ConfigurationProperty<T> - Interface in org.jboss.as.logging
Used for configuring logging properties.
configure(InputStream) - Method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
 
correct(ModelNode, ModelNode) - Method in class org.jboss.as.logging.correctors.FileCorrector
 
create() - Static method in class org.jboss.as.logging.logmanager.WildFlyLogContextSelector.Factory
 
createOperationFailure(String) - Static method in class org.jboss.as.logging.Logging
Creates a new OperationFailedException with the message as a model node.
createOperationFailure(Throwable, String) - Static method in class org.jboss.as.logging.Logging
Creates a new OperationFailedException with the message as a model node and the cause.
CURRENT - Static variable in enum org.jboss.as.logging.Namespace
The current namespace version.

D

DefaultPropertySorter(Comparator<String>) - Constructor for class org.jboss.as.logging.logmanager.PropertySorter.DefaultPropertySorter
 
DENY - Static variable in interface org.jboss.as.logging.CommonAttributes
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.logging.deployments.LoggingDependencyDeploymentProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.logging.deployments.LoggingDeploymentResourceProcessor
 
deploymentNameNotFound(PathAddress) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating the deployment name was not found on the address.
doPublish(ExtLogRecord) - Method in class org.jboss.as.logging.logmanager.Log4jAppenderHandler
 

E

ElementAttributeMarshaller - Class in org.jboss.as.logging
 
ENABLED - Static variable in interface org.jboss.as.logging.CommonAttributes
 
ENCODING - Static variable in interface org.jboss.as.logging.CommonAttributes
 
equals(Object) - Method in class org.jboss.as.logging.PropertyAttributeDefinition
 
ERROR_MANAGER - Static variable in class org.jboss.as.logging.deployments.resources.LoggingDeploymentResources
 
errorManagerAlreadyExists(String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating the error manager already exists.
errorManagerNotFound(String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating the error manager could not be found.
errorProcessingLogDirectory(String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
 
errorProcessingLoggingConfiguration(Throwable) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating an error occurred while searching for logging configuration files.
errorSettingProperty(Throwable, String, String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Logs a warning message indicating an error occurred trying to set the property, represented by the propertyName parameter, on the handler class, represented by the className parameter.
exists(String) - Method in class org.jboss.as.logging.LoggingProfileContextSelector
Checks to see if the logging profile has a log context associated with it.
expected(String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating the token was expected next in the filter expression.
expected(String, String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating the one or the other tokens was expected next in the filter expression.
expectedIdentifier() - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating an identifier was expected next in the filter expression.
expectedString() - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating a string was expected next in the filter expression.
extensionNotInitialized() - Method in interface org.jboss.as.logging.logging.LoggingLogger
Logs a warning message indicating the LogManager is required and the logging subsystem was not initialized.
extraData() - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating extra data was found in the filter expression.

F

Factory() - Constructor for class org.jboss.as.logging.logmanager.WildFlyLogContextSelector.Factory
 
failedToCloseResource(Throwable, Closeable) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Logs an error message indicating to failure to close the resource represented by the closeable parameter.
failedToConfigureLogging(Throwable, String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating a failure to configure logging with the configuration file represented by the fileName parameter.
failedToLoadClass(Throwable, String, String, String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating a failure to load the class.
failedToLocateConstructor(Throwable, String, String, String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating a failure to locate the constructor.
failedToReadLogFile(Throwable, String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating a failure to read the log file.
failedToSetHandlerEncoding(Throwable, String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
A message indicating the handler encoding failed to set.
failedToWriteConfigurationFile(Throwable, File) - Method in interface org.jboss.as.logging.logging.LoggingLogger
A message indicating a failure to write the configuration file.
FILE - Static variable in interface org.jboss.as.logging.CommonAttributes
 
FileCorrector - Class in org.jboss.as.logging.correctors
Corrects the relative-to attribute.
FileCorrector() - Constructor for class org.jboss.as.logging.correctors.FileCorrector
 
FileResolver - Class in org.jboss.as.logging.resolvers
Used to resolve an absolute path for a file.
FileValidator - Class in org.jboss.as.logging.validators
Validates the file attribute.
FileValidator() - Constructor for class org.jboss.as.logging.validators.FileValidator
 
FILTER - Static variable in interface org.jboss.as.logging.CommonAttributes
 
FILTER - Static variable in class org.jboss.as.logging.deployments.resources.LoggingDeploymentResources
 
FILTER_PATTERN - Static variable in interface org.jboss.as.logging.CommonAttributes
 
FILTER_SPEC - Static variable in interface org.jboss.as.logging.CommonAttributes
 
filterAlreadyExists(String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating the filter already exists.
filterNotFound(String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating the filter could not be found.
filterNotSupported() - Method in interface org.jboss.as.logging.logging.LoggingLogger
Logs a warning message indicating filters are not currently supported for log4j appenders.
flush() - Method in class org.jboss.as.logging.logmanager.Log4jAppenderHandler
 
forDeployment(PathAddress) - Static method in class org.jboss.as.logging.deployments.LoggingConfigurationService
Create the service name used for this service on a deployment.
forget() - Method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
 
format(LoggingEvent) - Method in class org.jboss.as.logging.logmanager.Log4jAppenderHandler.FormatterLayout
 
FORMATTER - Static variable in class org.jboss.as.logging.deployments.resources.LoggingDeploymentResources
 
formatterAlreadyExists(String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating the formatter already exists.
FormatterLayout(Formatter) - Constructor for class org.jboss.as.logging.logmanager.Log4jAppenderHandler.FormatterLayout
Construct a new instance.
formatterNotFound(String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating the formatter could not be found.
forUri(String) - Static method in enum org.jboss.as.logging.Namespace
 
fromString(String) - Static method in enum org.jboss.as.logging.Target
 

G

get(String) - Method in class org.jboss.as.logging.LoggingProfileContextSelector
Returns the log context associated with the logging profile or null if the logging profile does not have an associated log context.
getAccessConstraints() - Method in class org.jboss.as.logging.LoggerResourceDefinition
 
getAllowedValues() - Method in class org.jboss.as.logging.validators.LogLevelValidator
 
getAndSet(Object, LogContext) - Method in interface org.jboss.as.logging.logmanager.WildFlyLogContextSelector
Get and set the log context.
getAppender() - Method in class org.jboss.as.logging.logmanager.Log4jAppenderHandler
Get the log4j appender.
getChild(PathElement) - Method in class org.jboss.as.logging.LoggingResource
 
getChildren(String) - Method in class org.jboss.as.logging.LoggingResource
 
getChildrenNames(String) - Method in class org.jboss.as.logging.LoggingResource
 
getChildTypes() - Method in class org.jboss.as.logging.LoggingResource
 
getConfiguration() - Method in class org.jboss.as.logging.deployments.LoggingConfigurationService
Returns an identifier for the configuration being used.
getConfigurationPersistence(LogContext) - Static method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
Gets the property configurator.
getErrorManagerConfiguration(String) - Method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
 
getErrorManagerNames() - Method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
 
getFilterConfiguration(String) - Method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
 
getFilterNames() - Method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
 
getFormatterConfiguration(String) - Method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
 
getFormatterNames() - Method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
 
getHandlerConfiguration(String) - Method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
 
getHandlerNames() - Method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
 
getInstance() - Static method in class org.jboss.as.logging.LoggingProfileContextSelector
 
getLogContext() - Method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
 
getLogContextConfiguration() - Method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
Get the log context configuration.
getLoggerConfiguration(String) - Method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
 
getLoggerNames() - Method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
 
getModel() - Method in class org.jboss.as.logging.LoggingResource
 
getOrCreate(String) - Method in class org.jboss.as.logging.LoggingProfileContextSelector
Get or create the log context based on the logging profile.
getOrCreateConfigurationPersistence() - Static method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
Gets the property configurator.
getOrCreateConfigurationPersistence(LogContext) - Static method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
Gets the property configurator.
getOrderedChildTypes() - Method in class org.jboss.as.logging.LoggingResource
 
getPojoConfiguration(String) - Method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
 
getPojoNames() - Method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
 
getPropertyName() - Method in interface org.jboss.as.logging.ConfigurationProperty
Returns the property name for the logging configuration property.
getPropertyName() - Method in class org.jboss.as.logging.LogHandlerListAttributeDefinition
 
getPropertyName() - Method in class org.jboss.as.logging.PropertyAttributeDefinition
 
getPropertyName() - Method in class org.jboss.as.logging.PropertyObjectTypeAttributeDefinition
 
getResourceDescriptionResolver(String...) - Static method in class org.jboss.as.logging.LoggingExtension
Returns a resource description resolver that uses common descriptions for some attributes.
getStdioContext() - Method in class org.jboss.as.logging.stdio.LogContextStdioContextSelector
 
getUriString() - Method in enum org.jboss.as.logging.Namespace
Get the URI of this namespace.
getValue() - Method in class org.jboss.as.logging.deployments.LoggingConfigurationService
 

H

HANDLER - Static variable in interface org.jboss.as.logging.CommonAttributes
 
HANDLER - Static variable in class org.jboss.as.logging.deployments.resources.LoggingDeploymentResources
 
HANDLER_NAME - Static variable in interface org.jboss.as.logging.CommonAttributes
 
handlerAlreadyDefined(String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
A message indicating the handler, represented by the name parameter, is already assigned.
handlerAttachedToHandlers(String, Collection<String>) - Method in interface org.jboss.as.logging.logging.LoggingLogger
A message indicating the handler is attached to the handlers.
handlerAttachedToLoggers(String, Collection<String>) - Method in interface org.jboss.as.logging.logging.LoggingLogger
A message indicating the handler is attached to the loggers.
handlerClosed() - Method in interface org.jboss.as.logging.logging.LoggingLogger
An exception indicating a handler has been closed.
handlerClosed(String, String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
An exception indicating a property cannot be set on a closed handler.
handlerConfigurationNotFound(String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
A message indicating the handler configuration could not be found.
handlerNotFound(String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
A message indicating the handler, represented by the name parameter, was not found.
HandlerResolver - Class in org.jboss.as.logging.resolvers
Date: 15.12.2011
HANDLERS - Static variable in interface org.jboss.as.logging.CommonAttributes
 
HandlersAttributeMarshaller - Class in org.jboss.as.logging
 
HandlersAttributeMarshaller() - Constructor for class org.jboss.as.logging.HandlersAttributeMarshaller
 
hasChild(PathElement) - Method in class org.jboss.as.logging.LoggingResource
 
hasChildren(String) - Method in class org.jboss.as.logging.LoggingResource
 
hashCode() - Method in class org.jboss.as.logging.PropertyAttributeDefinition
 

I

ignoresThrowable() - Method in class org.jboss.as.logging.logmanager.Log4jAppenderHandler.FormatterLayout
 
initialize(ExtensionContext) - Method in class org.jboss.as.logging.LoggingExtension
 
initializeParsers(ExtensionParsingContext) - Method in class org.jboss.as.logging.LoggingExtension
 
INSTANCE - Static variable in class org.jboss.as.logging.correctors.FileCorrector
 
INSTANCE - Static variable in class org.jboss.as.logging.HandlersAttributeMarshaller
 
INSTANCE - Static variable in class org.jboss.as.logging.resolvers.FileResolver
 
INSTANCE - Static variable in class org.jboss.as.logging.resolvers.HandlerResolver
 
INSTANCE - Static variable in class org.jboss.as.logging.resolvers.LevelResolver
 
INSTANCE - Static variable in class org.jboss.as.logging.resolvers.OverflowActionResolver
 
INSTANCE - Static variable in class org.jboss.as.logging.resolvers.SizeResolver
 
INSTANCE - Static variable in class org.jboss.as.logging.resolvers.TargetResolver
 
invalidEscapeFoundInFilterExpression() - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating an invalid escape was found in the filter expression string.
invalidFilter(String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
A message indicating the filter is invalid.
invalidLogFile(String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating the path is a directory and cannot be used as a log file.
invalidLogLevel(String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
A message indicating the log level, represented by the level parameter, is invalid.
invalidOverflowAction(String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
A message indicating the overflow action, represented by the overflowAction parameter, is invalid.
invalidPath(String, String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
A message indicating an absolute path cannot be used when a relative-to path is being used.
invalidProperty(String, String, String, Class<?>) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating no property with the name, represented by the propertyName parameter, was found on the type.
invalidPropertyAttribute(String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Logs a warning message indicating the attribute, represented by the name parameter, is not a configurable property value.
invalidRelativeTo(String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
A message indicating an absolute path cannot be specified for relative-to.
invalidSize(String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
A message indicating the size is invalid.
invalidSuffix(String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
A message indicating a suffix is invalid.
invalidTargetName(EnumSet<Target>) - Method in interface org.jboss.as.logging.logging.LoggingLogger
A message indicating the target name value is invalid.
invalidValueTypeKey(String, Collection<String>) - Method in interface org.jboss.as.logging.logging.LoggingLogger
A message indicating the value type key, represented by the kry parameter, is invalid.
isModelDefined() - Method in class org.jboss.as.logging.LoggingResource
 
isProxy() - Method in class org.jboss.as.logging.LoggingResource
 
isReorderRequired(PropertyConfigurable) - Method in class org.jboss.as.logging.logmanager.PropertySorter.DefaultPropertySorter
 
isReorderRequired(PropertyConfigurable) - Method in interface org.jboss.as.logging.logmanager.PropertySorter
Checks the properties and returns true if the properties should be sorted by invoking PropertySorter.sort(org.jboss.logmanager.config.PropertyConfigurable), otherwise false.
isRuntime() - Method in class org.jboss.as.logging.LoggingResource
 

J

julConfigurationFileFound(String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Logs a warning message indicating the configuration file found appears to be a J.U.L. configuration file and the log manager does not allow this configuration.

L

LEGACY_ADD_HANDLER_OPERATION_NAME - Static variable in class org.jboss.as.logging.LoggerResourceDefinition
 
LEGACY_REMOVE_HANDLER_OPERATION_NAME - Static variable in class org.jboss.as.logging.LoggerResourceDefinition
 
LEVEL - Static variable in interface org.jboss.as.logging.CommonAttributes
 
LEVEL_RANGE_LEGACY - Static variable in interface org.jboss.as.logging.CommonAttributes
 
LevelResolver - Class in org.jboss.as.logging.resolvers
Date: 15.12.2011
LEVELS - Static variable in class org.jboss.as.logging.validators.LogLevelValidator
 
Log4jAppenderHandler - Class in org.jboss.as.logging.logmanager
Wraps a log4j appender to a handler.
Log4jAppenderHandler() - Constructor for class org.jboss.as.logging.logmanager.Log4jAppenderHandler
 
Log4jAppenderHandler(Appender) - Constructor for class org.jboss.as.logging.logmanager.Log4jAppenderHandler
Construct a new instance.
Log4jAppenderHandler(Appender, boolean) - Constructor for class org.jboss.as.logging.logmanager.Log4jAppenderHandler
Construct a new instance, possibly applying a Layout to the given appender instance.
Log4jAppenderHandler.FormatterLayout - Class in org.jboss.as.logging.logmanager
An emulator for log4j Layouts.
logContextNotRemoved(LogContext, String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Logs an error message indicating the log context associated with the deployment could not be removed from the log context selector.
LogContextStdioContextSelector - Class in org.jboss.as.logging.stdio
 
LogContextStdioContextSelector(StdioContext) - Constructor for class org.jboss.as.logging.stdio.LogContextStdioContextSelector
 
logFileNotFound(String, String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating the file was found in the log directory.
LOGGER - Static variable in class org.jboss.as.logging.deployments.resources.LoggingDeploymentResources
 
LOGGER - Static variable in class org.jboss.as.logging.LoggerResourceDefinition
 
loggerAlreadyExists(String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating the logger already exists.
loggerConfigurationNotFound(String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
A message indicating the logger configuration could not be found.
loggerNotFound(String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
A message indicating the logger, represented by the name parameter was not found.
LoggerResourceDefinition - Class in org.jboss.as.logging
 
LoggerResourceDefinition(boolean) - Constructor for class org.jboss.as.logging.LoggerResourceDefinition
 
Logging - Class in org.jboss.as.logging
A set of utilities for the logging subsystem.
LOGGING_CONFIGURATION_SERVICE_KEY - Static variable in class org.jboss.as.logging.deployments.LoggingDeploymentResourceProcessor
The attachment key used to attach the service.
LOGGING_PROFILE - Static variable in interface org.jboss.as.logging.CommonAttributes
 
LOGGING_PROFILES - Static variable in interface org.jboss.as.logging.CommonAttributes
 
LoggingChildResourceComparator() - Constructor for class org.jboss.as.logging.LoggingExtension.LoggingChildResourceComparator
 
LoggingConfigDeploymentProcessor - Class in org.jboss.as.logging.deployments
 
LoggingConfigDeploymentProcessor(WildFlyLogContextSelector, String, boolean) - Constructor for class org.jboss.as.logging.deployments.LoggingConfigDeploymentProcessor
 
LoggingConfigurationService - Class in org.jboss.as.logging.deployments
A service use to query the logging configuration for the deployment.
LoggingConfigurationService(LogContextConfiguration, String) - Constructor for class org.jboss.as.logging.deployments.LoggingConfigurationService
 
LoggingDependencyDeploymentProcessor - Class in org.jboss.as.logging.deployments
Adds the default logging dependencies to the deployment.
LoggingDependencyDeploymentProcessor() - Constructor for class org.jboss.as.logging.deployments.LoggingDependencyDeploymentProcessor
 
LoggingDeploymentResourceProcessor - Class in org.jboss.as.logging.deployments
Process a deployment and ensures a logging configuration service has been added.
LoggingDeploymentResourceProcessor() - Constructor for class org.jboss.as.logging.deployments.LoggingDeploymentResourceProcessor
 
LoggingDeploymentResources - Class in org.jboss.as.logging.deployments.resources
 
LoggingDeploymentResources() - Constructor for class org.jboss.as.logging.deployments.resources.LoggingDeploymentResources
 
LoggingExtension - Class in org.jboss.as.logging
 
LoggingExtension() - Constructor for class org.jboss.as.logging.LoggingExtension
 
LoggingExtension.LoggingChildResourceComparator - Class in org.jboss.as.logging
 
LoggingLogger - Interface in org.jboss.as.logging.logging
Date: 09.06.2011
LoggingProfileContextSelector - Class in org.jboss.as.logging
 
LoggingProfileDeploymentProcessor - Class in org.jboss.as.logging.deployments
 
LoggingProfileDeploymentProcessor(WildFlyLogContextSelector) - Constructor for class org.jboss.as.logging.deployments.LoggingProfileDeploymentProcessor
 
loggingProfileNotFound(String, ResourceRoot) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Logs a warning message indicating the deployment specified a logging profile, but the logging profile was not found.
LoggingProfileOperations - Class in org.jboss.as.logging
 
LoggingProfileOperations() - Constructor for class org.jboss.as.logging.LoggingProfileOperations
 
LoggingResource - Class in org.jboss.as.logging
 
LoggingResource(PathManager) - Constructor for class org.jboss.as.logging.LoggingResource
 
LoggingResource(Resource, PathManager) - Constructor for class org.jboss.as.logging.LoggingResource
 
LoggingResourceDefinition - Class in org.jboss.as.logging
 
LoggingResourceDefinition(PathManager, WildFlyLogContextSelector) - Constructor for class org.jboss.as.logging.LoggingResourceDefinition
 
LoggingSubsystemWriter - Class in org.jboss.as.logging
 
LoggingSubsystemWriter() - Constructor for class org.jboss.as.logging.LoggingSubsystemWriter
 
LogHandlerListAttributeDefinition - Class in org.jboss.as.logging
Date: 13.10.2011
LogHandlerListAttributeDefinition.Builder - Class in org.jboss.as.logging
 
LogLevelValidator - Class in org.jboss.as.logging.validators
Checks the value to see if it's a valid Level.
LogLevelValidator(boolean) - Constructor for class org.jboss.as.logging.validators.LogLevelValidator
 
LogLevelValidator(boolean, Level...) - Constructor for class org.jboss.as.logging.validators.LogLevelValidator
 
LogLevelValidator(boolean, boolean) - Constructor for class org.jboss.as.logging.validators.LogLevelValidator
 
LogLevelValidator(boolean, boolean, Level...) - Constructor for class org.jboss.as.logging.validators.LogLevelValidator
 

M

marshallAsElement(AttributeDefinition, ModelNode, boolean, XMLStreamWriter) - Method in class org.jboss.as.logging.ElementAttributeMarshaller
 
marshallAsElement(AttributeDefinition, ModelNode, boolean, XMLStreamWriter) - Method in class org.jboss.as.logging.HandlersAttributeMarshaller
 
MATCH - Static variable in interface org.jboss.as.logging.CommonAttributes
 
MAX_INCLUSIVE - Static variable in interface org.jboss.as.logging.CommonAttributes
 
MAX_LEVEL - Static variable in interface org.jboss.as.logging.CommonAttributes
 
MIN_INCLUSIVE - Static variable in interface org.jboss.as.logging.CommonAttributes
 
MIN_LEVEL - Static variable in interface org.jboss.as.logging.CommonAttributes
 
missingRequiredNestedFilterElement() - Method in interface org.jboss.as.logging.logging.LoggingLogger
A message indicating the required nested filter element is missing.
ModelNodeResolver<T> - Interface in org.jboss.as.logging.resolvers
 
MODULE - Static variable in interface org.jboss.as.logging.CommonAttributes
 

N

NAME - Static variable in interface org.jboss.as.logging.CommonAttributes
 
NAME_ATTRIBUTE_MARSHALLER - Static variable in class org.jboss.as.logging.ElementAttributeMarshaller
 
Namespace - Enum in org.jboss.as.logging
 
navigate(PathAddress) - Method in class org.jboss.as.logging.LoggingResource
 
nestedHandlersNotSupported(Class<? extends Handler>) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating the handler does not support nested handlers.
NEW_LEVEL - Static variable in interface org.jboss.as.logging.CommonAttributes
 
NO_OP - Static variable in interface org.jboss.as.logging.logmanager.PropertySorter
A default no-op sorter that always returns false on the PropertySorter.isReorderRequired(org.jboss.logmanager.config.PropertyConfigurable) method.
NOT - Static variable in interface org.jboss.as.logging.CommonAttributes
 
NOT_EMPTY_NULLABLE_STRING_VALIDATOR - Static variable in class org.jboss.as.logging.validators.Validators
 
nullVar(String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating the variable, represented by the name parameter, is null.

O

of(String) - Static method in class org.jboss.as.logging.LogHandlerListAttributeDefinition.Builder
Creates a builder for LogHandlerListAttributeDefinition.
of(String, ModelType) - Static method in class org.jboss.as.logging.PropertyAttributeDefinition.Builder
Creates a builder for PropertyAttributeDefinition.
of(String, ModelType, boolean) - Static method in class org.jboss.as.logging.PropertyAttributeDefinition.Builder
Creates a builder for PropertyAttributeDefinition.
of(String, AttributeDefinition...) - Static method in class org.jboss.as.logging.PropertyObjectTypeAttributeDefinition.Builder
 
org.jboss.as.logging - package org.jboss.as.logging
 
org.jboss.as.logging.correctors - package org.jboss.as.logging.correctors
 
org.jboss.as.logging.deployments - package org.jboss.as.logging.deployments
 
org.jboss.as.logging.deployments.resources - package org.jboss.as.logging.deployments.resources
 
org.jboss.as.logging.logging - package org.jboss.as.logging.logging
 
org.jboss.as.logging.logmanager - package org.jboss.as.logging.logmanager
 
org.jboss.as.logging.resolvers - package org.jboss.as.logging.resolvers
 
org.jboss.as.logging.stdio - package org.jboss.as.logging.stdio
 
org.jboss.as.logging.validators - package org.jboss.as.logging.validators
 
OverflowActionResolver - Class in org.jboss.as.logging.resolvers
Date: 15.12.2011

P

parseSize(ModelNode) - Method in class org.jboss.as.logging.resolvers.SizeResolver
 
pathManagerServiceNotStarted() - Method in interface org.jboss.as.logging.logging.LoggingLogger
 
PATTERN - Static variable in class org.jboss.as.logging.PatternFormatterResourceDefinition
 
PATTERN_FORMATTER - Static variable in class org.jboss.as.logging.PatternFormatterResourceDefinition
 
PatternFormatterResourceDefinition - Class in org.jboss.as.logging
 
PatternFormatterResourceDefinition() - Constructor for class org.jboss.as.logging.PatternFormatterResourceDefinition
 
PER_DEPLOYMENT_LOGGING - Static variable in class org.jboss.as.logging.deployments.LoggingConfigDeploymentProcessor
Deprecated.
use the use-deployment-logging-config on the root resource
perDeploymentPropertyDeprecated(String, String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Deprecated.
perLoggingDeploymentIgnored(String, String, String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Deprecated.
POJO - Static variable in class org.jboss.as.logging.deployments.resources.LoggingDeploymentResources
 
prepare() - Method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
 
processDeployment(DeploymentPhaseContext, DeploymentUnit, ResourceRoot) - Method in class org.jboss.as.logging.deployments.LoggingConfigDeploymentProcessor
 
processDeployment(DeploymentPhaseContext, DeploymentUnit, ResourceRoot) - Method in class org.jboss.as.logging.deployments.LoggingProfileDeploymentProcessor
 
PROPERTIES - Static variable in interface org.jboss.as.logging.CommonAttributes
 
propertyAlreadyRemoved(String, String, String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating the property could not be removed as it's already been removed
PropertyAttributeDefinition - Class in org.jboss.as.logging
Defines an attribute with a property name.
PropertyAttributeDefinition.Builder - Class in org.jboss.as.logging
 
PropertyObjectTypeAttributeDefinition - Class in org.jboss.as.logging
Date: 15.11.2011
PropertyObjectTypeAttributeDefinition.Builder - Class in org.jboss.as.logging
 
propertySetterNotFound(String, String, String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating the property has no setter method.
PropertySorter - Interface in org.jboss.as.logging.logmanager
An interfaced used to determine if properties should be resorted and if so sort them.
PropertySorter.DefaultPropertySorter - Class in org.jboss.as.logging.logmanager
A default configurator that uses a comparator to determine whether the properties should be sorted and the sort order.
propertyTypeNotFound(String, String, String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating the property type could not be determined.

R

readable() - Static method in enum org.jboss.as.logging.Namespace
 
readNotAllowed(String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating the user cannot read the file.
RegexValidator - Class in org.jboss.as.logging.validators
A validator that accepts a pattern to test the {@link org.jboss.dmr.ModelNode#asString() string value parameter.
RegexValidator(ModelType, boolean, boolean, String) - Constructor for class org.jboss.as.logging.validators.RegexValidator
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.logging.LoggerResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.logging.LoggingResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.logging.PatternFormatterResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.logging.RootLoggerResourceDefinition
 
registerChild(PathElement, Resource) - Method in class org.jboss.as.logging.LoggingResource
 
registerChild(PathElement, int, Resource) - Method in class org.jboss.as.logging.LoggingResource
 
registerDeploymentResource(DeploymentResourceSupport, LoggingConfigurationService) - Static method in class org.jboss.as.logging.deployments.resources.LoggingDeploymentResources
Registers the deployment resources needed.
registeredCount() - Method in interface org.jboss.as.logging.logmanager.WildFlyLogContextSelector
Returns the number of registered log contexts.
registerLogContext(ClassLoader, LogContext) - Method in interface org.jboss.as.logging.logmanager.WildFlyLogContextSelector
Register a class loader with a log context.
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.logging.LoggerResourceDefinition
 
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.logging.LoggingResourceDefinition
 
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.logging.RootLoggerResourceDefinition
 
registerTransformers(KnownModelVersion, ResourceTransformationDescriptionBuilder, ResourceTransformationDescriptionBuilder) - Method in class org.jboss.as.logging.LoggerResourceDefinition
 
registerTransformers(KnownModelVersion, ResourceTransformationDescriptionBuilder, ResourceTransformationDescriptionBuilder) - Method in class org.jboss.as.logging.LoggingResourceDefinition
 
registerTransformers(KnownModelVersion, ResourceTransformationDescriptionBuilder, ResourceTransformationDescriptionBuilder) - Method in class org.jboss.as.logging.PatternFormatterResourceDefinition
 
registerTransformers(KnownModelVersion, ResourceTransformationDescriptionBuilder, ResourceTransformationDescriptionBuilder) - Method in class org.jboss.as.logging.RootLoggerResourceDefinition
 
remove(String) - Method in class org.jboss.as.logging.LoggingProfileContextSelector
Removes the associated log context from the logging profile.
REMOVE_HANDLER_OPERATION_NAME - Static variable in interface org.jboss.as.logging.CommonAttributes
 
removeChild(PathElement) - Method in class org.jboss.as.logging.LoggingResource
 
removeErrorManagerConfiguration(String) - Method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
 
removeFilterConfiguration(String) - Method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
 
removeFormatterConfiguration(String) - Method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
 
removeHandlerConfiguration(String) - Method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
 
removeLogApiClassLoader(ClassLoader) - Method in interface org.jboss.as.logging.logmanager.WildFlyLogContextSelector
Remove a class loader from the known log APIs set.
removeLoggerConfiguration(String) - Method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
 
removePojoConfiguration(String) - Method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
 
REPLACE - Static variable in interface org.jboss.as.logging.CommonAttributes
 
REPLACE_ALL - Static variable in interface org.jboss.as.logging.CommonAttributes
 
REPLACEMENT - Static variable in interface org.jboss.as.logging.CommonAttributes
 
replacingConfigurator(Configurator) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Logs a warning message indicating the configurator class is an unknown type and will be replaced.
replacingNamedHandler(String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Logs a warning message indicating the handler is being replaced due to a different type or module name.
requireChild(PathElement) - Method in class org.jboss.as.logging.LoggingResource
 
requiresReload(Set<AttributeAccess.Flag>) - Static method in class org.jboss.as.logging.Logging
Checks to see within the flags if a reload, i.e.
requiresRestart(Set<AttributeAccess.Flag>) - Static method in class org.jboss.as.logging.Logging
Checks to see within the flags if a restart of any kind is required.
resolvePath(OperationContext, String, String) - Static method in class org.jboss.as.logging.resolvers.FileResolver
Resolves the path based on the relative to and the path.
resolvePropertyValue(OperationContext, ModelNode) - Method in interface org.jboss.as.logging.ConfigurationProperty
Resolves the value of the model node the type.
resolvePropertyValue(OperationContext, ModelNode) - Method in class org.jboss.as.logging.LogHandlerListAttributeDefinition
 
resolvePropertyValue(OperationContext, ModelNode) - Method in class org.jboss.as.logging.PropertyAttributeDefinition
 
resolvePropertyValue(OperationContext, ModelNode) - Method in class org.jboss.as.logging.PropertyObjectTypeAttributeDefinition
 
resolver() - Method in interface org.jboss.as.logging.ConfigurationProperty
Returns the resolver for the attribute.
resolver() - Method in class org.jboss.as.logging.LogHandlerListAttributeDefinition
 
resolver() - Method in class org.jboss.as.logging.PropertyAttributeDefinition
 
resolver() - Method in class org.jboss.as.logging.PropertyObjectTypeAttributeDefinition
 
resolveValue(OperationContext, ModelNode) - Method in class org.jboss.as.logging.resolvers.FileResolver
 
resolveValue(OperationContext, ModelNode) - Method in class org.jboss.as.logging.resolvers.HandlerResolver
 
resolveValue(OperationContext, ModelNode) - Method in class org.jboss.as.logging.resolvers.LevelResolver
 
resolveValue(OperationContext, ModelNode) - Method in interface org.jboss.as.logging.resolvers.ModelNodeResolver
Formats the attribute to the desired type.
resolveValue(OperationContext, ModelNode) - Method in class org.jboss.as.logging.resolvers.OverflowActionResolver
 
resolveValue(OperationContext, ModelNode) - Method in class org.jboss.as.logging.resolvers.SizeResolver
 
resolveValue(OperationContext, ModelNode) - Method in class org.jboss.as.logging.resolvers.TargetResolver
 
rollback() - Method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
Rolls back the runtime changes.
rollbackFailure(Throwable) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating a failure was detected while performing a rollback.
ROOT_LOGGER - Static variable in interface org.jboss.as.logging.logging.LoggingLogger
A root logger with the category of the package name.
ROOT_LOGGER_ADD_HANDLER_OPERATION_NAME - Static variable in class org.jboss.as.logging.RootLoggerResourceDefinition
 
ROOT_LOGGER_ADD_OPERATION_NAME - Static variable in class org.jboss.as.logging.RootLoggerResourceDefinition
 
ROOT_LOGGER_ATTRIBUTE_NAME - Static variable in class org.jboss.as.logging.RootLoggerResourceDefinition
 
ROOT_LOGGER_CHANGE_LEVEL_OPERATION_NAME - Static variable in class org.jboss.as.logging.RootLoggerResourceDefinition
 
ROOT_LOGGER_NAME - Static variable in interface org.jboss.as.logging.CommonAttributes
The name of the root logger.
ROOT_LOGGER_PATH_NAME - Static variable in class org.jboss.as.logging.RootLoggerResourceDefinition
 
ROOT_LOGGER_REMOVE_HANDLER_OPERATION_NAME - Static variable in class org.jboss.as.logging.RootLoggerResourceDefinition
 
ROOT_LOGGER_REMOVE_OPERATION_NAME - Static variable in class org.jboss.as.logging.RootLoggerResourceDefinition
 
RootLoggerResourceDefinition - Class in org.jboss.as.logging
 
RootLoggerResourceDefinition(boolean) - Constructor for class org.jboss.as.logging.RootLoggerResourceDefinition
 

S

setAppender(Appender) - Method in class org.jboss.as.logging.logmanager.Log4jAppenderHandler
Set the Log4j appender.
setDummy(String) - Method in class org.jboss.as.logging.logmanager.Log4jAppenderHandler
This method does nothing.
setFormatter(Formatter) - Method in class org.jboss.as.logging.logmanager.Log4jAppenderHandler
 
setPropertyName(String) - Method in class org.jboss.as.logging.LogHandlerListAttributeDefinition.Builder
 
setPropertyName(String) - Method in class org.jboss.as.logging.PropertyAttributeDefinition.Builder
 
setPropertyName(String) - Method in class org.jboss.as.logging.PropertyObjectTypeAttributeDefinition.Builder
 
setPropertyValue(OperationContext, ModelNode, PropertyConfigurable) - Method in interface org.jboss.as.logging.ConfigurationProperty
Sets the property on the configuration.
setPropertyValue(OperationContext, ModelNode, PropertyConfigurable) - Method in class org.jboss.as.logging.LogHandlerListAttributeDefinition
 
setPropertyValue(OperationContext, ModelNode, PropertyConfigurable) - Method in class org.jboss.as.logging.PropertyAttributeDefinition
 
setPropertyValue(OperationContext, ModelNode, PropertyConfigurable) - Method in class org.jboss.as.logging.PropertyObjectTypeAttributeDefinition
 
setResolver(ModelNodeResolver<String>) - Method in class org.jboss.as.logging.PropertyAttributeDefinition.Builder
 
setResolver(ModelNodeResolver<String>) - Method in class org.jboss.as.logging.PropertyObjectTypeAttributeDefinition.Builder
 
setSuffix(String) - Method in class org.jboss.as.logging.PropertyObjectTypeAttributeDefinition.Builder
 
SizeResolver - Class in org.jboss.as.logging.resolvers
Date: 15.12.2011
SizeResolver() - Constructor for class org.jboss.as.logging.resolvers.SizeResolver
 
SizeValidator - Class in org.jboss.as.logging.validators
Date: 07.11.2011
SizeValidator() - Constructor for class org.jboss.as.logging.validators.SizeValidator
 
SizeValidator(boolean) - Constructor for class org.jboss.as.logging.validators.SizeValidator
 
sort(PropertyConfigurable) - Method in class org.jboss.as.logging.logmanager.PropertySorter.DefaultPropertySorter
 
sort(PropertyConfigurable) - Method in interface org.jboss.as.logging.logmanager.PropertySorter
Sorts the properties.
start(StartContext) - Method in class org.jboss.as.logging.deployments.LoggingConfigurationService
 
STDIO_CONTEXT_ATTACHMENT_KEY - Static variable in class org.jboss.as.logging.stdio.LogContextStdioContextSelector
 
stop(StopContext) - Method in class org.jboss.as.logging.deployments.LoggingConfigurationService
 
SUBSYSTEM_NAME - Static variable in class org.jboss.as.logging.LoggingExtension
 
suffixContainsMillis(String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
A message indicating a suffix contains seconds or milliseconds and the handler does not allow it.
SuffixValidator - Class in org.jboss.as.logging.validators
 
SuffixValidator() - Constructor for class org.jboss.as.logging.validators.SuffixValidator
 
SuffixValidator(boolean, boolean) - Constructor for class org.jboss.as.logging.validators.SuffixValidator
 

T

Target - Enum in org.jboss.as.logging
Date: 15.12.2011
TargetResolver - Class in org.jboss.as.logging.resolvers
Date: 15.12.2011
toString() - Method in class org.jboss.as.logging.PropertyAttributeDefinition
 
truncatedFilterExpression() - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating the filter expression string is truncated.

U

undeploy(DeploymentUnit) - Method in class org.jboss.as.logging.deployments.LoggingDependencyDeploymentProcessor
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.logging.deployments.LoggingDeploymentResourceProcessor
 
unexpectedEnd() - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating an unexpected end of the filter expression.
unknownParameterType(Class<?>, String, Class<?>) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating an unknown parameter type, represented by the type parameter, for the property represented by the propertyName parameter on the class.
unknownProperty(String, String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Logs a warning message indicating an unknown property, represented by the propertyName parameter, for the class represented by the className parameter.
unregisterLogContext(ClassLoader, LogContext) - Method in interface org.jboss.as.logging.logmanager.WildFlyLogContextSelector
Unregister a class loader/log context association.
unsupportedCharSet(String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating the character set is not supported.
unsupportedMethod(String, String) - Method in interface org.jboss.as.logging.logging.LoggingLogger
Creates an exception indicating the method on the class is not supported.
USE_PARENT_HANDLERS - Static variable in class org.jboss.as.logging.LoggerResourceDefinition
 

V

validateParameter(String, ModelNode) - Method in class org.jboss.as.logging.validators.FileValidator
 
validateParameter(String, ModelNode) - Method in class org.jboss.as.logging.validators.LogLevelValidator
 
validateParameter(String, ModelNode) - Method in class org.jboss.as.logging.validators.RegexValidator
 
validateParameter(String, ModelNode) - Method in class org.jboss.as.logging.validators.SizeValidator
 
validateParameter(String, ModelNode) - Method in class org.jboss.as.logging.validators.SuffixValidator
 
Validators - Class in org.jboss.as.logging.validators
 
Validators() - Constructor for class org.jboss.as.logging.validators.Validators
 
VALUE_ATTRIBUTE_MARSHALLER - Static variable in class org.jboss.as.logging.ElementAttributeMarshaller
 
valueOf(String) - Static method in enum org.jboss.as.logging.Namespace
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.as.logging.Target
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.as.logging.Namespace
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.as.logging.Target
Returns an array containing the constants of this enum type, in the order they are declared.

W

WildFlyLogContextSelector - Interface in org.jboss.as.logging.logmanager
The log context selector to use for the WildFly logging extension.
WildFlyLogContextSelector.Factory - Class in org.jboss.as.logging.logmanager
 
writeConfiguration(OperationContext) - Method in class org.jboss.as.logging.logmanager.ConfigurationPersistence
Write the logging configuration to the logging.properties file.
writeContent(XMLExtendedStreamWriter, SubsystemMarshallingContext) - Method in class org.jboss.as.logging.LoggingSubsystemWriter
 
writeModel(ModelNode) - Method in class org.jboss.as.logging.LoggingResource
 
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links
WildFly: Logging Subsystem 2.0.1.Final

Copyright © 2015 JBoss by Red Hat. All rights reserved.