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
{@literal
|
protected AbstractDecorator(String name)
name
- The name of the decorator.protected org.slf4j.Logger getLogger(Context context)
context
- The decoration context.Copyright © 2025 Open Identity Platform Community. All rights reserved.