Package | Description |
---|---|
ch.qos.logback.core.joran.action |
Modifier and Type | Method and Description |
---|---|
static ActionUtil.Scope |
ActionUtil.stringToScope(java.lang.String scopeStr) |
static ActionUtil.Scope |
ActionUtil.Scope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ActionUtil.Scope[] |
ActionUtil.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
ActionUtil.setProperties(InterpretationContext ic,
java.util.Properties props,
ActionUtil.Scope scope)
Add all the properties found in the argument named 'props' to an
InterpretationContext.
|
static void |
ActionUtil.setProperty(InterpretationContext ic,
java.lang.String key,
java.lang.String value,
ActionUtil.Scope scope) |
Copyright © 1999-2013 QOS.ch. All rights reserved