Package | Description |
---|---|
org.jboss.logmanager.config |
Modifier and Type | Field and Description |
---|---|
static ValueExpression<Boolean> |
ValueExpression.NULL_BOOLEAN_EXPRESSION |
static ValueExpression<String> |
ValueExpression.NULL_STRING_EXPRESSION |
Modifier and Type | Method and Description |
---|---|
ValueExpression<String> |
HandlerConfiguration.getEncodingValueExpression()
Returns the encoding which may be an expression.
|
ValueExpression<String> |
HandlerConfiguration.getErrorManagerNameValueExpression()
Returns the error manager name which may be an expression.
|
ValueExpression<String> |
LoggerConfiguration.getFilterValueExpression()
Returns a filter that may be an expression.
|
ValueExpression<String> |
HandlerConfiguration.getFilterValueExpression()
Returns a filter that may be an expression.
|
ValueExpression<String> |
HandlerConfiguration.getFormatterNameValueExpression()
Gets the formatter name which may be an expression.
|
ValueExpression<String> |
LoggerConfiguration.getLevelValueExpression()
Returns the level that may be an expression.
|
ValueExpression<String> |
HandlerConfiguration.getLevelValueExpression()
Returns the level that may be an expression.
|
ValueExpression<String> |
PropertyConfigurable.getPropertyValueExpression(String propertyName)
Get the property value.
|
ValueExpression<Boolean> |
LoggerConfiguration.getUseParentHandlersValueExpression()
Returns a filter that may be an expression.
|
ValueExpression<T> |
ValueExpression.Resolver.resolve(String expression)
Resolves the value of an expression.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.