public abstract class AbstractDecorator extends Object implements Decorator
Modifier | Constructor and Description |
---|---|
protected |
AbstractDecorator(String name)
Provides the decorator name.
|
Modifier and Type | Method and Description |
---|---|
protected org.slf4j.Logger |
getLogger(Context context)
Builds a logger based on the pattern
<decoratorClassname>.<decoratorName>.<decoratedObjectName>.
|
protected AbstractDecorator(String name)
name
- The name of the decorator.Copyright 2011-2015 ForgeRock AS.